I write about web development and thoughts going on my mind
March 26, 2024
VScode simplifies conflict resolution. You can swiftly accept all incoming or current changes, saving time and hassle
March 10, 2024
As I reflect on my journey in software development, I've realized the profound impact of soft skills on my success. While technical expertise is essential, it's the mastery of interpersonal abilities that truly sets me apart
March 5, 2024
Discover the power of imperfection in coding and learn how embracing imperfection and iterative development can lead to more efficient and innovative coding practices.
March 4, 2024
The map function in JavaScript is a way to create a special kind of data structure called a "map". A map is like a list or an array, but instead of using numbers to access the data inside, you use special keys.