A typed introduction to JavaScript, I mean Typescript If you are a Javascript developer, you must have heard about Typescript at one point or another. If you have been reluctant about giving Typescript a try because you are not sure how it could serve you better than Javascript, you have come to the right place. […]
Make your NodeJS Express API run serverless and deploy it to AWS Serverless architecture is an alternative to high-maintenance, resource-wasting servers. With serverless deployments, you only have to pay for precisely what you use. And it frees you from having to handle multiple server setups and their configurations. So, it’s no surprise that developers today […]
Today The world woke up to new norms of traveling, working, and just about every daily activity ever since the pandemic broke out on a global scale. To keep up with the changed lifestyle, many industries and workplaces started adopting remote working norms and the necessary infrastructure support. The software development has definitely got an […]
All projects should follow best practices to increase efficiency and quality Node.js is popular among developers as an asynchronous and event-driven language used for backend development. It has a syntax easy enough to understand even for beginners. Whether you are a beginner or a seasoned developer using Node, following the best practices of Node.js programming […]
In the approximately 15 years since Apple released the first iPhone, the software development landscape has changed dramatically. As smartphones gain widespread adoption and continue to grow in unique capabilities, users increasingly prefer to access software services through mobile devices rather than desktops or laptops. Smartphones offer features such as geolocation, biometric authentication, and motion […]
My recommended steps to becoming a web developer and landing your first job in tech Getting started into programming can be very scary, and there are a lot of misconceptions out there that make people think that programming is a skill they could never learn, or that landing a job as a web developer is […]
Angular 10 — the major release that spans the entire platform, including the framework, Angular Material, and the CLI — is available since June 24. Now, what does this mean? Just like many members of the Angular community, I tried to follow the news and see what Angular 10 brought to us. I read many […]