সেরা ভিডিও

Questy
1 ভিউ · 9 মাস আগে

Setup the ultimate Web Development environment with Windows and Linux ? using WSL. Make the command line look cool, then add node, git, docker, and more. https://fireship.io/lessons/wi....ndows-10-for-web-dev

#webdev #windows #linux

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
1 ভিউ · 9 মাস আগে

Learn how the central processing unit (CPU) works in your computer. Compare performance and processor architecture between the Intel and Apple Silicon M1 chips with @AZisk

#compsci #tech #100SecondsOfCode

? Subscribe to Alex's Channel ?

https://www.youtube.com/channe....l/UCajiMK_CY9icRhLep

? Resources

Apple Silicon Breakdown https://www.macrumors.com/guide/apple-silicon/
Visual CPU http://visual6502.org/
Clock Speed https://www.intel.com/content/....www/us/en/gaming/res

? Chapters

00:00 How a CPU Works
01:06 Instruction Cycle
02:25 Apple M1 vs Intel i9
06:10 Performance Benchmarking
9:06 Best Dev Stacks for M1
10:12 Worst Stacks for M1
11:55 Final Summary

? 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
1 ভিউ · 9 মাস আগে

Learn 3 awesome CSS tips and tricks submitted by viewers like you. Watch the original Top Ten CSS Pro Tips ? https://youtu.be/Qhaz36TZG5Y

#css #tips

00:00 Responsive relative units
00:58 The ch clamp trick
01:28 HSL color magic
02:25 Scroll padding quick fix

Character Clamp Trick https://web.dev/min-max-clamp/

Yay, my comment was featured as a tip!

Send an email to "helloATfireship.io" from the same account used to comment. I will respond with a form to redeem the shirt.

Or DM me on slack https://fireship.page.link/slack

My VS Code Theme

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

Questy
1 ভিউ · 9 মাস আগে

Test-Driven Development (TDD) is a proven prevent bugs and improve the quality of your code - and it's fun! Learn the fundamentals of JavaScript testing in this beginner's tutorial. https://github.com/fireship-io/tdd-basics-project

#js #webdev #tutorial

? Resources

Wallaby (20% discount) https://bit.ly/34KDnHP
Jest https://jestjs.io/
Cypress https://www.cypress.io/
Software Testing in 100 Seconds https://youtu.be/u6QfIXgjwGQ

? Chapters

00:00 Why Test?
01:13 Test-Driven Development (TDD) Philosophy
02:07 Functional Testing
03:40 Non-Functional Testing
03:53 JS Interview Question
04:12 Setting up Jest
06:04 Writing your First Test
09:05 Setup & Teardown
10:29 Code Coverage Report
10:57 Cypress E2E

? 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
1 ভিউ · 9 মাস আগে

Want to build your own peer-to-peer video chat app? WebRTC is a technology that creates a realtime connection between browsers where users can exchange audio/video streams https://fireship.io/lessons/we....brtc-firebase-video-

00:00 WebRTC Explained
02:01 Build your own Video Chat
3:37 Code setup
04:34 Peer Connection & Webcam
06:49 Offer Signaling
09:45 Answer Signaling

Source Code

https://github.com/fireship-io..../webrtc-firebase-dem

Useful Resources

WebRTC Docs https://webrtc.org/
Codelab https://webrtc.org/getting-started/firebase-rtc-codelab
Signaling https://developer.mozilla.org/....en-US/docs/Web/API/W

#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
1 ভিউ · 9 মাস আগে

Why learn Node.js in 2020? Master the fundamentals of Node in 7 easy steps, then build a fullstack web app and deploy it to a cloud server. Follow along in the full article: https://fireship.io/courses/ja....vascript/node-basics

1. What is Node?
2. How do you install Node?
3. Hello World
4. Know the Runtime
5. Events
6. File System
7. Modules
8. Build & Deploy

Node https://nodejs.org

#nodejs #javascript #tutorial

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
1 ভিউ · 9 মাস আগে

The Fetch API has officially made its way into Node.js giving web developers a better default tool for making HTTP requests. Learn why this feature is a big deal and with it means for NPM packages like Axios.

#firstlook #nodejs #TheCodeReport

? Resources

Node Announcement https://twitter.com/targos89/s....tatus/14884717551948
Undici Node Fetch https://github.com/nodejs/undici
Fetch Standard https://fetch.spec.whatwg.org/

? 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 the fetch API?
- Why is node fetch a big deal?
- The future of Node.js
- New JavaScript features
- Node fetch vs Axios

Questy
1 ভিউ · 9 মাস আগে

Use “Ethical Hacking” or penetration testing to find exploits in your web app before the bad guys do. Featuring @DevAcademyCom to go beyond 100 seconds to explain the purpose of CORS http://links.dev-academy.com/6aP

#hacking #webdev #100SecondsOfCode

?️ Web Security Course

40% Discount with code: FIRESHIP_40
http://links.dev-academy.com/6aP

? Resources

OWASP Top 10 https://owasp.org/www-project-top-ten/
Burp Suite https://portswigger.net/burp
CORS in 100 Seconds https://youtu.be/4KHiSt0oLJ0

? Chapters

00:00 Ethical Hacking with Burp Suite
02:01 Why do we need CORS?
05:48 Same Origin Policy Example

Questy
1 ভিউ · 9 মাস আগে

? Looking for app dev inspiration? Here are 7 unusual app ideas that you can use in your portfolio or as a side hustle. https://fireship.io/pro

#code #cloud #ideas

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
1 ভিউ · 9 মাস আগে

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/

#flutter #code #dev

? Resources

Flutter Web https://flutter.dev/web
Flutter Desktop https://flutter.dev/desktop

? Chapters

00:00 Cross-Platform Development
01:08 Build 5 Apps
05:48 Flutter Pros & Cons

? 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
1 ভিউ · 9 মাস আগে

The history of JavaScript over the last 25 years. How did a simple scripting language for Netscape evolve into the world's most widely used programming language? https://dev.to/codediodeio/the....-weird-history-of-ja

Full Course: https://fireship.io/courses/javascript/

#javascript #history

Sources:

ECMA https://www.ecma-international.....org/publications/st
WorldWideWeb https://www.w3.org/People/Bern....ers-Lee/WorldWideWeb
Brendan Eich Talk https://thenewstack.io/brendan....-eich-on-creating-ja

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

Questy
1 ভিউ · 9 মাস আগে

A first look at Midjourney 5 - a state-of-the-art generative image model that can produce photorealistic humans. We breakdown new features in v5 and discus ethical concerns surrounding AI image tech.

#ai #tech #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Midjourney https://www.midjourney.com
AI copyright article https://www.theverge.com/2023/....2/22/23611278/midjou
GPT-4 First Look https://youtu.be/EunbKbPV2C0
Tensorflow in 100 Seconds https://youtu.be/i8NETqtGHms

? 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

- New features in Midjourney 5
- What is Midjourney?
- Is Midjourney open sources?
- Top AI image generators
- Can AI images be hold a copyright?
- Moral and ethical concerns with AI image generators
- Midjourney 5 basics tutorial

Questy
1 ভিউ · 9 মাস আগে

Learn the fundamentals of Search Engine Optimization (SEO) from the perspective of a web developer. Determine the optimal way to structure and render HTML for bots https://fireship.io/courses/react-next-firebase/

PRO Membership Discount 30% Code: fZGT5HZT

*Discount Expires on Friday 2/12

Technical overview https://developers.google.com/....web/updates/2019/02/
ISR https://nextjs.org/docs/basic-....features/data-fetchi

00:00 What is SEO
02:01 Create Good Content
03:54 HTML Structure
07:09 Rendering Strategies

#webdev #seo #100SecondsOfCode

My VS Code Theme

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

Questy
1 ভিউ · 9 মাস আগে

Last week I launched a side-hustle business with voice cloning AI, but things are not going well. Learn why most business ideas fail and develop techniques to improve your idea validation process.

#tech #business #startups

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

The Art of the Side Hustle https://youtu.be/A4_TFHzqAAg
AI startup ideas https://youtu.be/Aa83vRghue4
My Voice Cloning Service https://vocalize.cloud
Twitter report of business launch https://twitter.com/fireship_d....ev/status/1659930105

? 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

- Advice for solo businesses run by programmers
- Building in public
- Community building and viral marketing techniques
- Top reasons businesses fail
- Tips for launching a tech startup
- How to validate business ideas
- Running a software development side-hustle
- Charles Bukowski Motivation

Questy
1 ভিউ · 9 মাস আগে

Do you want to land a high-paying tech job writing code? Working for a great company requires more than just programming skills. Let’s explore 10 proven strategies that make your personal brand more appealing to employers, especially as as a self-taught developer.

#tech #jobs #learntocode

? Resources

Follow me on Twitter https://twitter.com/fireship_dev
Connect with Jeff Delaney on LinkedIn https://www.linkedin.com/in/jeff-delaney/

Great Resignation https://www.inc.com/jessica-st....illman/great-resigna

Check out @DorianDevelops story https://youtu.be/oOs_eIHeloY
Get tips from @DThompsonDev https://youtu.be/Fz2ERBUNKCA

? Chapters

00:00 Working in Tech
00:49 Tech Jobs Outlook 2022
01:27 1. Strong Mindset
02:47 2. Location Matters
03:33 3. Master the Twitter Game
04:52 4. Connect on LinkedIn
05:27 5. Git going on GitHub
06:30 6. Build One Epic Thing
07:15 7. Build in Public
08:20 8. IRL Networking
09:14 9. Get a Mentor
09:50 10. Become a Good Fit

? 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 to get a tech job
- What tech hiring managers look for
- Find a coding job in 2022
- Tips for junior programmer job seekers
- What is the great resignation?
- What is the outlook for tech jobs in the future?
- How to get hired as a self-taught developer?

Questy
1 ভিউ · 9 মাস আগে

What are dotfiles? Take to take your developer productivity to the next level ?? by automating the setup of your computer. Go beyond 100 seconds with special guest Patrick McDonald to setup your own dotfiles repo from scratch http://dotfiles.eieio.xyz/

What are dotfiles? https://wiki.archlinux.org/index.php/Dotfiles
Example repo https://github.com/eieioxyz/Be....yond-Dotfiles-in-100
Full Dotfiles Course http://dotfiles.eieio.xyz/

#dev #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
1 ভিউ · 9 মাস আগে

A "tech stack" includes all the technologies used to build a complete web or mobile application - like frameworks, cloud services, libraries, languages, and APIs. Let’s over-engineer a tech stack for an MVP, then simplify it. Learn how to build fullstack apps in courses https://fireship.io/courses/

#tech #code #dev

? Resources

Learn about popular tech in the 100 Second Playlist https://youtube.com/playlist?l....ist=PL0vfts4VzfNiI1B
Petite Vue https://github.com/vuejs/petite-vue
Stacks of successful startups https://stackshare.io/
LAMP https://en.wikipedia.org/wiki/....LAMP_(software_bundl

? Chapters

00:00 Intro
00:37 What’s in a Tech Stack?
02:05 Popular Stacks
03:08 Frontend
05:34 Backend
08:23 APIs
09:23 Petite Fire Stack

? 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

- Choosing a Tech Stack for Web Development
- Comparing JS frameworks
- React State Management with Redux
- Containers with Docker and Kubernetes
- Mobile dev with React Native, Flutter, & Ionic
- APIs with GraphQL and Apollo
- How to build a website
- Cloud Computing Concepts

Questy
1 ভিউ · 9 মাস আগে

New Series! Code this ?, not that ?. Learn how to write solid modern JavaScript and avoid bad code from the olden days. https://angularfirebase.com

- Source https://github.com/codediodeio..../code-this-not-that-

Questy
1 ভিউ · 9 মাস আগে

Learn how to choose a fullstack JavaScript framework by asking questions about your web app in a flow chart. If you're crazy enough, you can even build your own JS framework from scratch like me.

#js #webdevelopment #programming

? Resources

Flamethrower on GitHub https://github.com/fireship-io/flamethrower
Web Components https://developer.mozilla.org/....en-US/docs/Web/Web_C
JS frameworks comparison https://youtu.be/cuHDQhDhvPE

? 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 a JS framework?
- How to choose a JS framework?
- Top frameworks for web development
- Tools to build a web app
- How to make static sites faster

Questy
1 ভিউ · 9 মাস আগে

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

#aws #cloud #top50

? Resources

AWS Products https://aws.amazon.com/products/
Format inspired by this Adobe video https://youtu.be/7W0ISI3yqwo

? Chapters

00:00 AWS Origin
00:34 RoboMaker
00:40 IoT Core
00:46 Ground Station
00:53 Quantum Computing
01:00 EC2
01:26 Load Balancer
01:39 Cloud Watch
01:47 Auto Scale
01:56 Beanstalk
02:21 Lightsail
02:40 Lambda
03:07 Serverless Repos
03:16 Outposts
03:25 Snow
03:39 ECR
03:56 ECS
04:09 EKS
04:15 Fargate
04:27 App Runner
04:41 S3
04:59 Glacier
05:06 Block Storage
05:19 EFS
05:32 SimpleDB
05:48 DynamoDB
05:59 DocumentDB
06:13 ElasticSearch
06:21 RDS
06:36 Aurora
06:58 Neptune
07:06 ElasticCache
07:16 TimeStream
07:28 QLDB
07:38 Redshift
08:05 Lake Formation
08:21 Kinesis
08:31 EMR
08:43 MSK
08:52 Glue
09:16 Data Exchange
09:31 Sagemaker
09:53 Rekognition
10:02 Lex
10:10 Deep Racer
10:18 IAM
10:33 Cognito
10:45 Notifications
10:52 SES
10:56 CloudFormation
11:08 Amplify
11:20 Budget


