Explore >> Select a destination


You are here

kore-nordmann.de
| | rachelcarmena.github.io
4.2 parsecs away

Travel
| | Trying to answer to What methodology?
| | nakov.com
3.4 parsecs away

Travel
| | I was a speaker at Techniverse 2024 (part of the Drum and Bass Culture Festival #2 in Sofia), in November 2024. I share the slides from my talk on "AI and the Future of Software Developers". AI and Future of Devs: My Slides Essentials from My Session These are the essentials from my tal
| | lovable.dev
3.6 parsecs away

Travel
| | Vibe coding is changing how we build software-just describe what you want, and AI takes care of the code, making development faster, easier, and accessible to everyone.
| | krasimirtsonev.com
20.8 parsecs away

Travel
| Write your own progress indicator with vanilla JavaScript / Many moons ago, I was writing a lot of Flash applications. One thing was typical, and that was a progress indication of something that we were downloading. The loaded bytes of the Flash file (.swf) itself and later of some other resource the application needs. Once I started writing everything in JavaScript, this feature disappeared. In this post, we'll see how to implement it with vanilla JavaScript.