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
TypeScript
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…
Efficient Unit Testing with Jest for Gatsby, TypeScript, and React Testing Library
The task to set up Jest and React Testing library for TDD using Gatsby is an easy one.Its tricky as i planned to use Typescripts in my test. Firstly , i installed jest, babel-jest and babel-preset-gatsby ensuring the presence of babel preset(s) which can be used internally for Gatsby site. npm install –save-dev jest babel-jest babel-preset-gatsby identity-obj-proxy tslint-react…
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…