? 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
1 ভিউ · 9 মাস আগে

Software design patterns help developers to solve common recurring problems with code. Let's explore 10 patterns from the famous Gang of Four book and implement them with JavaScript and TypeScript https://fireship.io/lessons/ty....pescript-design-patt

#programming #compsci #learntocode

? Resources

Learn more from Refactoring Guru https://refactoring.guru/design-patterns/
GOF Design Patterns Book https://en.wikipedia.org/wiki/Design_Patterns
Criticism of Design Patterns https://blog.codinghorror.com/....rethinking-design-pa

? Chapters

00:00 Design Patterns
01:00 What are Software Design Patterns?
01:34 Singleton
02:24 Prototype
03:46 Builder
04:23 Factory
04:54 Facade
05:47 Proxy
06:45 Iterator
07:47 Observer
08:58 Mediator
09:50 State


? 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

- TypeScript and JavaScript Design Patterns
- Algorithm vs Design Pattern
- What is Gang of four?
- Are design patterns still relevant?
- Design patterns basics tutorial

Questy
1 ভিউ · 9 মাস আগে

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 tricks to improve our code. https://fireship.io/courses/react

#react #js #CodeThisNotThat

? Use this discount code to get 33% off Fireship PRO:

hh7F4Ezs

https://fireship.io/pro


? Resources

React Docs https://reactjs.org
Full React Course https://fireship.io/courses/react
React in 100 Seconds https://youtu.be/Tn6-PIqc4UM

? Chapters

00:00 React Antipatterns
01:00 1. Big Components
01:55 2. Nesting Gotcha
02:35 3. Failure to Memoize
03:15 4. Useless Divs
03:44 5. Messy Files
04:40 6. Big Bundles
05:34 7. Prop Drilling
06:30 8. Prop Plowing
07:00 9. Try Some Curry
07:39 10. Code Smarter

? My Editor Settings

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

? Topics Covered

- React Pitfalls
- React Code Smell
- Problems with React.js
- React Best Practices
- Structure a react project
- Antipatterns in react to avoid
- React tips and tricks
- React interview tips

Questy
1 ভিউ · 9 মাস আগে

Vim is a keyboard-based text editor that can improve your productivity when writing code. Learn more in the Vim for VS Code course https://bit.ly/370N7Pr

Special Thanks to Joe Previte! https://twitter.com/jsjoeio

Vim history https://en.wikipedia.org/wiki/Vim_(text_editor)
Vim cheatsheet https://vim.rtorr.com/

#vim #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
1 ভিউ · 9 মাস আগে

When you learn how to code, you unlock the ability to build side-businesses that have the potential to make you rich. The 6-step guide provides realistic tips and tricks for launching a solo company as a software engineer.

#programming #business #tech

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Wanna use my voice? Generate it at https://vocalize.cloud
Check out my AI Cartoon with @Daxflame https://youtu.be/Vg7iez2HMks
Thanks to @codeSTACKr for the "Music Video"
Building Apps with AI https://youtu.be/iO1mwxPNP5A


? 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 create a side business as a developer
- Top indie makers
- How do programmers make money on the side?
- Tips for becoming a solopreneur
- Implementing payments into an app
- Startup ideas with AI in 2023

Questy
1 ভিউ · 9 মাস আগে

What is the best operating system for programming? Learn the pros and cons of MacOS, Windows, and Linux from the perspective of a programmer.

⚡ Try out JetBrains IDEs for free https://jb.gg/Get_JetBrains_IDEs

#computerscience #programming

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Learn to code roadmap https://youtu.be/66tfvFeALBQ
Programming Iceberg https://youtu.be/pEfrdAtAmqk

? 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

- Mac vs Windows vs Linux
- Best Linux distro for programmers
- What is WSL?
- How to choose an OS for software dev
- Benefits of Linux for programming

Questy
1 ভিউ · 9 মাস আগে

Top 7 security concepts ?️ and hacking stories ? that every JavaScript developer should know about. Master these concepts in the Enterprise Security course: https://bit.ly/2wrUqAB (use FIRESHIP50 at checkout).

Full Security Article https://fireship.io/lessons/7-....security-concepts-ha
OWASP Top 10 https://owasp.org/www-project-top-ten/

Concepts:

1. Zero-day 0:47
2. Vulnerable packages 1:22
3. XSS 2:24
4. SQL Injection 3:42
5. Credential Leaks 4:48
6. Principle of Least Privilege 6:11
7. DDoS 7:43

#security #web #javascript

My VS Code Theme

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

Questy
1 ভিউ · 9 মাস আগে

AI tools like ChatGPT and GPT-4 are changing the way programmers write code. Learn how build a React app with Typescript using with AI prompting and other tricks to speed up development.

#ai #programming #tutorial

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- ChatGPT https://chat.openai.com/
- React Docs https://react.dev/
- Automated workflow tweet https://twitter.com/mckaywrigl....ey/status/1642948620
- Copilot X https://youtu.be/q1HZj40ZQrM

? 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

- Building apps with AI
- AI pseudocode techniques
- Can ChatGPT build complete apps?
- GitHub Copilot X features
- Will AI replace programmers?
- TypeScript Tricks with ChatGPT
- How to use AI to code faster

Questy
1 ভিউ · 9 মাস আগে

Welcome to the software engineer's technical interview survival guide. Using a mock interview with the classic FizzBuzz question, we cover various tips and strategies for high-pressure problem solving.

Thanks to @ThePrimeagen for collaborating!

#programming #interview #softwareengineer

? Resources

FizzBuzz Question https://leetcode.com/problems/fizz-buzz/
Coding interview https://en.wikipedia.org/wiki/Coding_interview
How to get a Tech Job https://youtu.be/Xg9ihH15Uto
How to Learn to Code https://youtu.be/NtfbWkxJTHw

? 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

- Technical interview tips
- What are software engineer interviews like?
- How difficult is a coding interview?
- Failing a technical interview
- How to prepare for programming interview

Questy
1 ভিউ · 9 মাস আগে

Supabase is a new open-source "Firebase Alternative". Let's compare features, pricing, and the developer experience to see how Supabase stacks up to Firebase https://fireship.io

#cloud #firebase #review

? Resources

Supabase https://supabase.io/
Firebase https://firebase.google.com/

? Chapters

00:00 Supabase vs Firebase
00:50 Feature Parity
01:17 Vendor Lock In
01:49 Authentication
02:35 Security
03:11 Database
04:54 Realtime
05:39 Pricing
07:21 Is Supabase Legit?

? 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
1 ভিউ · 9 মাস আগে

Let's take a look at the top 15 new databases that could disrupt software development in the future. Many new serverless databases leverage tools like Postgres and MySQL, while others attempt build entirely new systems from scratch.

This video is NOT sponsored. No company paid to be on this list.

#database #programming #tech

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- 7 Database Paradigms https://youtu.be/W2Z7fbCLSTw
- SQL in 100 Seconds https://youtu.be/zsjvFFKOm3c

? 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

- Modern database paradigms
- Most popluar new databases
- Alternatives to SQL RDBMS
- Artificial Intelligence embedded in databases
- Planetscale
- Yugabye
- NeonDB
- Dolt
- CockroachDB
- Cloudflare D1
- Xata
- 8base
- EdgeDB
- SurrealDB
- FaunaDB
- memgraph
- KeyDB
- Meilisearch
- MindsDB

Questy
1 ভিউ · 9 মাস আগে

Try out Nvidia NIM in the free playground https://nvda.ws/4avifod

Learn how to build a futuristic workforce of AI agents, then self-host and scale them for any workload thanks to Nvidia NIM - a platform that containerizes AI models and runs them on any GPU with Kubernetes.

#programming #ai #nvidia

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Nvidia NIM https://nvda.ws/4avifod
CUDA in 100 Seconds https://youtu.be/pPStdjuYzSI
Docker 101 https://youtu.be/rIrNIzy6U_g

? 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 scale AI models
- How to self-host an AI model
- Nvidia H100 GPU
- Will AI replace humans in the workforce?

Questy
1 ভিউ · 9 মাস আগে

Top 7 ways to write CSS code in a React or Next.js app. Learn the tradeoffs between different tools like CSS modules, CSS-in-JS, Sass, Tailwind, Bootstrap, component libraries, and more. https://fireship.io/courses/react-next-firebase/

#css #javascript #webdev

? Resources

NextJS CSS docs https://nextjs.org/docs/basic-....features/built-in-cs
CSS Modules https://github.com/css-modules/css-modules
SCSS Docs https://sass-lang.com/documentation
Mantine Library https://mantine.dev/

? 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

Best ways to write CSS in React
How to use Sass in Next.js
CSS modules tutorial
How to use CSS-in-JS
How to use Tailwind in Next.js
How to use Bootstrap in Next.js
Best component libraries for react

Questy
1 ভিউ · 9 মাস আগে

Find all the best dev content at https://daily.dev/fireship

Remember, for every paid SaaS, there is a free open-source self-hosted alternative. Let's take a look at 10 FOSS tools designed to replace popular tools like MS Office, Notion, Heroku, Vercel, Zoom, Adobe, and more.

#software #programming #linux

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

My Full Linux Self-hosting Course https://fireship.io/courses/linux/
10 Fullstack Apps https://youtu.be/FQPlEnKav48
Unhappy developers https://youtu.be/-pSf9_MgsZ4

? 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

⭐ Repos mentioned

LibreOffice https://github.com/LibreOffice
Mattermost https://github.com/mattermost/mattermost
Nocodb https://github.com/nocodb/nocodb
Plane https://github.com/makeplane/plane
Appflowy https://github.com/AppFlowy-IO/AppFlowy
Jitsi https://github.com/jitsi
ERPNext https://github.com/frappe/erpnext
Coolify https://github.com/coollabsio/coolify
Dokku https://github.com/dokku/dokku
Instant https://github.com/instantdb/instant

Questy
1 ভিউ · 9 মাস আগে

I hacked my brain with a compact electroencephalogram (EEG) and connected it to GPT-4 with the OpenAI API. In this crazy tutorial, you'll learn how to use JavaScript to read your brainwaves.

#tech #javascript #science

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Neurosity Crown https://neurosity.co
Brainwaves https://www.scientificamerican.....com/article/what-is
Learn JavaScript Basics https://youtu.be/lkIFF4maKMU
GPT-4 overview https://youtu.be/EunbKbPV2C0

? 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 do you read brainwaves?
- Reading your brain with code
- Mindreading with an EEG
- How to use the OpenAI api
- How do brainwaves work?

Questy
1 ভিউ · 9 মাস আগে

Try Brilliant free for 30 days https://brilliant.org/fireship

Take a look at the latest features in 15 different JavaScript frameworks and the problems they solve for web developers. Take an first look at the React compiler, Angular signals, Svelte runes, and more...

#programming #webdevelopment #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Next.js Full Course https://fireship.io/courses/nextjs/
21 web features https://youtu.be/q1fsBWLpYW4
They fixed React? https://youtu.be/4k6Xgjqkad4

? 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

- Best JS frameworks for 2024
- New features in React.js
- What's new on Next.js
- React vs Angular vs Vue
- What is the React Compiler?

Questy
1 ভিউ · 9 মাস আগে

Let's take a first look at Claude 3, the latest LLM from Anthropic and see how it compares to GPT-4 and Gemini Ultra. Is Claude Opus the best AI tool for writing code?

#programming #ai #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Claude 3 Announcement https://www.anthropic.com/news/claude-3-family
Gemini 1.5 https://youtu.be/xPA0LFzUDiE
ChatGPT Store https://youtu.be/9T_wv6D8PYo
How I record by Fireship videos https://youtu.be/N6-Q2dgodLs

? Chapters

? 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 the best AI coding model?
- Claude 3 analysis
- Has AGI been achieved?
- GPT-4 vs Claude 3
- Gemini Ultra vs Claude 3
- Programming with Claude

Questy
1 ভিউ · 9 মাস আগে

Let's take a first look at the new ChatGPT o1 model - a state-of-the-art reasoning AI model from OpenAI that shows unmatched abilities in math, science, and coding.

#programming #ai #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

o1 model https://openai.com/o1/
V0 UI development https://youtu.be/TBIjgBVFjVI
Google's Doom Engine https://youtu.be/SBdDt4BUIW0

? Chapters

? 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 o1?
- Update on Devin AI programmer
- How does OpenAI o1 work?
- GPT-4o vs o1 benchmarks
- o1 vs Claude
- What is the best LLM in 2024?
- Trends in Artificial Intelligence

Questy
1 ভিউ · 9 মাস আগে

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

? Resources

MDN Docs https://developer.mozilla.org/....en-US/docs/Web/JavaS
My Favorite Closure Explanation https://stackoverflow.com/a/36879264/3808414
Interview Question https://dmitripavlutin.com/sim....ple-but-tricky-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

? 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
1 ভিউ · 9 মাস আগে

Let's explore 10 game-changing open source libraries that can make your code faster, prettier, and cheaper. A hand-picked list of the coolest dev tools and projects on GitHub in 2022.

#tech #code #top10

? Resources

Full React Course https://fireship.io/courses/react/
REST in 100 Seconds https://youtu.be/-MTSQjw5DrM
GraphQL in 100 Seconds https://youtu.be/eIQh02xuVw4

? Packages Mentioned

