Other

Questy
0 Views ยท 4 months ago

PostCSS is a tool that allows you to use modern CSS features like nesting and mixins, while supporting legacy browsers. Learn why this simple JavaScript library is one of the most popular tools in the web development industry.

#css #webdev #100SecondsOfCode

๐Ÿ”— Resources

PostCSS Docs https://postcss.org/
Sass in 100 Seconds https://youtu.be/akDIJa0AP5c

๐Ÿ“š Topics Covered

- PostCSS vs Sass
- What is PostCSS?
- How JavaScript plugins can transform CSS
- Modern CSS features like nesting and mixins

๐Ÿ”ฅ Watch more with Fireship PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Web5 is a new decentralized web framework based on the Bitcoin Lightning Network designed to replace Web3.

#webdevelopment #crypto #TheCodeReport #web3

๐Ÿ”— Resources

Web 5 Overview https://cryptoslate.com/web5-a....nnounced-by-jack-dor
Web5 Tweets https://twitter.com/brockm/sta....tus/1535999323732815
Web5 Slide Deck https://bestpitchdeck.com/tbd

๐Ÿ”– Topics Covered

- What is Web5?
- Web3 vs Web5
- Decentralized Apps
- Crypto news
- Will Web5 replace Web3?
- How does Web5 work?

Questy
0 Views ยท 4 months ago

Terraform is an Infrastructure as Code (IAC) tool that can provision resources in the cloud. Learn how to setup terraform and connect it to cloud providers like AWS, Google Cloud, Azure, or Docker to automate your infrastructure https://github.com/hashicorp/terraform

This video is NOT sponsored

#cloud #code #100SecondsOfCode

๐Ÿ”— Resources

Terraform Install https://learn.hashicorp.com/tu....torials/terraform/in
Terraform Google Cloud https://registry.terraform.io/....providers/hashicorp/

๐Ÿค“ Install the quiz app

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

๐Ÿ”ฅ Watch more with Fireship PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Binary is a base-2 numbering system and the final language used by computer hardware. Programmers don't write binary code directly, but it's import to understand how a machine uses transistors to organize billions of bits to represent data. https://fireship.io

#compsci #math #100SecondsOfCode

๐Ÿ”— Resources

Binary Explanation https://www.kerryr.net/pioneers/binary.htm
Binary history https://www.cs.cas.cz/portal/A....lgoMath/NumberTheory
Hex dump https://hexed.it/

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- How do binary numbers work?
- How to computers use binary?
- What is a hex dump?
- How to count in binary?
- When was binary first invented?
- bit vs byte vs nibble

Questy
1 Views ยท 4 months ago

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

#webdev #compsci #100SecondsOfCode

๐Ÿ”— Resources

What is DNS https://www.cloudflare.com/lea....rning/dns/what-is-dn
Domain Name System https://en.wikipedia.org/wiki/Domain_Name_System

๐Ÿค“ Install the quiz app

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

๐Ÿ”ฅ Watch more with Fireship PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

C# or C-Sharp is the programming language behind .NET (dotnet) and the Unity framework. It was created at Microsoft as a C-like object-oriented language and is used to build apps for web, desktop, mobile, and more.

#programming #unity #100SecondsOfCode

๐Ÿ”— Resources

.NET Install https://dotnet.microsoft.com/download
C# docs https://docs.microsoft.com/en-us/dotnet/csharp/
Unity https://unity3d.com

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- What is C#?
- C# Basics Tutorial
- History of C#
- How C# works
- What is C# used for?
- Who invented C#?

Questy
0 Views ยท 4 months ago

PHP Hypertext Preprocessor is a scripting language for building dynamic websites on the server. It remains one of the most popular programming languages in the world, powering tools like Wordpress, Laravel, and Symfony. https://fireship.io

#programming #webdev #100SecondsOfCode

๐Ÿ”— Resources

PHP Docs https://www.php.net/docs.php
PHP usage stats https://w3techs.com/technologies/details/pl-php

๐Ÿ“š Chapters

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- History of PHP
- PHP syntax and features
- Basic Overview of PHP
- What does PHP stand for?
- Does Facebook use PHP?
- Websites that use PHP

