December 20, 2022 · 8 min readgit switch and git checkout – How to switch branches in gitWe will go through different use cases and examples for using git checkout and git switch.Muhammad KhabbabProject Manager
December 15, 2022 · 10 min readHow to use Material UI CheckboxWe'll discover the Material UI (MUI) Checkbox component with examplesDoro OnomeSoftware Developer
December 14, 2022 · 11 min readHow to use Conditional Rendering in ReactWe'll implement Conditional Rendering in React and the various ways to use it in your React applications.Deborah EmeniSoftware Engineer
December 9, 2022 · 7 min readUnexpected token in JSON at position 0 errorWe will look into the various possible causes of this error message and suggest methods to rectify it.Chukwuka ReubenFrontend Developer
December 8, 2022 · 10 min readSvelte vs React ComparisonWe will compare the optimal performance of React and SvelteChidume NnamdiSoftware Engineer
December 7, 2022 · 10 min readA Guide on React Lazy LoadingWe will be looking at what lazy loading is, how it works, and how it can be used to improve the performance of React applications.Chidume NnamdiSoftware Engineer
December 2, 2022 · 8 min readgit stash - Save the Uncommitted Changes LocallyWe will take a look the examples of using git stash commandMuhammad KhabbabProject Manager
November 29, 2022 · 9 min readHow to use Material UI TooltipWe'll discover the Material UI (MUI) Tooltip component with examplesDoro OnomeSoftware Developer
November 27, 2022 · 8 min readHow to Delete Local and Remote Git BranchesWe will take a look the example of deleting local and remote Git branches.Muhammad KhabbabProject Manager
November 24, 2022 · 7 min readHow to use React Strict Mode in React 18What is Strict Mode in React 18 and how to use it to find and fix bugs in your React application.Deborah EmeniSoftware Engineer
November 23, 2022 · 20 min read5 Best Free Platforms for Hosting Hobby Web ProjectsA list of the best free platforms for hosting hobby web projects. You can host your static websites, React apps, and more for free.Joseph MawaWeb Developer
November 22, 2022 · 11 min readError Handling With try, catch and finally Blocks in JavaScriptWe'll see how to handle errors in JavaScript using the try/catch/finally blocks.Abdullah NumanFullstack Developer