© 2023 Hashnode
#2articles1week-challenge
In the last 4 blogs, I was talking about images and containers. But we wonder how we can create them. Let's talk about that today! Docker Image: You can create an image using dockerfile or docker-compose, but we will come to that point late…
Entity in TypeORM is a class that represents a database table or a group of linked data. It determines the structure and relationships of the data that will be kept in the database. The creation of objects (rows) that will be kept in the da…
If you are Backend Developer, I'm sure you must have had that moment where you get to make decisions on an Object-Relation-Mapping(ORM) library to use while setting up a project whether personal or team.As a Javascript developer, you might …
On the issue of component re-renders, while building React apps, we will be taking a deep dive into using one of the React state hooks called useCallback. We'll be looking at What useCallback is abou…
The traditional way to organize and load code in JavaScript was through the use of CommonJS or AMD modules. While these module systems served their purpose, they had some limitations and drawbacks, su…
CSS Box Model In CSS, the term "box model" is used when talking about design and layout. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders,…
What is Tailwind CSS Tailwind CSS is a utility-first CSS framework designed to enable users to create applications faster and easier. Anyone can use utility classes to control the layout, colour, spa…
Introduction Harnessing the power of data has continued to redefine a lot of processes and bring simplicity to business operations as well as our personal lives through awesome products and capabiliti…
Introduction If you use Microsoft Power BI to develop analytical products for a customer, there is a high chance of either using excel or CSV(comma-separated value) file types. Microsoft Excel is one …
Everything that happens to you serves both as a challenge and an opportunity. Look for the bright side of life, even in the most difficult circumstances. There is something good disguised in every bad…