Find and Share Tech Talks with Speakerdex Community
A resource that curates hundreds of tech talks from all areas like web development, UI design, user experience, an AI.
A resource that curates hundreds of tech talks from all areas like web development, UI design, user experience, an AI.
Cheatsheets are a good way to quickly access some useful piece of information when you don’t want to go into details. From programming commands to P…
Free YouTube videos offer plenty of tutorials on web development for beginners. But screencasts have become even more popular since you can quickly re…
Creating HTML documents on the fly, with or without JavaScript, is sometimes necessary. Whether the goal is to display an acknowledgment page or an if…
Frontend developers need all the best resources they can get. Usually, this means working on top of a framework such as Bootstrap because it comes pac…
You have access to hundreds of free code libraries at your fingertips. There’s no need to build projects from scratch when you can lean on the open-…
Shared memory is an advanced feature of JavaScript, that threads (concurrently executed parts of a process) can leverage. Sharing the memory means not…
Familiar yet unknown, or utterly new, it happens that we miss out parts of the HTML syntax that might turn out to be important knowledge we can put to…
Anything that can save time on a dev project is worth trying. Developers know this better than anyone, which is why IDE plugins and complex regex snip…
There are dozens of lightbox plugins and they’re all great for different reasons. Some work better on portfolio sites while others are best for resp…
Web Workers is a JavaScript API that allows you to run scripts in a separate thread from the main one. It can come in handy when you don’t want any …
However, setting up the local runtime environment can be a real pain for beginners. This often requires the command line which is great to learn as yo…