The Inspect Element feature of the Google Chrome browser is a powerful yet easy-to-use tool. It’s an important part of Chrome Developer Tools that you can use to check the source code of any website. But it doesn’t end there. You can take things further by changing the elements and
Daily Archives: April 16, 2022
When you’re developing an app, you’ll have to decide how you want to load data. And this will typically bring up the issue of infinite pagination. You likely won’t be showing all of the available items in your DB to your users. You may fetch the first 10-20 items
CI/CD has changed the way IT teams release new software versions. In this tutorial I’ll share my experience with Azure Static Web Apps – Azure’s PaaS solution. I’ll show you how you can take advantage of its flexibility to deploy an Angular App just by pushing your code to
React 18 was released in March 2022. This release focuses on performance improvements and updating the rendering engine. React 18 sets the foundation for concurrent rendering APIs that future React features will be built on top of. In this tutorial, I will give a quick guide of the
Lists are one of the most useful and versatile data types available in Python. Lists are a collection of arbitrary objects, just like arrays in other programming languages. In this tutorial you will learn: * An overview of lists and how they are defined. * Methods to insert
