2 followers
Programming and technical education.
What does clean and scalable code look like in practice? In this tutorial, I'll share from experience some actionable tips for writing clean code in...
Understanding data types is fundamental to writing clean, efficient code in JavaScript. Let’s take a look into this in a way that’s both fun and...
Get the basic of JavaScript programming once and for all, move on to more advance stuff. · JavaScript is a versatile and popular programming language...
Get the basic of python programming once and for all, move on to more advance stuff. · Python is a versatile and popular programming language known for...
SQL joins is your go-to when it comes to combining data from multiple tables in a database. But with different join types, it can get confusing, my...
Ever wondered how dynamic websites work? Websites that greet you by name, recommend products, or store your shopping cart? The magic behind them is...