Homepage
About membership
Sign inGet started
Homepage

Nirat Attri

Tryharding to keep tech quirky

Nirat Attri
35 Following13 Followers
  • Profile
  • Latest
  • Claps
  • Highlights
  • Responses
Featured
Go to the profile of Nirat Attri
Nirat Attri
Apr 13, 2017

Building a Node Js Application and deploying through Docker: Meet Docker

So you have an express server on which your APIs are hosted. Awesome! But localhost:3000 is not where I want my application to run. I want the world to see it. I mean, not everyone can make a server, and…

Read more…
2 responses
Latest
Go to the profile of Nirat Attri
Nirat Attri
Jan 12

Workers and Node: kue it up.

This is going to be a quick write up on how to use kue to facilitate workers in node. I won’t claim to be an expert, but if you are here reading this, neither are you. 😜 Hence, if you have something that can help us both improve, please fire away in the comments.

Read more…
Go to the profile of Nirat Attri
Nirat Attri
Apr 4, 2017

Building a Node Js Application and deploying through Docker: Let’s talk ORM

At the end of Part 1, we find ourselves with a barebones node express server that doesn’t do much. Now, let’s get our hands dirty by adding some functionalities to our server and routes.

Read more…
1 response
Go to the profile of Nirat Attri
Nirat Attri
Apr 3, 2017

Building a Node Js Application and deploying through Docker: Express Myself

There are plenty of articles that do what the title says. But I found the lessons from them very scattered and the combination I worked on was one which hasn’t been much documented yet. I’ll be…

Read more…