The Fuck https://github.com/nvbn/thefuck
Partytown https://github.com/BuilderIO/partytown
Trcp https://github.com/trpc/trpc
Mantine https://mantine.dev/
Danfo https://github.com/javascriptdata/danfojs
Supertokens https://github.com/supertokens/supertokens-core
Zinc https://github.com/prabhatsharma/zinc
MeiliSeach https://github.com/meilisearch/meilisearch
NokoDB https://github.com/nocodb/nocodb
Hi Mom https://github.com/tsivinsky/hi-mom
Hoppscotch https://github.com/hoppscotch/hoppscotch
Amplication https://github.com/amplication/amplication


? 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

- Best open source libraries 2022
- List of developer tools
- New developer tools

Questy
1 ভিউ · 9 মাস আগে

Let's take a first look at Bun 1.0 - the worlds fastest JavaScript runtime. Find out how Bun compares to Node.js and Deno.

#webdevelopment #javascript #thecodereport

? Level up AI code generation with DevGPT

Try it for free: https://devgpt.com/?utm_source=fireship

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Bun 1.0 details https://bun.sh/blog/bun-v1.0
Bun.js Launch Video https://youtu.be/BsnCpESUEqM
Deno NPM modules https://youtu.be/cv7ci6GT5Hg

? My Editor Settings

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

? Topics Covered

- Bun.js vs Node.js
- Bun vs Deno
- How is Bun so fast?
- Are JavaScript apps fast?
- Best JS frameworks
- How to optimize JavaScript performance

Questy
1 ভিউ · 9 মাস আগে

SvelteKit just hit version 1.0 and provides an awesome set of tools for building fullstack web applications. Let's take a first look at its features and compare it to other frameworks like Next.js and Nuxt.

#webdevelopment #javascript #TheCodeReport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- SvelteKit announcement https://svelte.dev/blog/announcing-sveltekit-1.0
- SvelteKit Docs https://kit.svelte.dev/
- Svelte in 100 Seconds https://youtu.be/rv3Yq-B8qp4
- Subscribe to Beyond Fireship for the Full Tutorial https://www.youtube.com/channe....l/UC2Xd-TjJByJyK2w1z

? 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

- SvelteKit vs Next.js
- SvelteKit vs Nuxt
- Svelte vs React
- Build SSR apps with Svelte

Questy
1 ভিউ · 9 মাস আগে

Worldcoin is a cryptocurrency that uses biometric iris data to verify people before making financial transactions. It is a controversial project co-founded by Sam Altman of OpenAI. Some call it a dystopian scam, while others believe it will make the global economy more equitable.

#tech #crypto #thecodereport #ai

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Worldcoin https://worldcoin.org
Worldcoin raises 115M https://techcrunch.com/2023/05..../25/sam-altmans-cryp
AI Regulation https://youtu.be/CDokUdux0rc

? 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 Worldcoin?
- Is worldcoin safe?
- Who is funding Worldcoin?
- Top cryptocurrency projects
- The risks of AI
- What is a sybil attack?
- How Iris scanning works
- What is a Zero Knowledge Proof ZKP

Questy
1 ভিউ · 9 মাস আগে

Programmers are weird. It is human nature to put people into a box with stereotypes and the tech industry is no exception. Let's take a look at 10 common stereotypes people use for software engineers and developers https://fireship.io/pro

#tech #programming #comedy

? Other Funny, but Useless Videos

React for the Haters https://youtu.be/HyWYpM_S-2c
Java for the Haters https://youtu.be/m4-HM_sCvtQ

? Get a Fireship T-shirt - Upgrade for Life!

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

? Topics Covered

- What are programmer stereotypes?
- What are programmers really like?
- Code memes
- are all programmers introverts?
- programming humor
- jokes about code
- making fun of coders
- what is hacking really like?

Questy
1 ভিউ · 9 মাস আগে

Yesterday, a popular open-source package, Faker.js, was abruptly taken down from GitHub. Its readme simply said “What really happened to Aaron Swartz?”. Let’s take a look at why Open Source Software can be a bad deal for many independent developers.

Note. This video was reuploaded after new information came to light.

#dev #opensource #history

? Resources

https://github.com/marak/Faker.js/
http://docs.jstor.org/jstor-st....atement-misuse-incid
https://www.rollingstone.com/c....ulture/culture-news/
https://nypost.com/2018/01/27/....these-hackers-suicid

? Chapters

00:00 Faker.js Disappeared
00:29 What happened to Aaron Swartz?
02:15 The Problem with Open Source

? 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 Faker.js disappeared
- The Aaron Swartz story
- Why was Aaron Swartz arrested?
- What did Aaron Swartz create?
- Open Source Pitfalls
- Problems with Open Source

Questy
1 ভিউ · 9 মাস আগে

Neuralink recently demonstrated the results of a brainchip installed in their first human patient. Learn how the Neuralink N1 is installed and how it reads brainwaves to perform actions entirely from thoughts.

#tech #neuroscience #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Full Neuralink demo https://twitter.com/neuralink/....status/1770563939413
Neuralink https://neuralink.com
Using my Brain to control GPT-4 https://youtu.be/-HYbFm67Gs8


? 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 Neuralink?
- How do brainwaves work?
- The future of brain technology
- How does Neuralink help people with disabilities
- Pros and cons of Elon Musk's Neuralink

Questy
1 ভিউ · 9 মাস আগে

Let's take a first look at React 19 and a variety of changes will improve the developer experience. We compare React's changes to other JavaScript frameworks like Svelte, Vue, and Angular.

#webdevelopment #programming #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

React Blog Post https://react.dev/blog/2024/02..../15/react-labs-what-
React for the Haters https://youtu.be/HyWYpM_S-2c
Fireship Next.JS course https://fireship.io/courses/nextjs/

? 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's new in react version 19
- React vs Vue
- React vs Svelte
- React 19 compiler

Questy
1 ভিউ · 9 মাস আগে

Fleet has arrived... a brand new IDE from JetBrains that many have called a "VS Code killer". It has a feature called smart mode that turns a basic text editor into a full-blown IDE.

#programming #tech #TheCodeReport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Fleet Announcement https://blog.jetbrains.com/fle....et/2022/10/introduci
Fleet architecture https://www.infoworld.com/arti....cle/3664112/jetbrain
I tried 10 text editors https://youtu.be/8PhdfcX9tG0
VS Code in 100 Seconds https://youtu.be/KMxo3T_MTvY

? 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

- JetBrains Fleet Review
- Pros and Cons of Fleet
- Is Fleet better than VS Code?
- Is Fleet a good IDE?
- Fleet vs VS Code
- Fleet vs Vim

Questy
1 ভিউ · 9 মাস আগে

Let's breakdown the StackOverflow survey results to determine the best and worst programming languages of 2023. Find out which technologies have the highest salaries and how AI tools like ChatGPT are changing the programming landscape?

#programming #tech #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

StackOverflow 2023 Results https://survey.stackoverflow.co/2023
How to Land a Tech Job https://youtu.be/Xg9ihH15Uto
State of JS breakdown https://youtu.be/vdiYtiKD8eI

? 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

- Top programming languages to learn
- PHP median salary
- What are the highest paid programming languages?
- How popular are AI tools for programmers?
- Do programmers use ChatGPT
- Do you need a college degree to become a programmer?
- How much money do programmers make?
- How many programmers work remote?
- Top IDEs for developers

Questy
1 ভিউ · 9 মাস আগে

Carbon is a new early-stage programming language from Google designed as a successor to C++ for low level systems development. It has full interoperability with Cpp, along with improved memory safety, generics, and a cleaner syntax.

#programming #tech #TheCodeReport

? Resources

Carbon on Github https://github.com/carbon-language/carbon-lang
Google Carbon Announcement https://9to5google.com/2022/07..../19/carbon-programmi
C++ in 100 Seconds https://youtu.be/MNeX4EGtR5Y
Rust in 100 Seconds https://youtu.be/5C_HPTJg5ek

? 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 carbon lang?
- Will carbon replace Cpp?
- Pros and cons of C plus plus
- How does carbon lang work?
- Why use Carbon instead of Rust?
- Carbon vs Go
- Rust vs C++

Questy
1 ভিউ · 9 মাস আগে

Amazon Prime Video released an article explaining how they saved 90% on cloud computing costs by switching from microservices to a monolith. Let's examine the details of their software architecture and find out why serverless was a bad choice.

#programming #aws #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Prime Video Serverless Article https://www.primevideotech.com..../video-streaming/sca
Majestic Monolith https://m.signalvnoise.com/the-majestic-monolith
AWS for the Haters https://youtu.be/ZzI9JE0i6Lc

? 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

- Monolith vs Microservice
- Pros and Cons of serverless
- Serverless pitfalls
- AWS lambda vs EC2
- What is a microservice
- How to save money on AWS
- Startups that have left the cloud

Questy
1 ভিউ · 9 মাস আগে

Mojo is a new LLVM programming language designed as a superset of Python with the low-level performance of C. It is optimized to run on GPUs with CUDA and other exotic hardware for deep learning and Artificial Intelligence.

#programming #tech #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- Mojo Language https://www.modular.com/mojo
- @howardjeremyp Mojo Video https://youtu.be/6GvB5lZJqcE
- LLVM in 100 Seconds https://youtu.be/BT2Cv-Tjq7Q
- Python in 100 Seconds https://youtu.be/x7X9w_GIm1s
- Linear Algebra for Programmers https://youtu.be/bOCHTHkBoAs

? 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 Mojo Language?
- Best Python alternative
- Is python slow?
- Futuristic AI programming languages
- Is mojo a python killer?
- Mojo vs Python
- Mojo vs Rust
- Mojo vs C++

Questy
1 ভিউ · 9 মাস আগে

Visual Studio Code is an open-source lightweight code editor maintained by Microsoft. Get the full VS Code Magic Tricks course to write better code faster https://fireship.io/courses/vscode-tricks

? Black Friday - Upgrade to PRO ?

Discount 33.330000000000003%
Free Sticker
Free T-Shirt (lifetime members)

Use code: 1LDSQD4q
? https://fireship.io/pro

#learntocode #vscode #100SecondsOfCode

? Resources

Open VS Code now https://vscode.dev
VS Code Docs https://code.visualstudio.com/docs
Also checkout VIM https://youtu.be/-txKSRn0qeA

? My Editor Settings

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

? Topics Covered

- What is VS Code?
- VS Code tour
- VS Code as IDE
- Best code editor for beginners

Questy
1 ভিউ · 9 মাস আগে

Take first look at PocketBase, a new backend platform using the Go programming language and SQLite database that compiles to a single executable. It is a lightweight alternative to tools like Firebase and Supabase for easy backend development.

#programming #firstlook #TheCodeReport

? Resources

- PocketBase Github https://github.com/pocketbase/pocketbase
- Pocketbase HomePage https://pocketbase.io/
- Firebase Alt Video https://youtu.be/SXmYUalHyYk
- Edge Functions Video https://youtu.be/yOP5-3_WFus

? 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 PocketBase?
- Pocketbase vs Supabase
- Pocketbase vs Firebase
- Is PocketBase production ready?
- How to choose a backend for an app?

Questy
1 ভিউ · 9 মাস আগে

Qwik is a JavaScript framework that uses a new rendering paradigm called resumability. It can serialize a JavaScript app into HTML, thus eliminating the need for the hydration technique used in meta-frameworks like Next.js.

#javascript #programming #TheCodeReport

? Resources

- Qwik GitHub https://github.com/BuilderIO/qwik
- Docs https://qwik.builder.io/docs/overview/
- Beta Announcement https://www.builder.io/blog/qw....ik-and-qwik-city-hav
- Lazy Loading Tutorial https://youtu.be/kwUfeWe7DCw

? 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 Qwik framework?
- Qwik vs React
- Qwik vs Angular
- Best JS frameworks of 2022
- How to make JS bundle smaller?

Questy
1 ভিউ · 9 মাস আগে

Let's take a first look at that latest release of shadcn/ui and combine it with Vercel's V0 tool - an AI tool for building front-end UIs on the web.

#programming #webdev #thecodereport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

shadcn/ui https://ui.shadcn.com
React 19 updates https://youtu.be/4k6Xgjqkad4
JS Frameworks features in 2024 https://youtu.be/466U-2D86bc

? 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 ShadCN?
What is v0?
AI tools for frontend development
How to design a web UI quickly

Questy
1 ভিউ · 9 মাস আগে

Try Brilliant free for 30 days https://brilliant.org/fireship You’ll also get 20% off an annual premium subscription.

Learn the basics of FreeBSD - a UNIX-like operating system that shares code with projects like iOS, MacOS, Nintendo, PlayStation, and many other projects.

#programming #linux #100SecondsOfCode

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

NixOS in 100 Seconds https://youtu.be/FJVFXsNzYZQ
Linux 101 https://youtu.be/LKCVKw9CzFo

? 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

- FreeBSD Tutorial
- Free BSD quick start
- What is BSD?
- BSD vs Linux
- What is Apple Darwin?
- How does Nintendo Switch OS work?

Questy
1 ভিউ · 9 মাস আগে

Fresh is a fullstack web framework for Deno that allows developers to build fast server-rendered webapps. It uses the "Islands Architecture" to limit JavaScript to specific components and can be deployed to the edge.

#webdevelopment #javascript #TheCodeReport

? Resources

Fresh Announcement https://deno.com/blog/fresh-is-stable
Fresh on Github https://github.com/denoland/fresh
Deno in 100 Seconds https://youtu.be/F0G9lZ7gecE

? 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

- Fresh web framework tutorial
- Web frameworks for demo
- What is islands architecture?
- What is partial hydration?
- Fresh vs Next.js
- Fresh vs Remix

