Crypt(iq)iqmacodes.hashnode.devยทMar 23, 2023What is Supervised LearningIntro In this article, I'm going to be talking about supervised learning, its definition, its importance, and its use cases, so sit tight! What is Supervised Learning? Supervised learning is a branch of machine learning that employs the use of labell...6 likesยท61 readsMachine Learning
Emmanuel Obicodeprophet.hashnode.devยทFeb 24, 2023Unlocking Your Potential: Strategies for Achieving Personal and Professional GrowthGrowth, both personally and professionally, is essential to achieving a successful and fulfilling life. It's not enough to simply rely on your current skills or knowledge; you must continue to expand and develop them to remain relevant in society, pa...12 likesยท144 reads#1ArticleBiWeekly
Etiene Jamestechiegist.hashnode.devยทFeb 16, 2023Circular Dependencies in Nestjs: What is it about?In Software Development, we build modules that rely on each other to function properly. These may include various aspects of the codebase, including code libraries, external APIs, system components, and more. These kinds of services or modules are ca...1 likeยท109 reads2Articles1Week
Etiene Jamestechiegist.hashnode.devยทFeb 11, 2023Understanding Entity in TypeORMEntity 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 database is ...88 readsHashnode
Crypt(iq)iqmacodes.hashnode.devยทFeb 11, 2023How to make a quiz game in pythonObjective In this article I'm going to be taking you through the steps of making a basic quiz game in python. what is it going to do? the game would ask the user if he/she would like to play, if yes, it would go on to ask a couple of questions and wi...4 likesยท80 readsPython
Etiene Jamestechiegist.hashnode.devยทFeb 9, 2023How to optimize your TypeORM projectOptimization is an essential and hot topic in the software development world. In our everyday activities, we try our best to make sure our applications run faster as more requests are made to get resources from them. TypeORM as an Object Relational M...211 readsHashnode
Etiene Jamestechiegist.hashnode.devยทFeb 8, 2023Insight into some TypeORM FeaturesIn continuation of our previous topic on "Introduction to TypeORM and its Features", you can read about it here. We will be having an insight into some of those features mentioned. Just as a reminder of what TypeORM is, we defined it to be an open-so...36 reads2Articles1Week
Etiene Jamestechiegist.hashnode.devยทFeb 7, 2023Introduction to TypeORM and its featuresIf 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 want to ex...27 reads2Articles1Week
Etiene Jamestechiegist.hashnode.devยทFeb 6, 2023Why you should use React useCallback Hook: A Deep DiveOn 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 about Importance of using it The benefits attached ...1 likeHashnode
Etiene Jamestechiegist.hashnode.devยทFeb 4, 2023Understanding React Hot ReloadingReact has a feature called "React Hot Reloading" that enables programmers to update the code of a React application without changing its state. This feature makes the development process faster and more efficient by allowing developers to see the cha...6 likesHashnode