Questy
0 Views ยท 4 months ago

Tailwind is a utility-first CSS framework for building websites. It takes a functional approach to web design by providing thousands of tiny classes to use directly in your HTML. Learn why web developers love tailwind in this quick breakdown.

๐Ÿ”— Resources

Tailwind https://tailwindcss.com/
Tailwind Criticism https://dev.to/jaredcwhite/why....-tailwind-isn-t-for-

๐Ÿค“ Install the quiz app

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

๐Ÿ”ฅ Watch more with Fireship PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Kotlin is a programming language designed as a modern alternative to Java. It supports functional patterns, coroutines, multi-platform compilation, and is now the recommended language for Android mobile development.

#programming #android #100SecondsOfCode

๐Ÿ”— Resources

Kotlin Docs https://kotlinlang.org/
Kotlin on Android https://developer.android.com/kotlin
Watch Java in 100 Seconds https://youtu.be/l9AzO1FMgM8

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- Kotlin vs Java
- Kotlin basic syntax
- Using kotlin on Android
- Kotlin coroutines overview
- What is kotlin?
- Is kotlin a JVM language?

Questy
0 Views ยท 4 months ago

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

I collaborated with the team behind MongoDB Atlas to prioritize this video, but I had full creative control of the content. They were kind enough to give us $200,000 in cloud credits to pass along!

๐Ÿšจ First 1000 people to use FIRESHIP200 get a $200 credit on Atlas

#database #tech #100SecondsOfCode

๐Ÿ”— Resources

MongoDB Atlas https://bit.ly/3rbFIpG
MongoDB on Github https://github.com/mongodb/mongo

Questy
0 Views ยท 4 months ago

SST serverless stack is an open-source infrastructure-as-code tool for building on AWS with TypeScript. Learn how to easily manage resources on AWS and handle deployments for JS frameworks like Next.js, Astro, Svelte, and more.

#webdevelopment #javascript #100secondsofcode

๐Ÿ’ฌ Chat with Me on Discord

https://discord.gg/fireship

๐Ÿ”— Resources

SST on GitHub https://github.com/serverless-stack/sst
SST Docs https://sst.dev
50 AWS services explained https://youtu.be/JIbIYCM48to
Serverless was a mistake https://youtu.be/qQk94CjRvIs

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade at https://fireship.io/pro
Use code YT25 for 25% off PRO access

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- How to build serverless apps on AWS
- What is Amazon Web Services?
- What is IaC infrastructure-as-code
- Deploying Next.js to AWS lambda
- Deploying SvelteKit to AWS lambda
- SST quickstart tutorial

Questy
0 Views ยท 4 months ago

Learn the difference between session and token-based authentication on the web. Master Web Security in 12 weeks ๐Ÿ‘‰ https://websecurity-academy.co....m/?aff=487495_h0fjhw Enroll before the deadline on 31st Oct (Saturday).

#web #security #100SecondsOfCode

Questy
0 Views ยท 4 months ago

Learn how Hasura can instantly turn your SQL database into a GraphQL API. https://github.com/hasura/graphql-engine

This video is NOT sponsored.

#graphql #api #100SecondsOfCode

๐Ÿ”— Resources

Hasura https://hasura.io/
GraphQL https://graphql.org/learn/

๐Ÿค“ Install the quiz app

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

๐Ÿ”ฅ Watch more with Fireship PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Binary Search is an algorithm that can find the index of an element in a sorted array data structure. You've likely used Binary Search it in everyday life without even realizing it.

#compsci #programming #100SecondsOfCode

๐Ÿ”— Resources

Binary Search https://en.wikipedia.org/wiki/....Binary_search_algori
Big-O in 100 Seconds https://youtu.be/g2o22C3CRfU
Recursion in 100 seconds https://youtu.be/rf60MejMz3E

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- Binary Search in JavaScript
- How does binary search work?
- When was binary search first used?
- How code recursive binary search?
- Big-O Time complexity of binary search

Questy
0 Views ยท 4 months ago

Learn the fundamentals of Web Assembly in 100 Seconds, then build your first WASM binary with AssemblyScript. https://fireship.io

