Tag Fireship
Tìm kiếm bài viết trong Tag Fireship
Astro in 100 Seconds
Astro is an open-source tool that can build static HTML websites using popular frontend JavaScript frameworks (React, Vue, Svelte), while loading fully interactive components as needed https://github.
0 0 18
MongoDB in 100 Seconds
MongoDB is the world’s most popular document database with powerful capabilities like full-text search, geospatial queries, data aggregation, and more https://bit.ly/3rbFIpG.
0 0 28
21+ Browser Dev Tools & Tips You Need To Know
The web browser is one of the most sophisticated tools on the planet. Today we look at 21 tricks, tips, and lesser-known features in Chrome Dev Tools that will make your life easier as a web developer
0 0 46
Redis in 100 Seconds
Redis is an extremely fast in-memory database often used as a cache. It has evolved into a multi-model database with support for graphs, JSON documents, full-text search, and more.
0 0 20
Is your memory leaking?
Memory leaks in JavaScript can slow down your website and create a bad user experience. Learn how to find JS memory leaks with Chrome dev tools. . #shorts #js #webdev
0 0 24
DNS Explained in 100 Seconds
Ever wonder how DNS works? The Domain Name System is one of the most important Internet technologies, but few web developers understand how it actually works behind the scenes. https://fireship.io. .
0 0 19
The Truth about Github Copilot // AI Programming First Look
Learn the basics of GitHub Copilot - an AI-powered tool for writing code faster. It is built on top of OpenAI’s GPT-3 model and uses training data from public places like StackOverflow to suggest and
0 0 35
TypeScript is Literal Magic
TypeScript Tip! Merge union types into every possible combination using template literal types. . Docs https://www.typescriptlang.
0 0 39
Top 50+ AWS Services Explained in 10 Minutes (or so)
Amazon Web Services (AWS) is the world's largest and most complex cloud with over 200 unique services. Learn about the top 50 cloud products in just ten minutes. https://fireship.io/pro.
1 1 45
Google Sheets… Your Next Database?
Can you use Google Sheets as a database? Learn how to build a Next.js app using a spreadsheet as the data layer https://fireship.io/lessons/google-sheets-database-nextjs/. .
0 0 44
Build 5 Apps in 5 Minutes with Flutter… But should you?
Flutter makes it possible to deploy your code to iOS, Android, MacOS, Windows, and the Web. But what are the pros and cons of cross-platform development? https://fireship.io/tags/flutter/. .
0 0 30
God Tier HTML Programming
Learn how to use Emmet to write HTML code faster in VS Code https://docs.emmet.io/cheat-sheet/. .
0 0 43
Closures Explained in 100 Seconds // Tricky JavaScript Interview Prep
What is a JavaScript Closure? Learn the how closures allow functions to "remember" outside their local scope https://fireship.io/tags/javascript/. . #js #programming #100SecondsOfCode.
0 0 40
25 VS Code Productivity Tips and Speed Hacks
Learn 25 VS Code tips and tricks that will help you write code faster. Try out awesome new features and extensions that turn your editor into a full-blown IDE. https://fireship.io/pro.
0 0 70
Hasura in 100 Seconds
Learn how Hasura can instantly turn your SQL database into a GraphQL API. https://github.com/hasura/graphql-engine. .
0 0 49
Async Await try-catch hell
Async Await is heaven... until error handling comes into play. Learn how to avoid try/catch hell when writing async JavaScript code
0 0 90
GUN Decentralized Graph DB in 100 Seconds
GUN is a decentralized graph database (or graph synchronization protocol) . Learn how to use the GUN JavaScript API and start writing data to your own peer-to-peer network.
0 0 25