First Make the Code Work, Then Refactor

In the world of software development, there is often a desire to create perfectly designed and optimized code right from...

3 minute(s)

Mastering JavaScript: A Vanilla Approach to Learning Libraries and Frameworks

Introduction Learning a new library or framework can be daunting for newbie programmers. To ensure a solid foundation, a...

2 minute(s)

The Job and Experience Paradox

The Job and Experience Paradox: Breaking the Cycle As a talented and enthusiastic programmer seeking employment, you may...

3 minute(s)

Now Is The Time To Talk About Our Education System.

The Context The education industry which the students hope would provide a strong foundation for starting their career a...

2 minute(s)

Troubleshooting CSS Pseudo-Elements: Unveiling the Mystery

Debugging CSS Pseudo-elements Have you ever found yourself in a situation where you applied a CSS pseudo-element to an e...

3 minute(s)

[Tip] You may not need any library to query the GraphQL API

TLDR; The request needs to be sent using the POST method The query and variables need to be sent as a JSON object // s...

2 minute(s)

Save Hash Links for Future Reference.

The Context I was reading an amazing article about JavaScript Best Practices. While going through it, there were some p...

1 minute(s)

[Resolved] MongoDB Atlas line-break issue

The context While creating this PWA, I wanted to store the markdown data into the MongoDB's Atlas. Example Markdown # So...

2 minute(s)