Questy
1 ভিউ · 9 মাস আগে

Ready to build your first website? HTML or Hypertext Markup Language is one of the core building blocks of the web. Learn the history of HTML and how it's used to give structure to a webpage. Learn more at https://fireship.io

#webdev #programming #100SecondsOfCode

? Resources

HTML history https://home.cern/science/comp....uting/birth-web/shor
HTML basics https://developer.mozilla.org/en-US/docs/Web/HTML
Watch my Web 1.0 beta short https://youtu.be/ZIv4hb_Swug

? 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
- MonoLisa Font used for snippets

? Topics Covered

- What is HTML?
- HTML history
- How to build your first website?
- HTML intro for beginners
- How does HTML work
- Document Object Model

Questy
1 ভিউ · 9 মাস আগে

Build your first native desktop app (MacOS, Windows, Linux) in 100 seconds with Electron JS. https://fireship.io/tags/electron/

Electron Docs https://www.electronjs.org/


#100SecondsOfCode #Electron #JS

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
1 ভিউ · 9 মাস আগে

Keeping track of time is complicated for programmers due to leap seconds, timezones, and the weirdly designed Gregorian calendar. A new bill is going through congress to make daylight savings time permanent - here's what that could mean for developers.

#compsci #programming #TheCodeReport

? Resources

Daylight Savings Bill https://www.reuters.com/world/....us/us-senate-approve
Try the Temporal API https://tc39.es/proposal-temporal/docs/
Why JS Dates Suck https://maggiepint.com/2017/04..../09/fixing-javascrip

? 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 timezones work?
- What is a 13 month calendar?
- What is the Gregorian calendar?
- Timezones explained for programmers
- How to use JavaScript Temporal API
- What are the most hated features in JavaScript?

Questy
1 ভিউ · 9 মাস আগে

SurrealDB is a "NewSQL" multi-model database with an impressive list of features from popular relational, graph, and document paradigms. Its query language is based on SQL, but does not rely on JOINs for queries.

Full Tutorial Coming Soon on Beyond Fireship https://www.youtube.com/channe....l/UC2Xd-TjJByJyK2w1z

#database #programming #100SecondsOfCode

? Resources

SurrealDB Github https://github.com/surrealdb/surrealdb
Surreal Docs https://surrealdb.com/
SQL in 100 Seconds https://youtu.be/zsjvFFKOm3c
7 Database Paradigms https://youtu.be/W2Z7fbCLSTw

? 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 SurrealDB?
- Is SurrealDB legit?
- Databases written in Rust
- Multi-model databases
- What is the best database?
- Database with realtime updates

Questy
1 ভিউ · 9 মাস আগে

Cascading Style Sheets or CSS is the language that makes HTML websites look pretty. Learn how concepts like cascade, specificity, inheritance, and the box model influence the appearance of a webpage https://fireship.io/tags/css/

#css #webdev #100SecondsOfCode

The sequel to HTML in 100 Seconds https://youtu.be/ok-plXXHlWw

? Resources

CSS Docs https://developer.mozilla.org/en-US/docs/Web/CSS
Flexbox in 100 Seconds https://youtu.be/K74l26pE4YA
Grid Layout in 100 Seconds https://youtu.be/uuOXPWCh-6o
CSS Animation https://codepen.io/ainalem/pen/oNxXRgW

? 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 CSS?
- How does CSS cascade?
- What is specificity in CSS?
- CSS Box Model explained
- CSS for absolute beginners
- What is CSS used for?
- When was CSS3 created?
- Will there be a CSS4?

Questy
1 ভিউ · 9 মাস আগে

Nuxt is a full-stack JavaScript framework based on Vue.js that provides server-side rendering, data fetching, state management, and many other features. Learn how to build web applications with Nuxt in this quickstart tutorial.

#webdevelopment #javascript #100SecondsOfCode

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Nuxt Docs https://nuxt.com/
Nuxt on GitHub https://github.com/nuxt/nuxt
Vue in 100 Seconds https://youtu.be/nhBVL41-_Cw
Vite in 100 Seconds https://youtu.be/KCrXgy8qtjM


? 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

- Nuxt basics tutorial
- Vue.js metaframework
- Nuxt directories explained
- Nuxt vs Next.js
- Vue vs React
- Which JavaScript framework should I learn?

Questy
1 ভিউ · 9 মাস আগে

Ansible is an Infrastructure-as-Code tool that can automate almost any task on a Linux server. Learn how to use it manage your cloud computing resources like a pro.

#linux #programming #100secondsofcode

? Sign up for a Linode account at https://linode.com/fireship using the link below and get a free $100 60-day credit on a new Linode account

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Ansible Docs https://www.ansible.com
Ansible Linode Tutorial https://www.linode.com/docs/gu....ides/deploy-linodes-
Terraform in 100 Seconds https://youtu.be/tomUWcQ0P3k

? 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 Ansible?
- Ansible basics tutorial
- What is Ansible used for?
- How do I automate cloud servers?
- Best Linux automation tools
- Ansible vs Terraform

Questy
1 ভিউ · 9 মাস আগে

The Remix React framework is joining forces with Shopify where it will be integrated into its Hydrogen framework. Interestingly, this is a change in direction away from React Server Components (RSC), which were recently adopted by Next.js.

#javascript #programming #TheCodeReport

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

Remix announcement https://remix.run/blog/remixing-shopify
Shopify breakdown https://shopify.engineering/remix-joins-shopify
Next.js 13 https://youtu.be/_w0Ikk4JY7U

? 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 React Remix
- Why did Shopify acquire remix?
- What is Shopify hydrogen?
- Next.js alternatives
- React.js news

Questy
1 ভিউ · 9 মাস আগে

Supabase is the open-source Firebase alternative that features an impressive collection of tools like PostgreSQL, user authentication, serverless edge functions, and more.

#programming #sql #100secondsofcode

? NEW! The Full Supabase Course

https://fireship.io/courses/supabase/

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- Supabase Docs https://supabase.com/docs
- Zack's Supabase Basics Video https://youtu.be/tUm1AlaMcMQ
- 5 Backends Compared https://youtu.be/SXmYUalHyYk

? 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 Supabase?
- Supbase vs Firebase
- Getting started with Supabase
- Supabase Basics tutorial

Questy
1 ভিউ · 9 মাস আগে

Why does everybody hate JavaScript so much? A complete roast of JS that highlights the strongest criticisms against the world's most popular programming language.

#javascript #roast #comedy

? Black Friday Discount

https://fireship.io/pro

? Use code BLACKFIRE at checkout for 40% off

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- Full JavaScript Course https://fireship.io/courses/js
- JavaScript in 100 Seconds https://youtu.be/DHjqpvDnNGE
- React for the Haters https://youtu.be/HyWYpM_S-2c

? My Editor Settings

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

? Topics Covered

- JS Roast
- Funny JavaScript features
- Worst aspects of JavaScript
- JavaScript pitfalls
- JavaScript drama

Questy
1 ভিউ · 9 মাস আগে

Redux is a popular state management pattern for large-scale web applications. Learn the basics of the Redux with React https://fireship.io/courses/react/

#js #webdev #100SecondsOfCode

? Resources

Redux Toolkit https://redux-toolkit.js.org/
100 Seconds of React https://youtu.be/Tn6-PIqc4UM
Should I use Redux? https://medium.com/@dan_abramo....v/you-might-not-need


? 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 Redux?
- Should I use Redux in my app?
- Redux quickstart tutorial
- How does redux patter work?
- Why do some developers hate Redux?

Questy
1 ভিউ · 9 মাস আগে

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 Node.js or JavaScript project.

This video is NOT sponsored.

#database #webdev #100SecondsOfCode

? Resources

- Prisma Docs https://www.prisma.io/
- Prisma Source Code https://github.com/prisma/prisma
- MySQL Full Tutorial https://youtu.be/Cz3WcZLRaWc

? 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 Prisma
- Is Prisma an ORM?
- Prisma Quickstart
- What is Prisma used for?
- How to use Prisma in Node.js
- Using Prisma with a relational database
- Prisma compared to Sequalize or TypeORM

Questy
1 ভিউ · 9 মাস আগে

Learn the basics of Sass (SCSS) or syntactically awesome stylesheets. Sass is a language and complier the can make your CSS code more efficient and programmatic https://fireship.io/tags/css/

#css #webdev #100SecondsOfCode

? Resources

Sass Docs https://sass-lang.com/documentation
CSS Top 10 Pro Tips https://youtu.be/Qhaz36TZG5Y
Bracket Pair Colorizer https://marketplace.visualstud....io.com/items?itemNam

? 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
1 ভিউ · 9 মাস আগে

FFmpeg is a legendary multimedia processing tool used to edit audio and video files programmatically. It can covert and transform over 100 different codecs and is integrated into many applications under the hood.

#linux #programming #100SecondsOfCode

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- FFmpeg Docs https://ffmpeg.org/
- Advanced FFmpeg techniques https://fireship.io/lessons/ff....mpeg-useful-techniqu
- Gzip in 100 Seconds https://youtu.be/NLtt4S9ErIA
- Linux in 100 Seconds https://youtu.be/rrB13utjYV4

? 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 FFmpeg?
- FFmpeg tips and tricks
- FFmpeg quick start tutorial
- Who created FFmpeg?
- How do I build my own video editing software?

Questy
1 ভিউ · 9 মাস আগে

Fortran is the world's first high-level procedural programming language developed at IBM in the 1950's. It made programming accessible to the average human and is still used today for scientific computing.

#science #programming #100secondsofcode

? Resources

Fortran Docs https://fortranwiki.org/fortran/show/HomePage
Fortran History https://www.ibm.com/ibm/histor....y/ibm100/us/en/icons
Assembly in 100 Seconds https://youtu.be/4gwYkEK0gOk
C in 100 Seconds https://youtu.be/U3aXWizDbQ4

? 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 Programming Languages
- When was Fortran invented?
- Who created Fortran
- Is Fortran still used?
- Fortran basics tutorial
- What is Fortran used for?

Questy
1 ভিউ · 9 মাস আগে

Blazor is a framework that can build frontend web applications with HTML, CSS, and C#. It leverages web assembly to eliminate JavaScript from the usual client-side tech stack.

#webdevelopment #csharp #100SecondsOfCode

? Resources

Blazor Docs https://dotnet.microsoft.com/e....n-us/apps/aspnet/web
C# in 100 Seconds https://youtu.be/ravLFzIguCM
Web Assembly in 100 Seconds https://youtu.be/cbB3QEwWMlA

? 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 Blazor?
- Blazor basics tutorial
- How to install Blazor?
- How does Blazor work
- Using C# to build a website
- Tools to build web apps without JS
- Use cases for web assembly

Questy
1 ভিউ · 9 মাস আগে

Machine Learning is the process of teaching a computer how perform a task with out explicitly programming it. The process feeds algorithms with large amounts of data to gradually improve predictive performance.

#ai #python #100SecondsOfCode

? Resources

Machine Learning Tutorials https://fireship.io/tags/machine-learning/
What is ML https://www.ibm.com/cloud/learn/machine-learning
Neural Networks https://towardsdatascience.com..../a-beginners-guide-t
ML Wiki https://en.wikipedia.org/wiki/Machine_learning

? 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

Topics Covered

- Convolutional Neural Networks
- Machine Learning Basics
- How Data Science Works
- Big Data and Feature Engineering
- Artificial Intelligence History
- Supervised Machine Learning

Questy
1 ভিউ · 9 মাস আগে

Haskell is a purely functional programming language based on lambda calculus. It uses immutable values and expressions to produce terse code that is suitable for general-purpose software applications.

#programming #compsci #100SecondsOfCode

? Resources

Haskell Docs https://www.haskell.org/
Haskell Wiki https://wiki.haskell.org/
Monad Graphic https://stackoverflow.com/ques....tions/9345008/why-do

? 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

- Haskell Basics Tutorial
- Functional programming concepts
- Who is Haskell Curry?
- What is Haskell used for?
- What is a Monad?

Questy
1 ভিউ · 9 মাস আগে

SolidJS is a JavaScript framework for building fast, declarative UIs on the web. It shares many ideas with React, but does not use the virtual DOM to deliver a more performant and pragmatic developer experience.

#webdev #programming #100SecondsOfCode

? Resources

Solid Docs https://www.solidjs.com/
Solid GitHub https://github.com/solidjs/solid
React in 100 Seconds https://youtu.be/Tn6-PIqc4UM
Svelte in 100 Seconds https://youtu.be/rv3Yq-B8qp4

? 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

- Solid vs React
- Is solid better than React?
- What is Solid.js?
- SolidJS basics tutorial
- Solid performance benchmarks
- Should I use Solid for web dev?

Questy
1 ভিউ · 9 মাস আগে

Build your first native desktop app (MacOS, Windows, Linux) in 100 seconds with Electron JS. https://fireship.io/tags/electron/

Electron Docs https://www.electronjs.org/


#100SecondsOfCode #Electron #JS

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
1 ভিউ · 9 মাস আগে

Learn the basics of the Go Programming Language. Go (not Golang) was developed at Google as a modern version of C for high-performance server-side applications. https://fireship.io/lessons/learn-go-in-100-lines/

#programming #go #100SecondsOfCode

? Resources

Go in 100 Lines https://fireship.io/lessons/learn-go-in-100-lines/
Go Docs https://golang.org/doc/

? 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 Go Development
- Programming Languages Invented by Ken Thompson
- Statically-typed Complied Languages
- Go Modules

