PinnedPublished inDev GeniusSOLID principles in ReactjsSolid principles are a set of five principles aimed at making software design maintainable, scalable and easy to modify. These principles…Feb 28, 20238Feb 28, 20238
PinnedPublished inDev GeniusLearn Reactjs Custom Hooks By ExamplesReactJS custom hooks are functions that you can create and use in your React application. They are called “custom” hooks because you create…Mar 4, 20232Mar 4, 20232
Published inDev GeniusDjango and HTMX: A Powerful Duo for Modern Web DevelopmentIn today’s web development landscape, creating interactive and dynamic user interfaces often means heavy reliance on JavaScript frameworks…Aug 29Aug 29
Published inDev GeniusMastering Advanced Django Testing: A Comprehensive Guide to Overcoming Challenges and Mastering…Testing is a crucial part of any software development process, ensuring that your application works as expected and is free of bugs. For…Aug 211Aug 211
Make pagination with ReactjsThis article consist of two parts, the first is how to make pagination with Reactjs components, and the second is how to make usePagination…Jun 16, 2023Jun 16, 2023
Published inDev GeniusUnlocking the Secrets of Linked List Algorithms: Top 10 Questions and SolutionsA linked list is a linear data structure that consists of a sequence of nodes, where each node contains a data element and a reference (or…Mar 12, 20231Mar 12, 20231
Published inDev GeniusReactjs useMemo and useCallback by examplesReactJS is a popular JavaScript library used for building user interfaces. Two important hooks in ReactJS are useMemo and useCallback…Mar 2, 2023Mar 2, 2023
Published inDev GeniusLaravel Queued job with API .Laravel jos : the simple example to understand why make a job in Laravel is when a new user make (register) in webapp, and we want to send…Oct 9, 20211Oct 9, 20211
Published inDev GeniusLaravel , CRUD ( create, read, update and delete ) app, with Tailwind CSS and Blade.What we will work with :Aug 9, 20212Aug 9, 20212
Published inDev GeniusHow to add ( embed ) code in Medium, using GitHub Gist.There are many ways to add or embed code in medium platform, like :Jul 29, 20212Jul 29, 20212