- WASM Docs https://developer.mozilla.org/....en-US/docs/WebAssemb
- Figma's Story https://www.figma.com/blog/web....assembly-cut-figmas-
- AssemblyScript https://www.assemblyscript.org/


#webdev #wasm #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Java is one of the most successful and most dreaded technologies in the computer science world. Let's roast this powerful open-source programming language to find out why it has so many haters.

#java #programming #comedy #100SecondsOfCode

๐Ÿ”— Resources

Java Website https://java.com
Java in 100 Seconds https://youtu.be/l9AzO1FMgM8
Why Java Sucks https://tech.jonathangardner.n....et/wiki/Why_Java_Suc
Why Java Doesn't Suck https://smartbear.com/blog/ple....ase-stop-staying-jav

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- Why do people hate Java?
- Does Java suck?
- Is Java still a good language?
- Java Criticisms
- Java Memes and Jokes
- Roast of Java

Questy
0 Views ยท 4 months ago

Arduino is a programmable circuit board that makes it possible for the average developer to build custom hardware products. Learn about Arduino's architecture, microcontroller, programming language, and IDE in 100 seconds.

#programming #arduino #100SecondsOfCode

๐Ÿ’ฌ Chat with Me on Discord

https://discord.gg/fireship

๐Ÿ”— Resources

- Arduino Docs https://docs.arduino.cc/
- Raspberry Pi in 100 Seconds https://youtu.be/eZ74x6dVYes

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade at https://fireship.io/pro
Use code YT25 for 25% off PRO access

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- What is an Arduino?
- CPU vs Microcontroller
- Raspberry Pi vs Arduino
- How do electrical circuits work?
- What is a microcontroller?
- How to get started with Arduino?
- What programming language does Arduino use?

Questy
0 Views ยท 4 months ago

Python is arguably the world's most popular programming language. It is easy to learn, yet suitable in professional software like web applications, data science, and server-side scripts. https://fireship.io/tags/python/

#python #programming #100SecondsOfCode

๐Ÿ”— Resources

Python Docs https://docs.python.org/3/
Python TIOBE Ranking https://www.infoworld.com/arti....cle/3636789/python-t

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- Is YouTube built with Python?
- Is Python Strongly typed?
- Python syntax and indentation rules
- When was python released?

Questy
0 Views ยท 4 months ago

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.com/snowpackjs/astro

#webdev #js #100SecondsOfCode

This video is NOT sponsored.

๐Ÿ”— Resources

Astro https://astro.build/
Islands Architecture https://jasonformat.com/islands-architecture/

๐Ÿค“ Install the quiz app

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

๐Ÿ”ฅ Watch more with Fireship PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Learn the fundamentals of Dgraph - an open-source Graph Database that implements GraphQL as its query language ๐Ÿš€ https://cloud.dgraph.io

#database #graphql #100SecondsOfCode

References:

Try Dgraph for free https://cloud.dgraph.io
Dgraph on Github https://github.com/dgraph-io/dgraph
What is a Graph Database? https://en.wikipedia.org/wiki/Graph_database

Questy
0 Views ยท 4 months ago

Deno is a brand new JavaScript runtime, similar to Node.js. Use it to develop secure server-side apps with built-in TypeScript support, ES modules, and promise-based APIs.

Learn more at https://deno.land

#javascript #nodejs #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Neovim is a fork of the keyboard-based text editor Vim. It is focused on extensibility and integrates the Lua programming language for easier scripting.

#programming #vim #100SecondsOfCode

๐Ÿ’ฌ Chat with Me on Discord

https://discord.gg/fireship

๐Ÿ”— Resources

Neovim Docs https://neovim.io/
Vim in 100 Seconds https://youtu.be/-txKSRn0qeA
Lua in 100 Seconds https://youtu.be/jUuqBZwwkQw
Check out @teej_dv for more Neovim content

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade at https://fireship.io/pro
Use code YT25 for 25% off PRO access

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- Should I switch to neovim?
- Vim vs Neovim
- Neovim vs VS Code
- Best text editor for developers
- What is neovim?
- Is neovim better than vim?

Questy
0 Views ยท 4 months ago

