Open in app

Sign In

Write

Sign In

Tushar Tuteja
Tushar Tuteja

178 Followers

Home

About

Oct 29, 2020

What basic coding skills do I look for in a startup applicant?

I have been interviewing candidates from the past 5 years. A lot of candidates are not sure what to learn and where to learn from, here is a short blog post about what you should know and where to learn from. If you think you are well versed with the…

Interview

3 min read

What basic coding skills do I look for in a startup applicant?
What basic coding skills do I look for in a startup applicant?
Interview

3 min read


Jul 4, 2020

Ancient Wisdom about Finding Balance in Life

Ancient Wisdom

1 min read

Ancient Wisdom about Finding Balance in Life
Ancient Wisdom about Finding Balance in Life
Ancient Wisdom

1 min read


Jul 4, 2020

Managing multiple Micro-services in Development using Docker Compose

Part 1: The Problem Any growing tech project, is usually accompanied by an ever growing number of micro services, and with it a growing number of problems. They each have their own database layers that they connect to (Redis, Mongo, Mysql etc.). With different micro-services connecting to different db versions. When a new developer joins the team, he/she wastes a lot of time installing all the dependencies, and hates it.

Nodejs

5 min read

Managing multiple Micro-services in Development using Docker Compose
Managing multiple Micro-services in Development using Docker Compose
Nodejs

5 min read


Published in

Weekly Webtips

·Mar 9, 2020

The Accidental Web Developer

This post is about how I ended up being a web developer despite pursuing Civil Engineering at IIT Delhi. How I learned development and developed a lot of projects at scale. What are the key takeaways for coders who want to learn the art of web development? TLDR; Action Bias…

Web Development

6 min read

The Accidental Web Developer
The Accidental Web Developer
Web Development

6 min read


Dec 10, 2019

Understanding CSS Specificity

Get the basics right early so your project’s styles can scale — CSS specificity is an interesting topic. As the project gets bigger, the number of CSS rules in our CSS files get larger — and things start behaving in an undesired manner. This leads to many of us using the !important condition with different elements. To understand specificity, let’s revise some…

CSS

3 min read

Understanding CSS Specificity
Understanding CSS Specificity
CSS

3 min read


Published in

JavaScript in Plain English

·Dec 6, 2019

Using ES6 for your Node.js Application running on Express, using Babel

We all love ES6 syntax, and we have been using it in our front-end applications build on react and other frameworks. It would be nice to be able to use ES6 syntax for our backend nodejs application. It is very easy to set up and pretty straightforward. We’ll use an…

JavaScript

3 min read

Using ES6 for your Node.js Application running on Express, using Babel
Using ES6 for your Node.js Application running on Express, using Babel
JavaScript

3 min read


Dec 4, 2019

How Secure Connection Works for Dummies

Part 1: Mathematics Let’s start with two simple mathematical functions. You need to assume the following works. Encrypt and Decrypt. They look like the following. EncryptedString = Encrypt(String, EncryptKey) String = Decrypt(EncryptedString, DecryptKey) Encrypt function takes in a string and a encrypt key and return an encrypted string as output. Decrypt functions takes…

Security

2 min read

Security

2 min read


Nov 9, 2019

Using ESLint Right

When we collaborate on a project, it’s better (almost every time) to use some common coding style so other developers can read your code with ease (and so they don’t come looking for you). But how do you make sure everyone knows the common coding style? …

JavaScript

5 min read

Using ESLint Right
Using ESLint Right
JavaScript

5 min read


Nov 6, 2019

A Simple Single Sign On(SSO) using Rails, Docker

Part 1 Introduction What is Single Sign On ? It is an authentication mechanism by which one may use one central authentication system to login into multiple apps, like using one google account to login into “gmail”, “play store”, “google maps” etc. When and Why to use SSO? When you have multiple apps…

Ruby On Rails

5 min read

A Simple Single Sign On(SSO) using Rails, Docker
A Simple Single Sign On(SSO) using Rails, Docker
Ruby On Rails

5 min read


Oct 26, 2019

REST API response format for Modern Day Single Page and Mobile Apps

After building a lot of REST APIs in the last 6 years, I have finally converged on one single signature for all my responses. There are 6 keys that I send in every response. Data, Status Message and Status Code These three keys are simple and straightforward. Data contains any data that you want to send…

API

2 min read

REST API response format for Modern Day Single Page and Mobile Apps
REST API response format for Modern Day Single Page and Mobile Apps
API

2 min read

Tushar Tuteja

Tushar Tuteja

178 Followers

Product Manager | Engineer | Educator | IIT | http://tushartuteja.com/

Following
  • Nick Wignall

    Nick Wignall

  • Harshit Tyagi

    Harshit Tyagi

  • Django Viewflow

    Django Viewflow

  • Medium

    Medium

  • Manjot Pahwa

    Manjot Pahwa

See all (84)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams