Latest videos

baziriza
3 Views ยท 4 months ago

Get JetBrains Space for free: https://jb.gg/enjoy_space_for_free
Upgrade to Space Team for free for one month using my code: FORREST

Software architecture for a web application is essentially the blueprint for how a web app is structured. There's monolithic architecture, where you basically piled everything into a single, tightly coupled codebase. But if you want to efficiently scale your app from 100 users to 100,000 users, or want to ensure adding a line of code to a certain component or feature doesnโ€™t break the entire application, then you may want to take a look at the microservice architecture. In the same realm, there's serverless architecture. There's also a higher level of architecture: client-server and peer-to-peer.
When it comes to web app architecture, there are so many different types & many of which arenโ€™t even exclusive from one another. So Iโ€™ve broken these down, put them into levels that are actually comparable, and created explanations in a way for you to simply understand the different types of web app architecture, why theyโ€™re important, how they play into software development, and given your requirements, goals, and possibilities, which app architecture is best for your app. I hope this helps. Enjoy!

This video is sponsored by JetBrains Space.

------------------------

๐Ÿฑโ€๐Ÿš€ GitHub: https://github.com/forrestknight
๐ŸŽฅ Twitch: https://www.twitch.tv/forrestknight
๐Ÿฆ Twitter: https://www.twitter.com/forrestpknight
๐Ÿ“ธ Instagram: https://www.instagram.com/forrestpknight

๐Ÿ““ Learning Resources:
My Favorite Machine Learning Course: https://imp.i384100.net/YgYEBJ
Open Source Computer Science Degree: https://bit.ly/open-source-forrest
Python Open Source Computer Science Degree: https://bit.ly/python-open-source
Udacity to Learn Any Coding Skill: http://bit.ly/udacity-forrest

๐Ÿ‘จโ€๐Ÿ’ป My Coding Gear:
My NAS Server: https://amzn.to/3brqO7b
My Hard Drives: https://amzn.to/3aKetMi
My Main Monitor: https://amzn.to/3siQfPa
My Second Monitor: https://amzn.to/3keHT84
My Standing Desk: https://amzn.to/3boAcbC
My PC Build: https://bit.ly/my-coding-gear
My AI GPU: https://amzn.to/3uvmUmz

๐Ÿ”งCoding Tools:
The Best Linux Server Hosting: https://bit.ly/linode-forrest

baziriza
1 Views ยท 4 months ago

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

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

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

Install the quiz app ๐Ÿค“

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

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

My VS Code Theme

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

baziriza
3 Views ยท 4 months ago

All you need to know about Shopify's Theme Templating language Liquid.
First I will introduce you to what liquid actually is and where it is used.

โ–บ Free Help
--------------------------------------------------------------------------
๐ŸŽฏ Get Personal Career Advice for Shopify Developers:
https://codingwithjan.com/personal-career-advice?utm_source=yt&utm_medium=video&utm_campaign=developers&utm_content=liquid-10-min

๐Ÿ‘จโ€๐Ÿ’ป Find a qualified Shopify Developer for your next project:
https://codingwithjan.com/hire-a-developer?utm_source=yt&utm_medium=video&utm_campaign=merchants&utm_content=liquid-10-min


โ–บ Contact
--------------------------------------------------------------------------
๐ŸŒ Website
https://codingwithjan.com

๐Ÿค LinkedIn
https://www.linkedin.com/in/jan-frey/




โ–บ SEO Description
--------------------------------------------------------------------------
Shopify's Liquid is a unique and powerful templating language developed by Shopify, serving as the backbone of their themes. Designed with an emphasis on user experience, Liquid allows users to customize their online store layouts without deep technical knowledge. Written in Ruby and available as an open-source project, it underscores Shopify's dedication to community-led development. Liquid's main role is to present dynamic content on online shops, giving users the freedom to decide how product details are displayed. It enables store owners to craft a user experience that aligns with their brand and audience. Essentially, Liquid offers a path to quality, tailor-made web design, allowing even beginners to build visually captivating and effective online stores on Shopify

https://codingwithjan.com

baziriza
4 Views ยท 4 months ago

Yii is a fast, secure, and efficient PHP framework used to create all kinds of web apps. Learn how to use Yii2 in this full tutorial for beginners by building a YouTube clone.

๐ŸŽฅThis course was developed by
Zura Sekhniashvili. Check out his YouTube channel: https://www.youtube.com/channe....l/UC_UMEcP_kF0z4E6Kb

๐Ÿ’ปCode: https://github.com/thecodeholic/Yii2-Youtube-Clone

โญ๏ธ Course Contents โญ๏ธ
โŒจ๏ธ (0:00:00) Introduction
โŒจ๏ธ (0:03:08) Demo
โŒจ๏ธ (0:06:27) Install necessary tools
โŒจ๏ธ (0:09:28) Project setup
โŒจ๏ธ (0:25:02) Create Database and run migrations
โŒจ๏ธ (0:28:48) Signup, activate account and test login
โŒจ๏ธ (0:33:00) Change Url format
โŒจ๏ธ (0:34:46) Explore project structure & entry script
โŒจ๏ธ (0:36:41) Config files
โŒจ๏ธ (0:38:12) Controllers & actions
โŒจ๏ธ (0:42:30) Views
โŒจ๏ธ (0:44:59) Install Bootstrap 4
โŒจ๏ธ (0:48:20) Asset bundles
โŒจ๏ธ (0:50:11) Layouts
โŒจ๏ธ (0:54:14) Application properties
โŒจ๏ธ (0:56:25) Navbar widget
โŒจ๏ธ (0:57:28) Components
โŒจ๏ธ (1:04:07) Nav widget
โŒจ๏ธ (1:05:19) Identity Class
โŒจ๏ธ (1:06:02) Active Record class
โŒจ๏ธ (1:10:45) Behaviors
โŒจ๏ธ (1:12:19) Finish studio layout
โŒจ๏ธ (1:14:48) Url creation
โŒจ๏ธ (1:17:31) More on layouts
โŒจ๏ธ (1:19:32) Finish studio layout
โŒจ๏ธ (1:30:25) Create auth layout (Nested layouts)
โŒจ๏ธ (1:35:16) Aliases
โŒจ๏ธ (1:37:11) Video table migration
โŒจ๏ธ (1:48:05) Generate Video model using Gii
โŒจ๏ธ (1:49:48) Active Record & Models
โŒจ๏ธ (1:50:34) Model rules
โŒจ๏ธ (1:52:44) Generate Video CRUD using Gii
โŒจ๏ธ (1:57:42) Video create page (Working with forms)
โŒจ๏ธ (2:07:15) Video upload
โŒจ๏ธ (2:25:42) Video page
โŒจ๏ธ (2:43:39) Video status change
โŒจ๏ธ (2:46:25) Thumbnail upload
โŒจ๏ธ (2:55:31) Thumbnail resize
โŒจ๏ธ (3:01:27) Handle upload errors
โŒจ๏ธ (3:04:39) Save video tags
โŒจ๏ธ (3:09:20) Video listing page (Gridview & Data providers)
โŒจ๏ธ (3:20:09) Restrict upload for authorized users only
โŒจ๏ธ (3:22:59) Implement frontend layout
โŒจ๏ธ (3:39:23) Video delete
โŒจ๏ธ (3:47:18) Output published videos on frontend
โŒจ๏ธ (4:00:31) Video view page
โŒจ๏ธ (4:12:53) Count video views
โŒจ๏ธ (4:23:08) Implement Like/Dislike
โŒจ๏ธ (4:56:50) Channel page
โŒจ๏ธ (5:08:05) Subscribe/Unsubscribe
โŒจ๏ธ (5:21:16) Many to Many relations
โŒจ๏ธ (5:24:56) Output videos on channel page
โŒจ๏ธ (5:31:33) Email send using mailtrap
โŒจ๏ธ (5:44:25) Search
โŒจ๏ธ (6:00:07) Similar videos
โŒจ๏ธ (6:11:05) History page
โŒจ๏ธ (6:23:08) Implement dashboard
โŒจ๏ธ (6:39:39) Debug bar
โŒจ๏ธ (6:42:13) Relation eager loading
โŒจ๏ธ (6:45:08) Caching
โŒจ๏ธ (6:50:12) Overview, code cleanup and improvements

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

baziriza
18 Views ยท 4 months ago

Deleting Records From MYSQL Database Using PHP (PHP Tutorial/Learn PHP)

In this tutorial i have shown how to delete records from mysql using php.First I have created index.php page, in that i have displayed the records in table the last column contains the delete button after clicking on that link the page is redirected to delete.php along with url data is passed (as GET method) which is primary key of the table person.
This video is for learning PHP and develop websites using PHP and MYSQL. The aim is to teach the Web Designing/Development in a step-by-step guided approach.

Intro Track By : Danish Shaikh

-~-~~-~~~-~~-~-
Please watch: "Registration Form In PHP adn MYSQL"
https://www.youtube.com/watch?v=jQCiU85q2vs
-~-~~-~~~-~~-~-

baziriza
9 Views ยท 4 months ago

Rust is a memory-safe compiled programming language for building high-performance systems. It has the simplicity of high-level languages (Go, Python), but the control of low-level languages (C, Cpp) https://github.com/fireship-io/rust-in-100

#programming #rust #100SecondsOfCode

๐Ÿ”— Resources

Rust Docs https://www.rust-lang.org/learn
Rust Book https://doc.rust-lang.org/book/
Rust Quickstart https://github.com/fireship-io/rust-in-100

