Docker Security: A Comprehensive Guide Docker containers have become increasingly popular in recent years, but with this popularity comes increased security concerns. Containers are more complex than traditional virtual machines, and securing them can be challenging. In this article, we will discuss the importance of Docker security, the reasons for the complexity of Docker containers,…
Category
Node
5 Ways to Instantly Improve Your Angular Codebase
Angular is not that easy. It requires deep learning. Building easy to read and maintain apps is no doubt an art. This article shares 5 ways to improve your Angular codebase quality. It includes everything from naming your file, complicated topics such as redux to state management. Learn how you can use all these tips…
AWS Lambda with Node.js: Serverless Computing Simplified
Are you curious about AWS Lambda, the powerful service for building highly scalable, event-driven applications? It’s no surprise that terms like ‘serverless,’ ‘function-as-a-service,’ and ‘AWS Lambda’ might leave you feeling a bit puzzled. But don’t worry, you’ve come to the right place! This article is your guide to understanding AWS Lambda serverless technology, and it…
Remote Typescript Developer : GraphQL, TypeScript and PostgreSQL API
Introduction The most popular stack these days is GraphQl and Typescript. I used Vanilla JavaScript in one of my recent projects but I have used Typescript many times. I never used this but I followed a tutorial which helped me a lot so I thought of guiding others too. Before starting let us see: Why…
How TYPESCRIPT can be used with NODE and EXPRESS?
In the start of my career , i was a web developer and i noticed that strong typed languages were dominant in market. I was impressed with new upcoming features in java script and python language. The idea of not declaring the variables made me more productive and i used to like my work. the…