Skip to main content Jump to list of all articles

Articles

Welcome to the worldoweb's Articles Hub – a curated space where the realms of coding, web design, and business converge. Dive into the latest industry news, explore insightful perspectives on contemporary business trends, and immerse yourself in a rich tapestry of code tutorials and design insights.

February 2025 – Hot New Web Dev

Welcome to Hot Web Dev February 2025, featuring the latest technology and web development news. This month 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.

in Web Development

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.

in Web Development

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.

in Web Development

Useful Must Have Software For Mac 2025

I have heard productivity is key. Sometimes, computers don’t behave the way we expect or want, so we use handy tools to help us find our way. Things like a clipboard manager, which I can’t live without also need to function the way I want it to. Here is a selection of handy must have software for the Mac. Some may be commercial, at a small cost, but I’ve also added free and open-source software with some being compatible with Windows.

in Software

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.

in Web Development

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.

in Web Development

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.

in Web Development

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.

in Web Development

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.

in Web Development