Questy
1 ভিউ · 9 মাস আগে

Lisp is world’s second high-level programming language and is still used to build software today. It was the first to implement many popular programming techniques like higher-order functions, recursion, REPL, garbage collection, and more.

#programming #code #100SecondsOfCode

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- Lisp Tutorial https://lisp-lang.org/
- Fortran in 100 Seconds https://youtu.be/NMWzgy8FsKs
- C in 100 Seconds https://youtu.be/U3aXWizDbQ4

? 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 Lisp?
- Should I learn Lisp?
- Lisp basics tutorial
- Who invented Lisp?
- Lisp vs Fortran
- Lisp vs C

Questy
1 ভিউ · 9 মাস আগে

FFmpeg is a legendary multimedia processing tool used to edit audio and video files programmatically. It can covert and transform over 100 different codecs and is integrated into many applications under the hood.

#linux #programming #100SecondsOfCode

? Chat with Me on Discord

https://discord.gg/fireship

? Resources

- FFmpeg Docs https://ffmpeg.org/
- Advanced FFmpeg techniques https://fireship.io/lessons/ff....mpeg-useful-techniqu
- Gzip in 100 Seconds https://youtu.be/NLtt4S9ErIA
- Linux in 100 Seconds https://youtu.be/rrB13utjYV4

? 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 FFmpeg?
- FFmpeg tips and tricks
- FFmpeg quick start tutorial
- Who created FFmpeg?
- How do I build my own video editing software?

Questy
1 ভিউ · 9 মাস আগে

Stripe makes your wildest app monetization ? strategies possible. Learn how to process your first online payment, then go further with the full course https://fireship.io/courses/stripe-js/

#stripe #javascript #100SecondsOfCode

Course Source Code: https://github.com/fireship-io..../stripe-payments-js-
Stripe Docs: https://stripe.com/docs/payments

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
1 ভিউ · 9 মাস আগে

Nest is a progressive framework for building server-side applications and APIs with Node.js. It leverages TypeScript and a powerful CLI to ship reliable apps quickly https://fireship.io/tags/nest/

#js #webdev #100SecondsOfCode

This video is NOT sponsored

? Resources

Nest on Github https://github.com/nestjs/nest
Nest Docs https://docs.nestjs.com/

? 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
1 ভিউ · 9 মাস আগে

Swift is a modern programming language developed by Apple. It is commonly used to code apps for iOS and MacOS, but is open-source and can be used outside of Apple’s walled garden.

#apple #programming #100SecondsOfCode

? Resources

Swift Docs https://www.swift.org/
Swift Announcement https://youtu.be/MO7Ta0DvEWA
Kotlin in 100 Seconds https://youtu.be/xT8oP0wy-A0
C in 100 Seconds https://youtu.be/U3aXWizDbQ4

? 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 Swift?
- Swift vs Objective C
- Apple Swift Basics
- Swift Syntax and Memory Safety
- When was Swift Announced?

Questy
1 ভিউ · 9 মাস আগে

Storybook is a tool used for testing UI components in isolation that works with JS frameworks like React, Angular, Vue, and Svelte. It is especially useful for web developers building design systems and shared libraries.

#webdevelopment #js #100SecondsOfCode

? Resources

Storybook Docs https://storybook.js.org
Storybook Github https://github.com/storybookjs/storybook
JS in 100 Seconds https://youtu.be/DHjqpvDnNGE

? 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

- Should I use storybook.js
- Storybook tutorial
- What is storybook
- Benefits of storybook.js
- Testing techniques in web development

Questy
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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
1 ভিউ · 9 মাস আগে

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

Questy
1 ভিউ · 9 মাস আগে

افضل طريقة لتحميل وتشغيل برنامج زوم على الكمبيوتر How to download Zoom on the computer 2023
افضل طريقة لتحميل وتشغيل الواتس اب على الكمبيوتر 2020whatsapp
تحميل زوم على اللابتوب او الكمبيوتر

واتس اب للكمبيوتر
واتس اب على الكمبيوتر

Questy
1 ভিউ · 9 মাস আগে

يوتيوبر يتحداه زملاءه فيتسبب بمقتل طفل لم يتجاوز الخامسه !








1
المعهد التقني السعودي لخدمات البترول - مدرسة تدريب مهني في الدمام، السعودية+٣٠٠٪؜
more_vert
طلبات البحث ذات الصلة

help_outline
في ازدياد

file_download

code

share
1
المركز السعودي لكفاءة الطاقةارتفاع هائل
more_vert
2
المعهد التقني السعودي لخدمات البترول+٣٥٠٪؜
more_vert
3
4000 دينار كويتي كم سعودي+٩٠٪؜
more_vert
4
وزير الدفاع السعودي+٧٠٪؜
more_vert
1
اردا غولرارتفاع هائل
more_vert
2
بيلينجهام+٥٠٪؜
more_vert
رادار المملكة
واتس اب للكمبيوتر
واتس اب على الكمبيوتر

Questy
1 ভিউ · 9 মাস আগে

ملخص مباراة النصر والوحدة اليوم كاس خادم الحرمين الشريفين
مباشر النصر والوحدة
اهداف مباراة النصر والوحدة
#هدف_رونالدو
#رونالدو
1940
النادي الأهلي السعودي لكرة القدم - السعودية
دوري الدرجة الأولى السعودي - دوري كرة القدم
منتخب السعودية لكرة القدم - فريق كرة قدم
ترتيب - الموضوع
help_outline
في ازدياد
file_download
code
share
1
nepal vs saudi arabia
nepal vs saudi
nepal vs saudi arabia cricket
nepal vs saudi cricket
موعد نهائي كاس الملك السعودي

Questy
1 ভিউ · 9 মাস আগে

افضل طريقة لتحميل وتشغيل الواتس اب على الكمبيوتر 2020whatsapp
How to download and run WhatsApp on the computer
واتس اب للكمبيوتر
واتس اب على الكمبيوتر

Questy
1 ভিউ · 9 মাস আগে

بث ببجي مستودع رومات

Questy
1 ভিউ · 9 মাস আগে

تلاوة ماتيسر من سورة الأنبياء

Questy
1 ভিউ · 9 মাস আগে

طريقتين لعرض شاشة هاتفك على جهاز الكمبيوتر


الروابط المستخدمة بالفديو


موقع الاداة
https://github.com/Genymobile/scrcpy/releases
موقع البرنامج

https://www.vysor.io/




 
عرض شاشة الايباد على الكمبيوتر
#هواوي #شروحات_أحمد #عرض_شاشة

ون بلس
عرض شاشة ببجي على الكمبيوتر

Questy
1 ভিউ · 9 মাস আগে

طريقة تثبيت الخطوط على برنامج الفوتوشوب او أي برنامج آخر 2020
طريقة تثبيت الخطوط على برنامج الفوتوشوب او أي برنامج آخر 2020
طريقة تثبيت الخطوط على برنامج الفوتوشوب او أي برنامج آخر 2020
طريقة تثبيت الخطوط على برنامج الفوتوشوب او أي برنامج آخر 2020
طريقة تثبيت الخطوط على برنامج الفوتوشوب او أي برنامج آخر 2020
طريقة تثبيت الخطوط على برنامج الفوتوشوب او أي برنامج آخر 2020
طريقة تثبيت الخطوط على برنامج الفوتوشوب او أي برنامج آخر 2020

Questy
1 ভিউ · 9 মাস আগে

شروحات أحمد
ملخص المباراة المجنونة الهلال والاتحاد 1 0
ملخص مباريات اليوم
ملخص مباراة اليوم
مباراة اليوم الهلال والاتحاد

Questy
1 ভিউ · 9 মাস আগে

الجزء التاسع والأخير قصة The Everest Story #سلسلة تطوير مهارة الإستماع

Questy
1 ভিউ · 9 মাস আগে

[ الجزء الخامس] قصة The Everest Story #سلسلة_تطوير_مهارة_الإستماع




تعد مهارة الاستماع بالإنجليزي Listening ركيزة أساسية لا يمكن أن نتجاهل أهميتها وتكاملها مع باقي مهارات تعلم أي لغة جديدة مثل القراءة والكتابة والتي تنعكس بشكل كبير على مهارة التحدث ومن ثم على مدى تقدم مستواك بشكل عام حتى تصل إلى مرحلة الطلاقة، وللأسف الشديد قد لا يعتنى البعض منا بهذه المهارة وفقا لأساليب التعلم التقليدية التي تم الاعتياد عليها والتي تعتمد على الحفظ فحسب وبالتالي تصبح النتيجة غير مرضية.

وإذا ما نظرنا إلى مهارة الاستماع وتأثيرها على نطق البشر بشكل عام نجد أن الطفل منذ صغره يستطيع التواصل مع من حوله ويتجاوب معهم بشكل مقبول دون أن يلتحق بمركز تعليمي أو يأخذ دورة لتعلم اللغة، وذلك اعتمادا على ما تسمعه اذنيه مع العين ودور والعقل الذي يربط الاحداث، وبالتالي تعد مهارة الاستماع مهارة لا غنى عنها عند تعلم اللغة الإنجليزية

أهمية مهارة الاستماع بالإنجليزي
أحيانا نشعر بالإحباط بسبب أننا لا نفهم كل كلمة نسمعها باللغة الإنجليزية على الرغم قد يكون لدينا حصيلة من المفردات والتعبيرات كبيرة، وبالكاد قد نفهم الأشخاص الذين يتحدثون ببطيء. لذلك تعد مهارة الاستماع المدخل الطبيعي لتعلم اللغة الإنجليزية الذي يؤثر بشكل قوى على باقي المهارات الأخرى.

في الماضي كان تَعلُم اللغة الإنجليزية أو أي لغة جديدة كان ليس بالآمر السهل، وخصوصاً إذا ما أردت تعتمد على نفسك و تتعلُمها ذاتياً، حيث كان من الصعب العثور على مصدر أو محتوى مرئي ومسموع وبكفاءة عالية تستطيع الاعتماد عليها بشكل كامل، لم يكن متاح غير الكتب التعليمية التقليدية والقواميس المكتوبة، لكن الآن الوضع مختلف تماماً بفضل وجود الانترنت وما يحتوية من مواقع التعليمية وتطبيقات التى يمكننا الحصول عليها فى أى وقت، وبسبب عدم ممارسة مهارة الاستماع على النحو المطلوب كانت نتيجة تعلُم اللغة ليست بالشكل المُرضى للمُتعلم، بنطق غير دقيق، ربما يمتلك العديد من المفردات لكن نطقه لها ليس صحيح 100%، وقد يعرف الكثير من القواعد لكنها تبقى في عقله كمعلومات فقط لاستطيع تطبيقها بشكل عملى على ما يتحدث به، وقد يصعب عليه التحدث باللغة في أرض الواقع بسهولة وعندما يستمع إلى المتحدثين الأصليين لا يستطيع استيعاب كل ما يقال له.

هنا يأتي دورة مهارة الاستماع في اللغة الإنجليزية في الرابط بين مهارات اللغة بعضها البعض لتعزيز قدراتك وتحسين مستواك في اللغة الإنجليزية بشكل عام.

الاستماع يمنحك فرصة ممارسة الإنجليزية بشكل عملي.
عند تعلُمك اللغة الإنجليزية تهتم بحفظ الكلمات والمفردات والتعبيرات والقواعد… وهذا يمثل الجزء النظري من اللغة، وهذا لا يعنى أن نغفل هذا الجانب اطلاقا ولكن لا يجب أن ينصب كل تركيزنا عليه فحسب، بالتالي الاهتمام بالجانب العملي عند تعلم اللغة الإنجليزية المتمثل في الاستماع أمر ضروري والذي ينعكس بطبيعة الامر على نطقك، فالعلاقة بين مهاراتي التحدث والاستماع بالإنجليزي علاقة طردية كلما سمعت أكثر تستطيع ان تتحدث أكثر والعكس صحيح، وبذلك تشعر بتطور مستواك بشكل أسرع وأفضل.

الاستماع يساعدك على حفظ الكلمات والقواعد
تظهر هنا أهمية مهارة الاستماع في اللغة الإنجليزية ليس فقط في الجانب العملي بل ستساعدك على حفظ الكلمات والقواعد بشكل عفوي لما تسمعه اذنيك بإستمرار، تخيل أنك تستمع إلى الاخبار او بعض الفيديوهات أو المواد المسجلة بشكل يومي، امر طبيعي أن ترسخ في ذهنك العديد من المفردات والقواعد بل يمكنك زيادة حصيلتك اللغوية وبذلك تساعد على حفظ هذا الكم من المعلومات في ذاكرتك إلى أطول وقت ومع الاستمرار في الاستماع يستطيع العقل استرجعها وقتما يشاء.

الاستماع وسيلة لتطوير مهارة التحدث بالإنجليزي
تنعكس مهارة الاستماع بالإنجليزي على مهارة النطق بشكل كبير وواضح، خصوصا لمن يهتم بتعلم اللكنات (accents) الأكثر شهرة مثل الامريكية والبريطانية، هنا يأتي دورة مهارة الاستماع بقوة ومحاولة المُتعلم على سماع اللغة من أهلها الأصليين، وطرقتهم في نطق الكلمات ومخارج الحروف ومحاكاتهم في التحدث، لا شك قد يكون الامر في البداية صعباً لكن مع المواظبة والتكرار بجانب حافز قوى للاستمرار قد تصل إلى تطور ملحوظ ينعكس على مدى نطقك بشكل واضح وسليم.

