samsonroyal.hashnode.devGetting started with Architecture for AI apps: A Founder’s guideIntroduction I assume that you already possess a keen interest in Artificial intelligence and you are now excited and want to build your own AI app. It could be a ChatGPT wrapper or something entirely unique that has never been applied in any industr...Mar 15, 2024·6 min read
samsonroyal.hashnode.devHow to Kill/terminate a Process on a Specific Port in CMD on WindowsIntroduction Picture this: You're dealing with a crashed application on your Windows PC. The app is down, but somehow it doesn't leave the port it was using, despite no longer doing anything useful with it. This lingering process occupies the port so...Aug 15, 2023·3 min read
samsonroyal.hashnode.devHow to build a Progressive Web App that works offline for a software project documentation.Introduction A Progressive Web App (PWA) is a type of web application that offers the same experience as a native mobile application but is built using web technologies. PWAs are designed to work across different platforms and devices, and they can b...Feb 17, 2023·7 min read
samsonroyal.hashnode.devTesting and Debugging Your Web Application: Tools and Techniques for Effective Quality AssuranceIntroduction Creating a high-quality web application is a complex process that involves a range of tasks, including planning, designing, coding, testing, and debugging. One of the most important steps in this process is quality assurance, which invol...Feb 16, 2023·3 min read
samsonroyal.hashnode.devEpisode 4: Routing and FormsIntroduction This episode focuses on the concepts of routing and forms in React. You will learn how to build routes in React, handle forms, and understand how routing and forms are used in real-world applications. By the end of this episode, you will...Feb 15, 2023·13 min read