Copy the contents of a file to the clipboard pbcopy < This command was a life saver for me. I...
Implemented login functionality for my clone of twitter. Used graphql to make api call from react cli...
Worked on my side-project, added the signup functionality using apollo client/server functionality an...
I came across a peculiar problem in my react application. The change handler of an input field was no...
Added bcrypt module to my application to encrypt the password before storing it to mongoDB. In additi...
If you've committed some files in your local repository by mistake, you can undo it without losing yo...
Fiddled with jsonwebtoken and bcrypt library of npm. Basically, created a small application to store...
Wrote a blog on JWT. Do check out here
JSON web tokens (acronym JWT, pronounced at JOT) were introduced in 2010 as a means of communication...
Worked with nginx server, mostly setting up custom response headers. Apart from that, got little time...
Refactored my existing code and started working on another project involving gql, express, mongo, rea...
Explored three different ways of creating a server Apollo server without express middleware Apollo...
Wrote a blog on how to add mongo support to a react-express-graphql project. Really takes a toll tryi...
Refer here for Part 1 While using graphql in express, we add the schema and resolvers to set the gra...
Create a new Repo from the UI Navigate to current project directory from terminal and run the below...
Setting up Mongo Account Sign up with Mongo DB Account and click on Create a New Cluster....
whereami.js Came across this super cool github repo to predict the location using wifi data. It makes...
A post by Mehak Saini
Didn't get much time for self study, was busy with office work. Nevertheless, posted my #2 blog.
This post is in continuation of #1. We'll be adding graphql support to it, so let's get to it. Navig...
My most recent achievement was being able to share my learnings and shortcomings with the de...
Wrote my first ever tech blog on the basics of express and react setup. Just getting used to the basi...
Server 1) Create a project directory mkdir basics Enter fullscreen mode...
I didn't get time to work on my side project today. Was so occupied with office work. Hate working on...
Learned about graphql input types, unions, fragments. One thing I've to say, the graphql official doc...
Wrote some mutations to create, delete and update a user database. Developing a spring-boot applicati...
Learning the relationship between scalar and object types in a GraphQL query. I have worked on sql da...
Having some fun with graphql, prisma & json-server
Almost forgot about posting here though have been practising continuously. Will try to stay regular....
Containerizing a spring boot application.