لكن بعدما تعرفنا على مهارة الاستماع بالإنجليزي وأهميتها، حان الآن تقديم بعض النصائح التي تساعدك على تحسين مهارة الاستماع بشكل عملي وتستغل كل مصدر متاح لديك لتعزيز هذه المهارة والتي تنعكس على مستوى تقدمك بصفة عامة.

نصائح لتحسين مهارة الاستماع بالإنجليزي.
عليك ألا تقلق في البداية عند التدريب على مهارة الاستماع بالإنجليزي، عندما تجد نفسك لا تفهم العديد من الكلمات التي تسمعها، هذا امر طبيعي، لكن بعد فترة ستتعود وتحاول أن تدرك ما تسمعه شيئا فشيئاً، وليس من العيب أن تبحث وتسأل حتى تقضى على عامل الخوف من عدم الفهم ويكون لديك الحافز على الاستمرار.

استمع إلى الأشياء التي تحبها
عندما تريد أن تمارس مهارة الاستماع عليك باختيار الفيديوهات أو الأفلام او حتى التسجيلات الصوتية سواء عبر شاشة التليفزيون أو الراديو التي تحب أن تسمعها باللغة الإنجليزية، سواء في الرياضة او الاخبار أو الأفلام الوثائقية… حتى لا تشعر بنوع من الملل وتستطيع أن تستمر.

اختيار الوقت المناسب
يجب عليك اختيار وقت تكون مستعد ذهنيا للاستماع وليس لمجرد السماع، حتى تستطيع الاستيعاب بنسبة كبيرة والتركيز على طريقة النطق وبالتالي تنعكس بشكل أكثر إيجابية وتستطيع تحقيق أكبر قدر من الاستفادة.

تخصيص وقت لممارسة الاستماع
لا تجعل ممارستك لمهارة الاستماع بشكل أقرب للعشوائية عليك وضع مُخطط زمني أو وقت محدد للاستماع باللغة الإنجليزية تلتزم به بقدر المستطاع، حتى يكون لك حافز على الاستمرار.

Questy
1 ভিউ · 9 মাস আগে

الجزء السادس قصة The Everest Story #سلسلة تطوير مهارة الإستماع

Questy
1 ভিউ · 9 মাস আগে

اشترك بالقناة : http://bit.ly/3t6HZSt
الدول المدعوم فيها Geforce Now مع تحميل Geforce Now من هنا https://bit.ly/2TRkh09

Questy
1 ভিউ · 9 মাস আগে

في هذا الفيديو، ستتعلم كيفية إنشاء فيديوهات ألعاب التخمين الفيروسية بسهولة باستخدام الذكاء الاصطناعي. سنستخدم ChatGPT و Canva التي تتيح لك إنشاء فيديوهات ألعاب التخمين في دقائق دون الحاجة إلى أي مهارات تقنية وهذه الفيديوهات بدون حقوق طبع و نشر.

اشترك بالقناة : http://bit.ly/3t6HZSt

المواقع المذكورة في الفيديو هنا : https://bit.ly/3xr72HG

#ألعاب_التخمين
#الذكاء_الاصطناعي
#فيديو_ألعاب
#ألعاب_فيروسية
#تحليل_الألعاب
#الذكاء_الاصطناعي_والألعاب
#التسلية_الذكية
#تطوير_الألعاب
#التكنولوجيا_والألعاب
#bulkcreate

Questy
1 ভিউ · 9 মাস আগে

تحميل الألعاب : https://bit.ly/3wfOw1w
اشترك بالقناة : http://bit.ly/3t6HZSt
دعم بايبال لتطوير القناة : https://paypal.me/fdonthenet

10 ألعاب رائعة بأجمل جرافيك خيالي للأندرويد والـ iOS - الجزء الأول
https://youtu.be/LW3E7xJBU8Q
15 لعبة من أفضل ألعاب العالم المفتوح لأجهزة الأندرويد والـ iOS لاتفوتها
https://youtu.be/BrHlvj_nhHk
أفضل 14 لعبة من ألعاب باتمان Batman للأندرويد 7 منها تعمل على أجهزة iOS
https://youtu.be/k1D53knktgo
شرح تشغيل برنامج Geforce Now للعب ألعاب الكمبيوتر والبلاي ستيشن المجانية على الاندرويد
https://youtu.be/mIHfOhhC6yg
أفضل طريقة لتشغيل فورتنايت على الايفون و الايباد عن طريق تطبيق Geforce Now
https://youtu.be/vYcMEPF0zLI

فصول الفيديو :
00:00 مقدمة
01:18 MARVEL Strike Force
02:04 MARVEL Contest of Champions
02:57 MARVEL Future Fight
04:14 MARVEL Realm of Champions
05:41 MARVEL Puzzle Quest
06:40 MARVEL future revolution
08:55 MARVEL Super War
10:21 LEGO ® Marvel Super Heroes
11:49 MARVEL Spider-Man Unlimited
13:14 The Amazing Spider-Man 1+2
14:47 Ultimate Spider-Man: Total Mayhem HD
15:34 خاتمة







كلمات مفتاحية :
افضل 10 العاب, افضل 10 العاب باتل رويال, افضل 10 العاب اندرويد, افضل 10 العاب في 2022, افضل 10 العاب للاجهزة الضعيفة, افصل 5 العاب, افضل 10 العاب بدون نت, افضل العاب الاندرويد فى 2022 | انسى PUBG !, 6 العاب ستقضي على لعبة PUBG لهواتف الاندرويد | لا تفوتك?, وداعا ببجي, افضل العاب الاندرويد 2022, بابجى, pubg, ببجي موبايل, العاب اندرويد
افضل 5 العاب باتل رويال, العاب باتل رويال للاندرويد, العاب باتل رويال بدون نت, افضل العاب باتل رويال للاندرويد, افضل العاب باتل رويال بحرافيكس قوي, العاب اندرويد بدون نت, العاب اندرويد خفيفة, افضل العاب الاندرويد اوفلاين, العاب اندرويد اوفلاين, العاب اندرويد بدون نت للهواتف الضعيفة, العاب اندرويد للهواتف الضعيفة, العاب باتل رويال مجانية, العاب باتل رويال جديدة, العاب باتل رويال 2022, افضل العاب باتل رويال للاندرويد 2022, افضل 10 العاب باتل رويال, افضل 10 العاب للاجهزة الضعيفة
ابن سوريا

Questy
1 ভিউ · 9 মাস আগে

تحميل التطبيق والمواقع المذكورة في الفيديو تجدها هنا : http://bit.ly/40WeIvH
اشترك بالقناة : http://bit.ly/3t6HZSt


فصول الفيديو :
00:00 مقدمة عن محتويات الفيديو
01:52 التسجيل بديسكورد
03:40 الدخول لسيرفر الذكاء الاصطناعي
07:04 طريقة اضافة الصورة لعملها بالذكاء الاصطناعي
10:35 التطبيق على صورة بنت صغيرة
12:49 شرح العمل على صورة ولد صغير
19:32 التطبيق على صورة ميسي أول مرة
21:22 عمل صورة لرونالدو بالكتابة فقط
22:47 التطبيق على صورة رونالدو أول مرة
24:23 التطبيق على صورة رونالدو مرة ثانية
25:36 التطبيق على صورة ميسي مرة ثانية
26:56 التطبيق على صورة بنت صغيرة ثانية
28:59 شرح عن السيرفر وكيف نأخذ أفكار لصورنا

Questy
1 ভিউ · 9 মাস আগে

اشترك بالقناة : http://bit.ly/3t6HZSt
طريقة التسجيل والاشتراك
https://youtu.be/Wmr9JgxX1rM
مواقع الاشتراكات من هنا : https://bit.ly/3JfvBsT

تشغيل فورتنايت على الايفون و الايباد والكثير من الألعاب بواسطة Xbox cload gaming وشرح الاشتراك والتسجيل في هذا الفيديو
https://youtu.be/Wmr9JgxX1rM
أكثر من 100 لعبة كمبيوتر بدون تحميل على الأندرويد مع خدمة Xbox Cload Gaming
https://youtu.be/KrjMUjtxOjU
أفضل طريقة لتشغيل فورتنايت على الايفون و الايباد عن طريق تطبيق Geforce Now
https://youtu.be/vYcMEPF0zLI
شرح برنامج Geforce Now للعب الألعاب بدون تحميل و تثبيت على الكمبيوتر
https://youtu.be/JDvDb5jblHk
أفضل الألعاب التي تعمل على أجهزة الكمبيوتر الضعيفة * الجزء الأول *
https://youtu.be/7oPxu44cLig
شرح تشغيل برنامج Geforce Now للعب ألعاب الكمبيوتر والبلاي ستيشن المجانية على الاندرويد الجزء الأول
https://youtu.be/mIHfOhhC6yg

00:00 مقدمة
02:06 شرح البرنامج
04:08 تجربة الألعاب

Questy
1 ভিউ · 9 মাস আগে

متطلبات و تحميل الألعاب : https://bit.ly/3B0dm8p
اشترك بالقناة : http://bit.ly/3t6HZSt
دعم بايبال لتطوير القناة : https://paypal.me/fdonthenet

فصول الفيديو :
00:00 مقدمة
01:12 Minecraft
03:19 Devil May Cry 4
04:48 Farcry 3
06:31 Rayman Legends
08:10 Batman: Arkham Asylum
09:53 Dirt 3
11:45 The Elder Scrolls V: Skyrim
13:24 Trine 2
14:38 The Amazing Spider Man
16:21 Max Payne
18:37 خاتمة

Questy
1 ভিউ · 9 মাস আগে

اشترك بالقناة : http://bit.ly/3t6HZSt
طريقة التسجيل والاشتراك
https://youtu.be/Wmr9JgxX1rM
مواقع الاشتراكات من هنا : https://bit.ly/3JfvBsT

10 ألعاب رائعة بأجمل جرافيك خيالي للأندرويد والـ iOS - الجزء الأول
https://youtu.be/LW3E7xJBU8Q
15 لعبة من أفضل ألعاب العالم المفتوح لأجهزة الأندرويد والـ iOS لاتفوتها
https://youtu.be/BrHlvj_nhHk
أجمل ألعاب Spider Man لأجهزة الأندرويد والـ iOS ( آيفون و آيباد ) مع روابط التحميل
https://youtu.be/A88xD0wpTsQ
أفضل 14 لعبة من ألعاب باتمان Batman للأندرويد 7 منها تعمل على أجهزة iOS
https://youtu.be/k1D53knktgo
شرح تشغيل برنامج Geforce Now للعب ألعاب الكمبيوتر والبلاي ستيشن المجانية على الاندرويد
https://youtu.be/mIHfOhhC6yg
أفضل طريقة لتشغيل فورتنايت على الايفون و الايباد عن طريق تطبيق Geforce Now
https://youtu.be/vYcMEPF0zLI
تشغيل فورتنايت على الايفون و الايباد والكثير من الألعاب بواسطة Xbox cload gaming وشرح الاشتراك والتسجيل في هذا الفيديو
https://youtu.be/Wmr9JgxX1rM
أفضل طريقة لتشغيل فورتنايت على الايفون و الايباد عن طريق تطبيق Geforce Now
https://youtu.be/vYcMEPF0zLI
شرح برنامج Geforce Now للعب الألعاب بدون تحميل و تثبيت على الكمبيوتر
https://youtu.be/JDvDb5jblHk
شرح تشغيل برنامج Geforce Now للعب ألعاب الكمبيوتر والبلاي ستيشن المجانية على الاندرويد الجزء الأول
https://youtu.be/mIHfOhhC6yg



مواصفات كمبيوتري :
i7 8700K @3.20Ghz
32gb DDR4 RAM
Nvidia GTX 1070
256gb SSD

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات فئة متوسطة سعرها ممتاز حاليا في مصر 2024
وخصوصا الموبايل رقم 3 سعره نزل جامد
انخفاض اسعار الموبايلات في مصر خلال 2024
لشراء oneplus nord 3
https://www.facebook.com/smart....koshk?mibextid=ZbWKw
لشراء Samsung A25
https://amzn.eu/d/b7xFnjs
لشراء Samsung A54
https://amzn.eu/d/6v2AEs2

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل حاليا فى السوق المصري ب 7000 جنيه
تشتري ايه من مصر من 7000 الى 8000 جنيه 2023
Oppo Vs Xiaomi Vs Realme

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل من اوبو وشاومي في الفئة الاقتصادية والمتوسطة لعام 2024
افضل موبايلات تشتريها من Oppo و Xiaomi بسعر 5000 الي 20000 جنيه 2024
موبايلات من ( Oppo - Xiaomi ) في مصر من 5000 الي 20000 جنيه
افضل موبايلات اوبو Oppo لعام 2024
افضل موبايلات شاومي Xiaomi لعام 2024
#smartphone
#oppomobile
#xiaomi
#oppo

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل فئة متوسطة من اوبو فى مصر 2023
افضل موبايلات الفئة المتوسطة من Oppo خلال 2023
تشتري ايه من Oppo فى الفئة المتوسطة
Oppo Reno 6 5G
Oppo Reno 7 5G
Oppo Find X5 5G

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

افضل ٨ موبايلات في السوق حاليا سعرهم نزل جامد خلال 2024
عاجل انخفاض اسعار موبايلات ريلمي واوبو في السوق المصري
افضل اسعار لموبايلات ريلمي واوبو في مصر حاليا 2024
قناه حكاوينا ❤️❤️?
https://youtu.be/MANEq9yzv5Q?si=HV7YXtayo0-atvey
صفحه كوكو اند اس
https://www.facebook.com/kokoa....ndstaal?mibextid=ZbW
لشراء ريلمي 9 برو
https://amzn.eu/d/hB6pfoS

