Loading Third-Party JavaScript
Third-party scripts provide a wide range of useful functionality, making the web more dynamic. Learn how to optimize the loading of third-party scripts to reduce their impact on performance.
“Technology is just a tool. In terms of getting the kids working together and motivating them, the teacher is the most important”
This issue is kindly sponspored by:
We help upcoming influencers and businesses do big things 🚀
Start scheduling content today for free here.
Third-party scripts provide a wide range of useful functionality, making the web more dynamic. Learn how to optimize the loading of third-party scripts to reduce their impact on performance.
People expect to be able to drag and drop items. Many libraries implement drag and drop, but it is relatively easy to create in vanilla JS and HTML even if you don't want to install any packages.
Python's f-strings provide a more readable, concise and less error-prone way to format strings than traditional string formatting. They are packed with useful features that are sure to come in handy in day-to-day use. Let's take a look at some of them.
Coding interviews are notoriously hard, for both junior and seasoned developers. In this article you will find a number of suggestions that can help you shine in your next coding interview!
Learn which cybersecurity tactics and tools will help you combat today's common cyberattacks and how to build more resilient web applications.
AlpineJS is a new JavaScript frontend framework that aims to make it super simple to build interactive applications. In this post you will go through some of the concepts that AlpineJS uses for state management and DOM manipulation.
In this post we'll learn about the concept of time complexity in a more detailed way. A mathematical way of representing the time complexity of an algorithm. It's definitely gonna include some uncomfortable looking mathematical equations. But don't worry yet! This post is gonna make things easier for you.
by Marijn Haverbeke
JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications. Eloquent JavaScript, 3rd Edition dives deep into the JavaScript language to show you how to write beautiful, effective code.