Javascript

Developer Javascript

How and Why Bun is disrupting JavaScript land

Fireship takes a first look at Bun 1.0 – the worlds fastest JavaScript runtime. Find out how Bun compares to Node.js and Deno.

Read More
Javascript

Big projects are ditching TypeScript… why?

Why are some big open-source projects like Turbo and Svelte dropping TypeScript in favor of vanilla JavaScript? Learn about the pros and cons of TypeScript Fireship explains.

Read More
Developer Javascript

Learn react from scratch with projects

This video is from Hitesh Choudhary. Let’s get started with Reactjs from absolute scratch. This is a project based series that will teach you basics of react.

Read More
AI Data

OpenAI Embeddings and Vector Databases Crash Course

This video is from Adrian Twarog. Embeddings and Vectors are a great way of storing and retrieving information for use with AI services. OpenAI provides a great embedding API to do this. Postman lets you make these with easy at https://www.postman.com/ (today’s sponsor) In this video we will explore how to create a Vector Database […]

Read More
Developer Javascript

How JavaScript Ruined the Web

Eric Murphy asks the questions we all have asked ourselves at times. Ever noticed how bad the modern web is getting? Why is every website a slow, laggy, buggy mess? Whatever happened to the good old days, when websites were simpler? In this video, I’ll talk about how the rise of JavaScript frameworks like React […]

Read More
AI Large Language Models

How to Upload Files to ChatGPT: A More Powerful Experience

In this video from Automate My Life., see how to upload files into ChatGPT, a powerful language model based on the GPT-3.5 architecture. With this code, you can easily upload text files, JS files, Python files, and even CSV ‘s to ChatGPT and get accurate responses to your prompts.

Read More
GameDev Javascript

2D Character Animation Masterclass [JavaScript]

This video is from awesomely named Franks laboratory. Robots, body parts and game design. Deep dive into 2D character animation and motion. Let’s build a space robot from multiple separate body parts and let’s make them interactive. Building games can be easy if you understand your tools and techniques. Let’s learn 2D Game development with […]

Read More
Developer Javascript

Comprehensive HTTP Networking Course: Master Fetch and REST APIs in JavaScript

Master the HTTP networking protocol by completing over 80 coding exercises and quizzes in JavaScript. Once you’ve learned it all, build a real web crawler using Node.js to put all the concepts into practice in this video from freeCodeCamp.org.. HTTP is the backbone of the modern web, and in this course we’ll do a deep […]

Read More
Developer Javascript

Awe-Inspiring Anime.js Staggered Grid Animation

Hyperplexed show us how to create a super cool staggered grid effect that was requested by a subscriber.

Read More