
Now Is The Time To Talk About Our Education System.
Nov 4th 21The 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](https://cdn.hashnode.com/res/hashnode/image/upload/v1623313455611/T7GNWucu4.png)
[Tip] You may not need any library to query the GraphQL API
Jun 10th 21TLDR; 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.
Jun 9th 21The 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](https://cdn.hashnode.com/res/hashnode/image/upload/v1623161592872/SeljvQ06b.png)
[Resolved] MongoDB Atlas line-break issue
Jun 8th 21The 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