Sree Teja

Home
Blog Author Picture

Sree Teja

3 followers

I like to keep my keyboard screaming ⌨, code building 💪, tests working🧪 and, program running 🏃‍♂️.

How to log express HTTP requests using morgan with style?

Mar 2, 20214 min read

In this cookbook, I am gonna help you setup morgan with express to log HTTP requests like this, at the end of this post, you will be able to log the following details date and time of the request ( formatted as hh:mm a ddd, MMMM Do YYYY ) HTTP Meth...

Easy steps to make your Node.js express app a lot more secure🔐

Feb 2, 20215 min read

In this post, we will look into how to increase the security of the node.js express app in preventing DOS, XSS, SQL injections, and brute force attacks easily by using specific packages. Preventing DOS Attacks DOS attacks will crash the server, which...

ESLint and Prettier Setup with Git Pre-commit hook🎣

Nov 25, 20205 min read

In this post, we will look at how to integrate ESLint and Prettier into your vs-code setup and project in order to ensure cleaner code and consistent across the team. We might not be perfect all the time, as developers sometimes we may push code in a...

Add Open Windows Terminal on the context menu📄

Nov 24, 20202 min read

I always like shortcuts, and windows terminal by default doesn't add open windows terminal on the context menu. And this little shortcut comes really handy to open the project from the file explorer. Before we get started Install Windows terminal fro...

Using async-await in array iteration methods [JS]⌚

Nov 24, 20203 min read

You are new to the javascript world, and you just found out the simplicity of using array iterations and the clean look they provide. Now, you start async-await in conjunction with array iteration methods, and all of a sudden you start to notice that...

© 2021 Sree Teja

PrivacyTerms
Proudly part of