Learn how you can generate a PDF document from any web page using NodeJS, Puppeteer, and Chromium As a web developer, you may have wanted to generate a PDF file of a web page to share with your clients, use it in presentations, or add it as a new feature in your web app. No […]
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 […]
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 […]
Learn the basics of Scrum so you don’t feel lost when someone says join the daily. The software development life cycle is also known as SDLC is a phased process or methodology to develop software. To achieve the required objective many SDLC methodologies have been developed. Each methodology or model have their own set of […]
Find out interesting projects and resources to build and showcase as your frontend portfolio Introduction Frontend Web Development is like an art of designing websites according to the available data. Unlike backend development, here you don’t have to perform any computations on the server-side. Your main focus must be to create a user interface layout that […]
Starting from the most internal part: SizedBox, to hard code a logical dimensions of the area that will be used by a child widget. FittedBox, to scale its child to entirely fit the parent, maintaining its proportions. Container, to set the background color of unused parts of the screen. SizedBox.expand, to scale the background container […]
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 […]