Aug 23, 2023Patterns for Reactivity with Modern Vanilla JavaScript“Reactivity” is how systems react to changes in data. There are many types of reactivity, but for this article, reactivity is when data changes, you do things.
Aug 17, 202313 Useful React Libraries for Devs in 2023This includes having the knowledge and experience of various React libraries, which you can use in your application to make your development process a lot easier.
Aug 15, 2023The First Web Page Was Born 32 Years AgoOn August 6, 1991, the first website in history was launched by British physicist Tim Berners-Lee. Explore the history of the web with us!
Aug 14, 2023How to Use MongoDB and Mongoose with Node.jsYou can use Mongoose to model data, enforce schemas, validate models, and manipulate data in a database without familiarity with the underlying database semantics.
Aug 10, 2023Bye-bye useState & useEffect: Revolutionizing React Development!Many developers continue to use the useState and useEffect hooks to update states, but I have not been fond of this approach. The issue is that it causes the component to mount, remount, and unmount simultaneously, leading to unexpected behavior.
Aug 08, 2023Expose a Local Web Server to the Internet Using NgrokUsing Ngrok, which will be covered in this guide, you will learn how to make your local web server accessible via the public internet.
Aug 07, 2023Livewire Volt Has A New Class-based APIYou can import Volt's functions and wrap your Livewire functionality for state, computed properties, actions, etc. in those.
Aug 07, 2023GitOps Pull-Based vs. Push-BasedA Comprehensive Analysis and Comparative Guide to Help You Choose Between GitOps Pull-Based and Push-Based Methodologies
Aug 05, 2023Cheerio? Playwright? Web Scraping: A Young Programmer's PerspectiveImagine a young developer with experience in web development and the different niches in the web development world sitting at his desk pondering startup ideas, as most young developers do now. “What if I make ‘x?’ What if I do ‘x?’ How can I ‘x?’”
Aug 05, 2023TLP Extends Battery Life on Ubuntu NotebooksTLP is a free, open-source, and feature-rich application for optimising battery consumption on Ubuntu and other Linux-based laptops. It is available in both CLI and GUI formats for your convenience.