© 2023 Hashnode
#learn-coding
So you’ve decided to start learning how to code, fantastic! But with so much content available for you to start learning from, it can quickly become overwhelming. Learning to code can be a daunting ta…
It’s not easy to be new. Especially if you’re a little bit older. I’ve started to learn coding at the ripe age of 37. It’s hard to swallow your pride and ask for advice and to admit that you don’t kno…
If you are like me and are transitioning careers to a development role or beginning your coding journey, you might find it overwhelming. I know it was for me. "Where do I even start?" was a question I…
Problem statement Given a 2D grid of size m x n and an integer k. You need to shift the grid k times. In one shift operation: Element at grid[i][j] moves to grid[i][j + 1]. Element at grid[i][n - 1]…
Functions in JavaScript JavaScript functions are blocks of code that can be reused throughout a program. They can take in input, called parameters, and perform a specific task, such as performing a ca…
A career in software engineering can be overwhelming, especially if you're just starting out. This is further aggravated by the fact that there's a variety of fields you can major in and this is somet…
Set clear goals: Decide what you want to achieve through coding and create a plan to reach those goals. Start with the basics: Learn the fundamental concepts and practices of coding, such as syntax, data types, and control structures. Pra…
Welcome to python basic !, In this blog, we are learning the basics of python programming by creating your first program using it. It is one of the easiest programming languages to learn. Installation…
👉 If you are new to JavaScript, I recommend starting with my blog on the "basics of JavaScript" before diving into this one on advanced topics. Welcome 🙏 to my new blog on Advanced JavaScript! In t…
Greetings! We're excited to announce that we've unveiled a brand-new cryptography course on Boot.dev. We're convinced that this new experience is truly one of a kind. If you want to learn cryptography…