Tag Fireship
Tìm kiếm bài viết trong Tag Fireship
Linux in 100 Seconds
Linux is a free and open-source operating system that powers many of the world's computer systems. Learn the basics of the Linux kernel, how it relates to GNU, and essential Linux commands.
0 0 28
A heroic new proposal for JavaScript // The Code Report
Could JavaScript have its own native type system like TypeScript in the future? The team behind TS has submitted an ECMAScript TC39 proposal that seeks to add "Types as Comments" to JS. .
0 0 28
React Query in 100 Seconds
React Query is a tool that makes your data fetching code faster, easier, and more powerful. Learn how to use React Query it in a real application in the Full React Course https://fireship.
0 0 22
Unity in 100 Seconds
Build your first video game in 100 seconds with the Unity Game Engine. It is a powerful tool that simplifies the way developers create 2D and 3D video games with the C# programming language.
0 0 31
This video was made with code. But how?
Learn how to produce video content programmatically with HTML, CSS, and JavaScript thanks to Remotion - a React library that can create real MP4 videos https://github.com/remotion-dev/remotion.
0 0 25
10 React Antipatterns to Avoid - Code This, Not That!
React is a minimal on the surface, but it’s actually a highly complex JavaScript UI library with many potential pitfalls. In this tutorial, we look at 10 antipatterns in React, along with tips and tri
0 0 17
I feel cyber attacked // The Code Report
What would a massive global cyber attack look like? With war starting up in Europe, many news outlets are warning about the potential of hackers launching large-scale cyber attacks. . Resources. .
0 0 43
Vite in 100 Seconds
Vite is a JavaScript build tool that makes it faster and easier to build web applications. It's similar to tools like Webpack, but relies on modern browser features like ES Modules to simplify and spe
0 0 59
The Shocking State of JavaScript // The Code Report
Results from the 2021 State of JavaScript survey are in and the results may shock you. Compare trends in frontend web frameworks like React, Angular, Vue, and Svelte.
0 0 26
Firebase in 100 Seconds
Firebase is a suite of tools for building apps on top of Google Cloud Platform. It's most famous for its realtime database, but also includes services for user authentication, serverless computing, pu
0 0 45
7 ways to deal with CSS
Top 7 ways to write CSS code in a React or Next.js app.
0 0 20
Lua in 100 Seconds
Lua is a lightweight dynamic scripting language often embedded into other programs like World of Warcraft and Roblox. It's minimal syntax makes it easier to learn than Python, while being much more pe
0 0 50
What happens if you hack 4.5 billion BTC? // The Code Report
Blockchain networks are virtually unhackable, but crypto exchanges not so much. In 2016, hackers stole 4.
0 0 33
How to Learn to Code - 8 Hard Truths
Learning to code can open many doors in life, but it's NOT easy and NOT for everybody. Let's take a look at 8 different techniques supported by science that can help you become a programmer faster.
0 0 43
C++ in 100 Seconds
C++ or C-plus-plus or Cpp is an extremely popular object-oriented programming language. Created in 1979, today it powers game engines, databases, compilers, embedded systems, desktop software, and muc
0 0 79
BIG new feature lands in Node.js // The Code Report
The Fetch API has officially made its way into Node.js giving web developers a better default tool for making HTTP requests.
0 0 37
How I post banger tweets with artificial intelligence // Twitter Bot Tutorial
I built a twitter bot that automatically tweets content generated by artificial intelligence using GPT-3. Learn how to build your own twitter bot from scratch with Node.js and the OAuth 2.0 protocol.
0 0 24
How a CS student tracks Elon’s Private Jet with Python // The Code Report
A college student built a Twitter bot with Python that tracks the location of Elon Musk's private jet - then Elon offered him $5K to shut it down. Now the situation is blowing up in the media.
0 0 41
Ruby in 100 Seconds
Ruby is a dynamic programming language most well-know for powering the Ruby on Rails fullstack web framework. Learn why developers love the simple object-oriented code produced by the Ruby language.
0 0 31
I created a Command Line Game for you // 5-Minute Node.js CLI Project
Building your own Command Line Interface (CLI) is easier than you might think with Node.js.
0 0 41
Prisma in 100 Seconds
Prisma is an open-source ORM that makes it fun and safe to work with a database like MySQL, Postgres, SQL Server, or MongoDB. It generates a type-safe client library to provide an awesome DX in any No
0 0 21