Learn the most important concepts of CSS Flexbox Layout in 100 seconds.

#css #webdev #100SecondsOfCode

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

React Native allows developers to build cross-platform apps for iOS, Android, and the Web from a single JavaScript codebase. Get started building your first native mobile app with React Native

#react #mobiledev #100SecondsOfCode

๐Ÿ”— Resources

React Native Docs https://reactnative.dev
Expo https://expo.dev
RN Bridge https://hackernoon.com/underst....anding-react-native-

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

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 performant than other interpreted languages.

#programming #compsci #100SecondsOfCode

๐Ÿ”— Resources

Lua Manual https://www.lua.org/manual/5.3/manual.html
Lua History https://www.researchgate.net/p....ublication/2486970_T
Lua C API https://riptutorial.com/lua/to....pic/671/introduction

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

What is Lua?
What is Lua used for?
Is Lua faster than Python?
Lua vs Python
Lua Basics Tutorial
How do tables work in Lua?
How to use C or C++ with Lua

Questy
0 Views ยท 4 months ago

What is a Raspberry Pi? Learn about all the parts and capabilities of the world's most popular tiny computer. https://fireship.io/tags/rpi

https://www.raspberrypi.org/

#raspberrypi #learntocode #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
3 Views ยท 4 months ago

Learn the basics of Kubernetes and how it's used to scale containers to massive workloads in the in cloud, in 100 seconds. https://fireship.io/tags/docker/

Docker in 100 Seconds https://youtu.be/Gjnup-PuquQ
Full docker Tutorial https://youtu.be/gAkwW2tuIqE

Official Kube docs https://kubernetes.io/

#docker #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

COBOL is the hottest programming language of 2020. Learn how it powers the world's mainframe computers in 100 seconds.

Support this channel by upgrading to a PRO member at https://fireship.io

#cobol #compsci #100SecondsOfCode

COBOL Docs https://en.wikipedia.org/wiki/COBOL

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Build apps on iOS, Android, the web, and desktop with Flutter in 100 seconds. Go beyond the basics in the Flutter Firebase course https://fireship.io/courses/flutter-firebase/

#Flutter #100SecondsOfCode

Flutter https://flutter.dev

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Data-Driven Documents or D3 is a JavaScript library for drawing SVGs with data. It's the magic behind many of the graphs, charts, and other data visualizations you see on the web today. https://fireship.io/lessons/re....altime-charts-d3-fir

#javascript #datavis #100SecondsOfCode

๐Ÿ”— Resources

D3 https://d3js.org/
Realtime Animated Charts https://fireship.io/lessons/re....altime-charts-d3-fir

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- D3.js Basics
- Data Vis with JavaScript
- Draw SVG Graphics with Data

Questy
0 Views ยท 4 months ago

React is a little JavaScript library with a big influence over the webdev world. Learn the basics of React in 100 Seconds https://fireship.io/tags/react/

How I make these Videos https://youtu.be/N6-Q2dgodLs

#react #webdev #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

WebGL makes it possible to render GPU-accelerated 3D graphics on the web. Learn the basics of 3D theory and rendering pipelines for complex graphics and animations https://fireship.io

#webdev #3d #100SecondsOfCode

๐Ÿ”— Resources

WebGL https://developer.mozilla.org/....en-US/docs/Web/API/W
Rendering Pipeline https://duriansoftware.com/joe..../an-intro-to-modern-
Three.js https://threejs.org/
Spline https://spline.design

๐Ÿค“ Install the quiz app

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

๐Ÿ”ฅ Watch more with Fireship PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Gzip is a file compression tool and popular Linux utility used to make files smaller. Learn how file compression works in 100 seconds.

#linux #compsci #100SecondsOfCode

๐Ÿ”— Resources

Gzip Docshttps://www.gnu.org/software/gzip/manual/gzip.html
Linux in 100 Seconds https://youtu.be/rrB13utjYV4
Linux Directories Explained https://youtu.be/42iQKuQodW4

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- What is Gzip?
- How to create a tarball?
- What is end-to-end compression?
- Lossy vs Lossless file compression
- File compression algorithms history
- TAR vs Gzip

