Now Is The Time To Talk About Our Education System.

Now Is The Time To Talk About Our Education System.

#javascript

Nov 4th 21

The Context The education industry where the students hope would provide a strong foundation for starting their career as a professional, has failed to even provide a productive environment, resources and culture where they could learn, share and gro...

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

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

#javascript

Jun 10th 21

TLDR; The request needs to be sent using the POST method The query and variables need to be sent as a JSON object // sample query const query = ` query HeroNameAndFriends($episode: Episode) { hero(episode: $episode) { name ...

Read more
Save Hash Links for Future Reference.

Save Hash Links for Future Reference.

#javascript

Jun 9th 21

The Context I was reading an amazing article about JavaScript Best Practices. While going through it, there were some points that I found really useful and productive. I wanted to save those points, which in turn would make it easier for me to refe...

Read more
[Resolved] MongoDB Atlas line-break issue

[Resolved] MongoDB Atlas line-break issue

#javascript

Jun 8th 21

The context While creating this PWA, I wanted to store the markdown data into the MongoDB's Atlas. Example Markdown # Some interesting title Description about the topic... - list #1 - list #2 > Maybe a quote ? The above markdown would be stored as...

Read more
People ignore design that ignores people.
- Frank Chimero