liner notes:
Professional : Pretty chill and productive day. Got to catch up with some team members. Went through some community questions. Got clarity on some stuff. Worked on some tickets. Good way ...
Tutorial for 'Pure CSS Range Slider with custom variables'Please follow me on Instagram and Youtube for the latest and more detailed CSS updates!Let's Begin! Create img element and 3 range sliders
Ima...
In the world of programming, algorithms are the heart and soul of any software or application. Whether you're building a website, a mobile app, or a complex machine learning model, understanding how a...
HTML (HyperText Markup Language) is a language used to create the structure of web pages. It consists of various tags that define different elements.
** HTML Structure Explained**
Every HTML file has ...
If you’ve been in the React world for a while, you’ve probably used Create React App (CRA) to quickly set up a new project. But as of 2024, Create React App is officially deprecated. So… what no...
Managing configurations in a Golang application can be tricky, especially when dealing with different environments, file formats, and environment variables.This is where Viper comes in!Viper is a p...
Introduction
When I began my DevOps journey, mastering Linux was one of the first essential steps. Since most DevOps tools and workflows are built around Linux environments, understanding its...
HabitLoggerv2Parameterized Queries in ADO.NETSQLite Downloads
"SQLite Tutorial For Beginners - Make A Database In No Time
Setup SQLite Database in Visual Studio (14/23)Git/GitHub
https://www.theserver...
Programming is often seen as a technical skill—writing lines of code to build software. But at its core, programming is an art form, a way of thinking, and a problem-solving journey that blends logi...
Introduction
Functions are fundamental building blocks in programming that enable code reuse, organization, and improved readability. This module will guide you through defining, calling, and...