Questy
0 Views ยท 4 months ago

What is GraphQL? Learn how it compares to REST and why developers love this query language for reading and mutating data in APIs https://fireship.io/tags/graphql

GraphQL API Docs https://graphql.org/
SpaceX GraphQL API https://api.spacex.land/graphql/

#dev#graphql #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Learn the basics of Git in 100 seconds.

0:09 Initialize a git repo
0:33 Stage files
0:39 Commit a snapshot
1:12 Branch off into an alternate universe
1:30 Merge a branch into master

Follow me on Github https://github.com/codediodeio
Git Docs: https://git-scm.com/

#git #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
2 Views ยท 4 months ago

What is Vue.js? Learn the basics of Vue and build your first reactive UI component in just 100 seconds โšก๐Ÿ‘€ https://fireship.io/courses/vue/

Vue Docs https://vuejs.org/
Build a full-stack app with Vue & Firebase ๐Ÿ”ฅ๐Ÿ‘€ https://fireship.io/courses/vue/

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
2 Views ยท 4 months ago

Learn how NGINX is used a web server, reverse proxy, load balancer, and HTTP cache to handle the demands of high traffic sites. https://nginx.org

#nginx #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Angular is arguably the most advanced frontend JavaScript framework ever created. Learn the basics of Angular in 100 Seconds. https://fireship.io/courses/angular/

Docs https://angular.io

#webdev #js #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Learn JavaScript's Array Reduce method in 100 seconds. Take many things and reduce them down to one thing.

#JavaScript #100SecondsOfCode

Array Reduce: https://developer.mozilla.org/....en-US/docs/Web/JavaS

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Svelte is a JS library for building reactive UI components. But unlike React, Angular, and Vue, it does not ship a runtime like Virtual DOM to the browser https://svelte.dev/

Also see...

Full Svelte Tutorial https://fireship.io/lessons/sv....elte-v3-overview-fir
Svelte Kit https://svelte.dev/blog/sveltekit-beta

#js #webdev #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Learn how recursion โ™พ๏ธworks in 100 seconds. https://fireship.io

#compsci #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Cross-Origin Resource Sharing or CORS is a mechanism that allows browsers to request data from 3rd party URLs (or origins) and is a common pain point for web developers. Learn the basics of CORS in 100 seconds.

Full Tutorials

Use CORS in Firebase Cloud Functions https://fireship.io/lessons/se....cure-firebase-cloud-

Helpful CORS Resources

https://web.dev/cross-origin-resource-sharing/
https://developer.mozilla.org/....en-US/docs/Web/HTTP/


#webdev #js #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

jQuery is the world's most popular JavaScript library (by far) in terms of sites using it in production today. Learn the basics of jQuery in 100 seconds.

Docs https://api.jquery.com/

#js #webdev #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

What is DevOps? How to setup a CI/CD pipeline? Learn the basics of continuous integration & delivery and how it can optimize your productivity and code quality. After this, go further ๐Ÿ‘‰ https://youtu.be/eB0nUzAI7M8

Demo Repo https://github.com/fireship-io..../225-github-actions-

Stay tuned for a full Github Actions DevOps project. https://github.blog/2019-08-08....-github-actions-now-
CI/CD https://en.wikipedia.org/wiki/....Continuous_integrati

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

๐Ÿณ Docker is a required skill for almost every developer in today's world. Learn the basics of Dockerfiles, images, and containers in 100 seconds. https://fireship.io

Docker Docs https://docs.docker.com/

#docker #dev #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Learn JavaScript Promises in 100 seconds, then follow my new IG account for even more content https://www.instagram.com/fireship_dev/

Reference MDN https://developer.mozilla.org/....en-US/docs/Web/JavaS

#javascript #100SecondsOfCode

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font

Questy
0 Views ยท 4 months ago

Learn Big-O Notation in 100 Seconds (of Computer Science). โšก๐Ÿ”ฌ

#compsci #100SecondsOfCode

Install the quiz app ๐Ÿค“

iOS https://itunes.apple.com/us/ap....p/fireship/id1462592
Android https://play.google.com/store/....apps/details?id=io.f

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font




Showing 3 out of 3