Questy
1 ভিউ · 9 মাস আগে

افضل 8 موبايلات فئة متوسطة حاليا في السوق في مواجهة بعض والبقاء للافضل
دور 8 لافضل موبايلات فئة متوسطة 2024
redmi note 13 pro plus
realme 12 pro plus
oppo reno 10 pro plus
oneplus nord 3 5G
vivo v29 5G
samsung a55
nothing phone 2a
Poco X6 Pro
توقع مين هو الموبايل رقم 1 حاليا كقيمة مقابل سعر في السوق لسنة 2024
متنساش تدعمني في قناتي ( حكاوينا ) ❤️❤️
https://youtu.be/gOveSvabp6Y?si=4klM_RTyh7zLeYYv

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل متكامل من 4000 الى 6000 جنيه 2022
iPhone 8 Plus Vs Redmi Note 10s Vs Realme 8

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

اقوى مقارنة فى الفئة الاقتصادية خلال 2023
افضل 3 موبايلات حاليا من 7000 الى 8000 جنيه
ريلمى سى 55 ضد سامسونج اى 24 ضد ريلمى 10
Realme C55 Vs Samsung A24 Vs Realme 10
realme c55
samsung a24
realme 10
#realme
#samsung

Questy
1 ভিউ · 9 মাস আগে

تشتري ايه من السوق المصري بسعر 6000 جنيه 2023
افضل موبايل يعتمد عليه ب 6000 جنيه فى مصر
جمعت كل موبايلات فئة ال 6000 جنيه واخترت منهم الموبايل الانسب ليك
Realme 9i Vs Infinix Note 11 Vs Samsung A23 Vs Redmi Note 11
شاومى ضد ريلمى ضد انفنكس ضد سامسونج فى الفئة الاقتصادية 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

لسه مستمرين فى نزول اسعار الموبايلات فى مصر خلال 2024 لو عايز تشتري موبايل رأيى اليومين دول هما انسب وقت تشتري فيه حاليا
انخفاض اسعار الموبايلات فى مصر شهر 7
افضل موبايلات سعرها نزل خلال الربع الثالث 2024
لشراء سامسونج A34
https://amzn.eu/d/0iYko9o1
لشراء ريلمى C67
https://amzn.eu/d/08WIbZHy
لشراء انفنكس سمارت 8
https://amzn.eu/d/00vIop78
لشراء ريدمى 13C
https://amzn.eu/d/0ieSkjtv
لشراء ريدمى 12C
https://amzn.eu/d/0eKOm3zJ
لشراء هونر X9B
https://amzn.eu/d/0ifPptgN
لشراء هونر X9A
https://amzn.eu/d/08Aeu7V2
لشراء ريلمى C51 او ريلمي C65
https://www.facebook.com/share..../p/WsFwydLDjj1ybWVL/
لشراء بوكو X6 Pro
https://www.facebook.com/share..../p/bL4SEvas9AJCTCns/

لشراء بوكو X6 برو

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل بسعر 8000 جنيه 2024
رأيى فى هاتف تكنو سبارك 20 ؟
سامسونج A34 ولا انفنكس نوت 30 ؟

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل متوسط من ريلمى 2023
افضل موبايلات الفئة المتوسطة من Realme 2023
تشتري ايه من ريلمى فى مصر خلال 2023
Best Realme Smart Phones in 2023
Realme GT Master Edition
Realme 10 Pro Plus
ريلمى جى تى ماستر
ريلمى 10 برو بلس

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

انخفاض اسعار 9 موبايلات رهيبة في مصر منتصف 2024
افضل موبايلات حاليا بتقدم قيمة مقابل السعر خلال السنة
لشراء Samsung A25
https://amzn.eu/d/0GRGozX
لشراء Samsung A15
https://amzn.eu/d/03FoR7X
لشراء Samsung A55
https://amzn.eu/d/3v276P6
لشراء Realme 9i
https://amzn.eu/d/5tNkjx7
لشراء Redmi Note 13
https://amzn.eu/d/gpccfca
لشراء ( Poco X6 Pro - Honor X9b - Realme 10 Pro Plus )
https://www.facebook.com/share..../p/CrGXdXtWcobTD4U2/

Questy
1 ভিউ · 9 মাস আগে

افضل 9 موبايلات حاليا سعرهم نزل جامد في مصر 2024
انهيار اسعار موبايلات سامسونج وريلمي وشاومي في مصر
انخفاض حاد في اسعار الموبايلات شهر 7 2024

لشراء سامسونج Z Flip 5
https://amzn.eu/d/04uZ5ShZ
لشراء سامسونج A15
https://www.noon.com/en-eg/galaxy-a15-dual-sim-light-blue-6gb-ram-128gb-4g-lte-middle-east-version/N70030439V/p?utm_source=C1000094L&utm_medium=referral
لشراء ريدمي نوت 13
https://amzn.eu/d/01qTo1nY
لشراء ريدمي نوت 13 برو فايف جي
https://amzn.eu/d/0gk7jAQH
لشراء ريلمي( C65 - C67 )
https://www.facebook.com/alshe....ikhstore?mibextid=Zb
لشراء هونر X9b
https://www.facebook.com/share..../p/828RvtLmiKPEmJGs/
لشراء سامسونج A55
https://amzn.eu/d/04COfMuL
لشراء اوبو رينو 11f
https://www.noon.com/en-eg/reno-11f-dual-sim-coral-purple-8gb-ram-256gb-5g-international-version/N70091658V/p?utm_source=C1000094L&utm_medium=referral

#اسعار_الموبايلات
#smartphone
#شاومى
#سامسونج
#ريلمي
#هونر
#أوبو

Questy
1 ভিউ · 9 মাস আগে

من هو افضل موبايل اقتصادى لازم تستناه
افضل موبايل بسعر 8000 جنيه فى مصر خلال 2023
ريلمى ضد سامسونج ضد شاومى
سامسونج A24 ضد ريلمى 11 ضد ريدمى نوت 12 اس
Samsung A24 Vs Realme 11 Vs Redmi Note 12s
Samsung Vs Realme Vs Xiaomi 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

موبايلات تقدر تعتمد عليها من Realme فى 2023
تشتري ايه من ريلمى فى 2023
احسن موبايلات ريلمى فى السوق من الارخص للاغلى
ارخص موبايل يعتمد عليه من ريلمى
Realme Mobiles 2023
Realme
Realme Narzo 50A
Realme C55
Realme 10
Realme GT Master Edition
Realme 10 Pro Plus
Realme GT Neo 3
Realme GT2 Pro

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

هل ايقون اكس iPhone X يستحق الشراء فى 2023
اكتر ايفون بيقدم قيمة مقابل السعر 2023
iPhone X in 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

بعد تجربة كل موبايلات الفئة المتوسطة فى السوق المصري
اخترت موبايل واحد فقط هو الاكثر تكامل حاليا
سامسونج اى 73 Samaung A73
الصفقة الافضل على الاطلاق فى الفئة المتوسطة

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل ملوش اى منافس ولا بديل حاليا فى سعره 2022
لو معاك 10000 جنيه تستري ايفون مستعمل ولا اندرويد جديد
مقارنة العظمة iPhone 11 Vs Redmi Note 11 Pro Plus

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

هل يستحق iPhone 8 Plus الشراء بعد 6 سنوات من الاستخدام
iPhone 8 Plus in 2023
تشتري ايفون 8 بلس فى 2023 ولا بناقص منه

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

موبايل جديد من ريلمي بمواصفات صعب تشوف زيها حاليا بسعر 5000 جنيه واهمها السماعات الاستريو وسرعه الشحن الخطيرة 45 واط وكمان دعم لمقاومة ترتشة المياه
ريلمي C61 القادم بقوة في فئة 5000 جنيه
Realme C61
مميزات وعيوب Realme C61

Questy
1 ভিউ · 9 মাস আগে

انفنكس اعلنت عن موبايل رهيب جدا فى الفئة الاقتصادية او الشبه متوسطة
موبايل رهيب بمميزات لاول مرة هتسمع عنها فى فئة 8000 جنيه فى مصر
انفنكس نوت 30 برو Infinix Note 30 Pro
في الفيديو ده قررت اعمل مقارنة بينه وبين اقوى موبايلات فئة 8000 جنيه
انفنكس نوت 30 برو ضد سامسونج A24 ضد ريلمى 10 ضد ريدمى نوت 11s
infinix Note 30 Pro Vs Samsung A24 Vs Realme 10 Vs Redmi Note 11s
من هو افضل موبايل منهم يستحق الشراء خلال 2023
infinix
Samsung
Realme
Xiaomi

Questy
1 ভিউ · 9 মাস আগে

تشتري فلاجشيب قديم من سامسونج ولا فئة متوسطة جديد فى 2022
اكتر موبايل مثالى من سامسونج تشتريه فى الفئة المتوسطة حاليا

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

Redmi Note 12 ضد Redmi Note 11
افضل موبايل اقتصادى من شاومى 2023
افضل موبايل بسعر 6000 جنيه من شاومى
Best Xiaomi Budget Phone 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

هل ايفون XR يستحق الشراء فى 2023
بعد مرور اكتر من 5 سنوات
تشتري iPhone XR ولا اندرويد جديد افضل
iPhone XR in 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل فئة متوسطة من سامسونج فى 2023
موبايل تقدر تعتمد عليه ل 5 سنين على الاقل من سامسونج
اقوى موبايلات سامسونج فى الفئة المتوسطة 2023
Samsung M52
Samsung A34
Samsung A53
Samsung A53
Samsung A54
Samsung A73
Samsung S21 Fe

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

ايفون اكس اس ضد ايفون 11 فى 2023
iPhone Xs Vs iPhone 11 in 2023
الايفون المناسب للجميع فى 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل قيمة مقابل سعر فى مصر 2023
الموبايل الاكثر مبيعا فى السوق المصري حاليا من 4000 الى 8000 جنيه
اكتر موبايلات بتبيع فى مصر 2023 من 4000 الى 8000 جنيه لازم تختار منهم
افضل موبايلات حاليا من 4000 الى 8000 جنيه فى مصر
سامسونج - شاومى - ريامى
samsung a13
samsung a23
samsung a24
redmi note 12
realme c55
#سامسونج
#شاومي
#ريلمي

Questy
1 ভিউ · 9 মাস আগে

ايه هو افضل موبايل حاليا ب 6000 جنيه ؟
هل Infinx Zero Ultra يستحق الشراء ؟
اخر الاخبار عن وحوش سامسونج الجديدة A54 و M54
#اسألني

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

رسميا وصل الموبايل الاكثر انتظارا فى السوق المصري 2023
اكتر موبايل هيبيع خلال الفترة الجاية من 7000 ل 8000 جنيه
سامسونج اى 24 Samsung A24
Samsung
سامسونج

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

ايه هو افضل موبايل حاليا ب 6000 جنيه ؟
هل Infinx Zero Ultra يستحق الشراء ؟
اخر الاخبار عن وحوش سامسونج الجديدة A54 و M54
#اسألني

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

كل موبايلات سامسونج وابل بالاسعار الجديدة نهاية السنة 2022
وهل فعلا الموبايلات دى تستحق الشراء
رأيي فى اسعار موبايلات سامسونج وايفون نهاية السنة

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

بعد مرور 6 شهور من 2021
اخترت الموبايل المثالى من وجهه نظرى من 1000 ل 2000 جنيه
تقييمى كان بناء على ( الاداء - البطارية - تصميم الشاشة واستغلال الحواف - تصميم الموبايل )

متنساش تشترك فى القناه ( نقدر نوصل 50 الف مشترك خلال 2021 )
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

موبايلات ممتازة سعرها نزل حاليا فى السوق منها فى الفئة الاقتصادية وكمان فى الفئة المتوسطة
افضل موبايلات سعرها نزل تشتريها فى مصر خلال 2023
لو معاك من اول 3000 جنيه لحد 20000 جنيه تقدر تشتري عادى بدون مشاكل
افضل موبايل بسعر 3000 جنيه 2023
افضل موبايل بسعر 4000 جنيه 2023
افضل موبايل فلاجشيب بسعر فئة متوسطة 2023
افضل موبايل بسعر 11000 جنيه فى مصر
افضل موبايل متكامل فى الفئة المتوسطة ومن سامسونج 2023

لشراء سامسونج A04
https://amzn.eu/d/hZuGU9w
لشراء سامسونج A04s
https://amzn.eu/d/5RyoCWJ
لشراء Google Pixel 7
https://smartkoshk.com/products/google-pixel-7-6-3-amoled-display-90hz-google-tensor-g2?_pos=2&_sid=e83ac902d&_ss=r
لشراء سامسونج A34
https://amzn.eu/d/fMJvQn8
لشراء سامسونج A54
https://amzn.eu/d/gpu6PLp

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات سامسونج 2022 من سعر 3000 الى 10000 جنيه 2022
تشتري ايه من سامسونج حاليا فى السوق المصري والعربى

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

في الفيديو هقولك على افضل موبايل مثالى بالنسبالك تشتريه من 3000 الى 10000 جنيه
افضل موبايلات 2022 من 3000 الى 10000 جنيه بدون مبالغة

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات اندرويد كسر زيرو فى الفئة المتوسطة 2022
احسن موبايلات كسر زيرو من 6000 الى 8000 جنيه

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