Also see Go in 100 Seconds https://youtu.be/446E-r0rXHI

๐Ÿ”ฅ 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

- Rust ownership and borrowing explained
- How Rust memory management works
- Get started with Rust
- Rust vs Go
- Rust vs C

baziriza
0 Views ยท 4 months ago

A complete introduction to Docker. Learn how to Dockerize a Node.js and run manage multiple containers with Docker Compose. https://fireship.io/lessons/do....cker-basics-tutorial

00:00 What is Docker?
01:54 Installation & Tooling
02:40 Dockerfile
06:06 Build an Image
07:12 Run a Container
08:52 Debugging
09:35 Docker Compose

Source code https://github.com/fireship-io/fireship.io
Official Docker https://www.docker.com

#LearnToCode #Docker

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

baziriza
7 Views ยท 4 months ago

React is the most popular JS framework ever, but some web developers out there say it sucks. Let's take a look at the criticisms and hate directed towards React.js.

#js #programming #comedy

๐Ÿ”— Resources

Really, why react? https://dev.to/jfbrennan/really-why-react-5958
React Sucks https://www.reddit.com/r/react....js/comments/bv9nxf/r
React in 100 Seconds https://youtu.be/Tn6-PIqc4UM
Compare 10 JS Frameworks https://youtu.be/cuHDQhDhvPE
Buy my React Course https://fireship.io/courses/react/

๐Ÿ”ฅ 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

- Problems with React
- Should I use React.js?
- Why do people hate react?
- Is react still a popular JS framework

baziriza
3 Views ยท 4 months ago

Learn & Subscribe ๐Ÿ™ #shorts #howtowheelie #wheelie #cycle #stunt #cyclewheelie #mtb #wheeling

Thanks for Watching โค๏ธ

My Facebook Page Contract โœ…
https://www.facebook.com/profile.php?id=61555022665907&mibextid=ZbWKwL

Gmaill:
[email protected]

how to wheelie
Wheelie
cycle wheelie
stunt
badhol rider


#badholrider #wheeli #howtowheelie #stunt #cyclestunt #bikestunt #mtbstunt #bicyclestunt #howtowheelie #wheel #gearcycle #cyclerider #shorst #youtubeshorts #Wheelieshorts #banglastunt #badholridervideo

DISCLAIMER :๐Ÿ”ด
Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.
Before taking any steps, do let me know.

baziriza
2 Views ยท 4 months ago

เฆ†เฆฎเฆฐเฆพ Unix เฆเฆฐ เฆ•เฆฎเฆพเฆจเงเฆก เฆฒเฆพเฆ‡เฆจ เฆŸเงเฆฒเฆ—เงเฆฒเง‹ เฆฌเงเฆฏเฆฌเฆนเฆพเฆฐ เฆ•เฆฐเฆคเง‡ เฆ—เฆฟเงŸเง‡ เฆฆเง‡เฆ–เง‡เฆ›เฆฟ เฆ•เฆ–เฆจเง‹ เฆ•เฆ–เฆจเง‹ เฆฎเง‚เฆฒ เฆ•เฆฎเฆพเฆจเงเฆกเง‡เฆฐ เฆธเฆพเฆฅเง‡ เฆ†เฆฌเฆพเฆฐ เฆเฆ•เงเฆธเฆŸเงเฆฐเฆพ เฆ•เฆฟเฆ›เง เฆ†เฆฐเงเฆ—เงเฆฎเง‡เฆจเงเฆŸ เฆชเฆพเฆธ เฆ•เฆฐเฆพ เฆฏเฆพเงŸเฅค เฆฏเง‡เฆŸเฆพเฆฐ เฆ‰เฆชเฆฐ เฆญเฆฟเฆคเงเฆคเฆฟ เฆ•เฆฐเง‡ เฆ•เฆฎเฆพเฆจเงเฆกเง‡เฆฐ เฆ•เฆพเฆœ เฆฌเฆพ เฆฐเง‡เฆœเฆพเฆฒเงเฆŸเง‡ เฆ•เฆฟเฆ›เง เฆญเฆฟเฆจเงเฆจเฆคเฆพ เฆ†เฆธเง‡เฅค
PHP CLI เฆธเงเฆ•เงเฆฐเฆฟเฆชเงเฆŸเง‡ เฆ•เฆฟเฆญเฆพเฆฌเง‡ เฆธเง‡เฆŸเฆพ เฆ•เฆฐเฆพ เฆฏเฆพเงŸ, เฆธเง‡เฆŸเฆพเฆ‡ เฆเฆ‡ เฆเฆชเฆฟเฆธเง‹เฆกเง‡เฆฐ เฆ†เฆฒเง‹เฆšเงเฆฏ เฆŸเฆชเฆฟเฆ•!




Showing 13 out of 14