Posts in category: Web Development
June 2025 - Hot New Web Dev
Welcome to Hot Web Dev June 2025, featuring the latest technology, web development news and articles. In this edition, we look at the recent impact of 16 billion passwords being leaked and, more importantly, what you can do to protect yourself. The tool of the month is a new design system without a build step.
Hot Web Dev Magazine - 12 Tools From 2024
If you have been following the monthly Hot Web Dev magazine, you will find at the end of each edition, I recommend a tool of the month. Over the years, the tools used have varied from open-source apps and JavaScript UI frameworks to server tools, AI, CSS, desktop and web applications. Here’s a list of the tools from 2024, along with updates on new features and development (or lack of).
May 2025 - Hot New Web Dev
Welcome to Hot Web Dev May 2025, featuring the latest technology, web development news and articles. In this edition, we say goodbye to pocket, as well as some news on the recent open-sourcing of a popular Microsoft tool. The tool of the month is now free for everyone to use, and it can enhance your portfolio.
April 2025 - Hot New Web Dev
Welcome to Hot Web Dev April 2025, featuring the latest technology, web development news and articles. This month features the latest Ubuntu version and its support for additional technology. Unfortunately, more WordPress malware has been discovered again. Are you building an API? If so, the tool of the month is right up your street.
February 2025 - Hot New Web Dev
Welcome to Hot Web Dev February 2025, featuring the latest technology and web development news. In this month’s edition, we go back in time to revisit an old coding academy. We have our usual section on coding featuring Laravel and Svelte. The tool of the month is another web platform framework.
January 2025 - Hot New Web Dev
Welcome to Hot Web Dev January 2025, featuring the latest technology and web development news. This month, we look at the new release of the Tailwind CSS and its exciting new features and improvements. The tool of the month is a new open-source JS module that can add effortless camera and screencast integration into your project.
Hot New Web Dev - December 2024
Welcome to Hot Web Dev December 2024, featuring the latest technology and web development news. This month I play around with Apple Intelligence to see what all the fuss is about. Highlights include rogue Chrome browser extensions exposing user data, learning and coding resources. December’s tool of the month aims to assist developers when creating new projects. Happy New Year and hope that 2025 brings us more learning resources and tools that you will love.
Hot New Web Dev - November 2024
Welcome to Hot Web Dev November 2024, featuring the latest technology and web development news. This month I share my views on Linux and whether it is the best for developers. We have a fresh batch of learning and coding resources and the tool of the month is hot with developers.
Hot New Web Dev - October 2024
Welcome to Hot Web Dev October 2024, featuring the latest technology and web development news. This month we check out Svelte 5 and the new CLI which aims to speed up development by reducing set-up time. We feature an in-depth section on JavaScript and the tool of the month will bring your web app to a desktop or mobile near you.
New Svelte 5 Guessing Game 2024
In this tutorial, you’ll build a fun and interactive guessing game using Svelte 5, the latest version of the lightweight JavaScript framework designed for creating fast and reactive web applications. This game will challenge users to guess a randomly generated number within a certain range, offering real-time feedback on whether their guesses are too high or too low. By leveraging Svelte’s powerful reactivity and efficient state management, you’ll create a smooth user experience with minimal code, making it an ideal project to explore Svelte 5’s new features and capabilities.
Hot New Web Dev - September 2024
Welcome to Hot Web Dev September 2024, featuring the latest technology and web development news. September has been a bumper month with the release of MacOS Sequoia and iOS 18. Finally, built-in windows snapping. Another cool feature is iPhone mirroring. This month’s edition covers WordPress and the battle with its creator and a company that doesn’t like to give back. The tool of the month is a suite of handy tools that works in the browser and doesn’t require uploading any data to a server.
New JavaScript Guessing Game 2024
The JavaScript guessing game tutorial is a simple beginner’s project. It features modern JavaScript syntax and runs without a Framework. In part one of the game the foundation is built. The second part adds suspense by only giving the user five attempts to guess. In this third part, we have added the ability for the user to set the level and change part way through if you have any attempts left.