الاستيراد فى مصر هيفتح امتى ؟
افضل موبايل بسعر 5000 جنيه نهاية السنة 2022
افضل موبايل بسعر 4000 جنيه نهاية السنة 2022
اشتري موبايلات حاليا ولا استنى الموبايلات الجديدة ؟
#اسألني

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

ارخص موبايل يعتمد عليه بداية السنة 2023
مميزات وعيوب وحش ريلمى الجديد Realme 10S
موبايل رهيب بأقل من 4000 جنيه

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل متكامل حاليا فى الفئة المتوسطة جربته خلال 2023
موبايلين هما الافضل قيمة مقابل السعر حاليا فى الفئة المتوسطة
Vivo V27 5G
Samsung A54
vivo v27 ولا Realme 10 Pro Plus ؟
ازاى موبايل 90 فريم ببجى بسعر 7000 جنيه فقط فى مصر
كم عمر موبايلات ريدمى فى الفئة المتوسطة ؟
#اسألني

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

موبايلات سعرهم نزل و جامدين جدا 2021
لينك قناه عيون الكمان
https://www.youtube.com/channe....l/UCzmQSF68hIZMzKpxt

متنساش تشترك فى القناه ( نقدر نوصل 50 الف مشترك )
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات صاروخية لازم تستناها بداية 2023
هل اسعار الموبايلات هترخص فى شهر 12 ؟
#اسألني

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

موبايلات سعرها نزل و جامدين جدا من 2000 الى 4000 جنيه 2021

متنساش تشترك فى القناه ( نقدر نوصل 50 الف مشترك خلال 2021 )
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات تشتريها في 2021 لو انت جيمر

متنساش تشترك فى القناه ( نقدر نوصل 50 الف مشترك خلال 2021 )
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

واخيرا تسريبات قوية جدا عن سلسله موبايلات شاومى الاكثر مبيعا فى مصر ( النوت 12 )
هنشوف السنه الجديدة 3 موبايلات ( Redmi Note 12 - Redmi Note 12 Pro -
Redmi Note 12 Pro Plus )
شاومى ريدمى نوت 12
شاومى ريدمى نوت 12 برو
شاومى ريدمى نوت 12 برو بلس

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات سعرها نزل جامد من اوبو وريلمى وفيفو بسعر 2000 الى 7000 جنيه بداية 2022

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

تسريبات خطيرة عن موبايل ريلمى الجديد Narzo 30
( احتمال يكون ريلمى 8 فى مصر)
موبايل بشاشة 120 هيرتز ومعالج 5g قوى وبسعر يعتبر الارخص
سامسونج تعود للمنافسة بموبايل بمعالج من الفئة الرائدة

لو اول مرة تشوفنى متنساش تشترك فى القناه
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل ب 7000 جنيه فى مصر
مقارنة نارية بين افضل موبايلات ب 7000 جنيه خلال 2023
سامسونج ولا ريلمى فى الفئة الاقتصادية 2023
Samsung A24 Vs Realme 11
ريلمى 11 ضد سامسونج A24
ريلمى ضد سامسونج 2023
samsung a24 vs realme 11

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

تقدر تشتري حاليا سامسونج A24 من السوق المصري بسعر مغرى جدا
افضل موبايل حاليا من وجهة نظرى فى فئة 7000 جنيه فى مصر
تم تسعير الموبايل رسميا ب 7890 للنسخة ( 6 -128 ) اللى صنعت فى مصر
صفحة سامسونج الرسمية على فيس بوك
https://www.facebook.com/SamsungEgypt/photos/a.139551632763094/6454420991276095/?type=3&mibextid=Nif5oz

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

حرفيا ده افضل موبايل متكامل فى سعر 6000 جنيه 2023
مفيش اى موبايل بنفس المواصفات دى وبهذا السعر
سامسونج a24 متوفر منه حاليا فى مصر نسخة 4 جيجا رام و 128 جيجا ذاكرة تخزينية ب 6888 جنيه
على نون تقدر حالا تشتريه
مميزات وعيوب سامسونج a24
Samsung A24
#samsung
لينك شراء سامسونج A24
https://www.noon.com/en-eg/galaxy-a24-dual-sim-black-4gb-ram-128gb-4g-middle-east-version/N53396251A/p?utm_source=C1000094L&utm_medium=referral

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل بسعر 2000 الى 3000 جنيه 2020
ترشيحات لكل الشركات .... اختار اصاحبى الشركة اللى بتحبها ومن خلال الفيديو هتعرف تشتري ايه من الشركة اللى بتفضل تشتري موبايل منها

لو لسه مش مشترك فى القناه يلا عايزين نوصل 20 الف
https://rb.gy/tfpmbm

تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

ده اصاحبى الاكونت ال Tik Tok
https://www.tiktok.com/@mkreviews

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل متكامل ملوش اى منافس ولا بديل حاليا بسعر 4000 جنيه 2022
رحلة البحث عن الموبايل المثالى من 4000 الى 5000 جنيه 2022
جربت كل الموبايلات من 4000 الى 5000 جنيه 2022 وعملت مقارنة شاملة بينهم
( ريدمى نوت 11 - سامسونج A22 - ريلمى 9i - انفنكس نوت 11 )

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

موبايلات سعرها نزل جامد حاليا فى السوق المصري
7 موبايلات ممتازة سعرهم نزل جامد
موبايلات تستحق الشراء حاليا بعد نزول سعرهم
منهم موبايلات من سامسونج وشاومى وكمان اوبو
( Oppo Reno 7 5G - Redmi Note 11 - Redmi Note 11S - Samsung A53
Samsung A73 - Oppo A76 - Poco X5 Pro )
لشراء Reno 7 5G
https://www.amazon.eg/dp/B09VB....WP3HD?ref_=cm_sw_r_a
لشراء Redmi Note 11
https://www.amazon.eg/dp/B09QS....B3LWX?ref_=cm_sw_r_a
لشراء Redmi Note 11s
https://www.amazon.eg/dp/B09R4....LXD5H?ref_=cm_sw_r_a
لشراء Samsung A53
https://www.amazon.eg/dp/B09TP....LT4M1?ref_=cm_sw_r_a
لشراء Samsung A73
https://www.amazon.eg/dp/B09WD....GRRJB?ref_=cm_sw_r_a
لشراء Oppo A76
https://www.amazon.eg/dp/B09WF....6KGKD?ref_=cm_sw_r_a
لشراء Poco X5 Pro
https://smartkoshk.com/ar/prod....ucts/xiaomi-poco-x5-

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل للجيمنج حاليا بسعر 3000 جنيه بدون مبالغة 2022
موبايل للالعاب من 3000 الى 4000 جنيه

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

الموبايل المثالى من سامسونج نهاية 2022
افضل موبايلات سامسونج للسنة الجديدة 2023
تشتري ايه من سامسونج نهاية 2022 من 3000 الى 25000 جنيه
Samsung Mobiles 2022

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

فيديو اسئلة جديد هجاوب من خلاله على اغلب اسئلتكم
افضل موبايل متكامل ب 7000 جنيه ؟
اشتري موبايل حاليا ولا استنى الموبايلات الجديدة ؟
سعر ريدمى نوت 12 فى السوق ؟
وغيرهم كتير من الاسئلة الممتازة
لو عندك اى سؤال اكتب كومنت سيب سؤالك فيه
#اسألني

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews

Questy
1 ভিউ · 9 মাস আগে

افضل 5 موبايلات اسطورية بالسعر القديم نهاية 2022
موبايلات سعرها لسه مزادش بعد ارتفاع الاسعار

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

لشراء ريدمى نوت 11
https://www.noon.com/en-eg/redmi-note-11-4gb-ram-128gb-lte-graphite-grey/N52513381A/p?utm_source=C1000094L&utm_medium=referral
لشراء ريلمى 9i
https://www.noon.com/en-eg/9i-dual-sim-prism-black-6gb-ram-128gb-4g-middle-east-version/N52879078A/p?utm_source=C1000094L&utm_medium=referral
لشراء سامسونج M52
https://www.amazon.eg/%D9%85%D....9%88%D8%A8%D8%A7%D9%
لشراء اوبو رينو 6 5G
https://www.noon.com/en-eg/reno-6-stellar-black-5g-dual-sim-8gb-ram-128gb-international-version/N50667557A/p?utm_source=C1000094L&utm_medium=referral
لشراء سامسونج A23
https://www.noon.com/en-eg/galaxy-a23-dual-sim-blue-4gb-ram-128gb-4g-middle-east-version/N52877170A/p?utm_source=C1000094L&utm_medium=referral

Questy
1 ভিউ · 9 মাস আগে

الموبايل المنتظر بشدة فى الفئة المتوسطة اداء خرافى وشاشة عظيمة
افضل موبايل قادم فى الفئة المتوسطة 2021
Realme GT Neo 2 ريلمى جى تى نيو 2

متنساش تشترك فى القناه ( نقدر نوصل 50 الف مشترك )
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل متكامل تشتريه حاليا بسعر 4000 جنيه 2022
مقارنة نارية بين افضل 4 موبايلات حاليا فى فئة 4000 جنيه
( سامسونج M12 - ريدمى 10 - ريلمى نارزو 50A - انفنكس هوت 11 )
من هو الهاتف الافضل حاليا ب 4000 جنيه بدون مبالغة

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

موبايلات قويه بامكانيات هتبهرك هتقلب الدنيا حرفيا

متنساش تشترك فى القناه ( نقدر نوصل 50 الف مشترك )
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات ريلمى Realme خلال سنة 2022
افضل موبايلات اوبو Oppo خلال سنة 2022
ترشيحاتى لافضل موبايل من ريلمى نهاية 2022
ترشيحاتى لافضل موبايل من اوبو نهاية 2022
تشتري ايه من ريلمى واوبو بداية 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

#اسألني
فيديو للرد على اغلب اسئلتكم
هل اسعار الموبايلات هتزيد تانى ؟
افضل موبايل للتصوير من سامسونج فى الفئة المتوسطة ؟
موبايل ب 7000 جنيه من الاخر ؟

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

بوكو ام 3 Poco M3
مراجعة تليفون بوكو POCO M3
موبايل مش هتلاقى زيه فى سعر 2000 جنيه

لو اول مرة تشوفنى متنساش تشترك فى القناه
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل ملوش بديل حاليا فى الفئة المتوسطة بدون مبالغة 2022 بعد غلاء الاسعار والدولار

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل ب 3000 جنيه نهاية 2022
ارخص هاتف للاستخدام والالعاب ب 3000 جنيه

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل ملوش اى منافس حاليا نهائى فى الفئة المتوسطة 2022

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايل متكامل ملوش اى منافس ولا بديل حاليا بسعر 4000 جنيه 2022
رحلة البحث عن الموبايل المثالى من 4000 الى 5000 جنيه 2022
جربت كل الموبايلات من 4000 الى 5000 جنيه 2022 وعملت مقارنة شاملة بينهم
( ريدمى نوت 11 - سامسونج A22 - ريلمى 9i - انفنكس نوت 11 )

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

ما هو افضل موبايل للسوشيال ميديا والالعاب من 4000 الى 6000 جنيه ؟
ما هو افضل موبايل متكامل فى نهاية 2022 ب 7000 جنيه ؟
#اسألني

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

افضل موبايلات ريلمى Realme خلال سنة 2022
افضل موبايلات اوبو Oppo خلال سنة 2022
ترشيحاتى لافضل موبايل من ريلمى نهاية 2022
ترشيحاتى لافضل موبايل من اوبو نهاية 2022
تشتري ايه من ريلمى واوبو بداية 2023

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

#اسألني
فيديو للرد على اغلب اسئلتكم
هل اسعار الموبايلات هتزيد تانى ؟
افضل موبايل للتصوير من سامسونج فى الفئة المتوسطة ؟
موبايل ب 7000 جنيه من الاخر ؟

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

بوكو ام 3 Poco M3
مراجعة تليفون بوكو POCO M3
موبايل مش هتلاقى زيه فى سعر 2000 جنيه

لو اول مرة تشوفنى متنساش تشترك فى القناه
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

لو قولتلك فيه موبايل بشاشة اموليد 90 هيرتز منحنية وشاحن سريع 160 واط
3 كاميرات منهم كاميرات للتقريب 5 مرات زوم حقيقى - تصميم زجاجى - اداء ممتاز
وكل ده هتاخده ب 4000 جنيه او اغلى حاجة بسيطة
تفكتر ممكن تصدق ؟

متنساش تشترك فى القناه ( نقدر نوصل 50 الف مشترك خلال 2021 )
https://www.youtube.com/c/MkReviews
تابعنى على صفحة الفيس بوك
https://rb.gy/xpw8iz

Questy
1 ভিউ · 9 মাস আগে

احسن موبايل من شاومى فى الفئة المتوسطة حاليا
من هو الهاتف الذى يستحق الشراء من شاومى فى السوق
موبايل فئة متوسطة من شاومى بدون مشاكل 2023
Xiaomi 11T Vs Poco X4 GT Vs Poco F4 Vs Poco X5 Pro Vs Xiaomi 11 Lite
شاومى 11 تى ضد بوكو اكس 4 جى تى ضد بوكو اف 4 ضد بوكو اكس 5 برو ضد شاومى 11 لايت
افضل موبايلات شاومي الفئة المتوسطة
افضل جوالات شاومي 2023
افضل موبايلات الفئة المتوسطة 2023 للالعاب

☑️ إدعم القناة عبر مشاركة الفيديو والاشتراك وتشغيل التنبيهات (?) ليصلك كل فيديو فور النشر
https://www.youtube.com/c/MkReviews




Showing 51 out of 52