4 455
Subscribers
+324 hours
+27 days
+3430 days
Posts Archive
4 456
๐
Bootstrap 5 Crash Course
Bootstrap is one of the most widely used CSS frameworks, but it can be quite complex to learn since there are so many features in Bootstrap. In this video I will be breaking down everything you need to know about Bootstrap by covering the entire grid system, 6 popular components, and 6 categories of utility classes.4 456
๐
Sass Essential Training
๐ Author: Ray Villalobos
๐ธ Date: 2022-03-03
โฐ Duration: 1h 19m
๐
Learn the fundamentals of Syntactically Awesome Stylesheets (Sass), a modern web development language that helps you write CSS better, faster, and with more advanced features.
๐ Topics: SASS
๐ท Join @webdev_trainings for more courses4 456
๐ Learn HTML โ Full Tutorial for Beginners (2022)
Learn HTML in this complete course for beginners. This is an all-in-one beginner tutorial to help you learn web development skills. This course teaches HTML5
4 456
๐
Learning Materialize CSS
๐ Author: Ayodele Leom
๐ธ Date: 2021-11-18
โฐ Duration: 1h 6m
๐
Learn the concepts and important topics to get started with one of the most popular application design systems, Material Design, using Materialize CSS.
๐ Topics: Materialize CSS
๐ท Join @webdev_trainings for more courses4 456
๐Popular web development technology stacks
๐Common technology for all stacks๐
Html
Css
Javascript
๐Mern stack๐
MongoDB
Express
React
Node.js
๐Java stack๐
MongoDB/MySQL
Spring
React/angular
Java
๐Python stack๐
MongoDB/MySQL
Django/Flask
React/Angular
Python
๐Php stack๐
MongoDB/MySQL
Laravel
Vue/React/Angular
Php
๐Ruby stack๐
MongoDB/MySQL
Ruby on Rails
React/Angular
Ruby
4 456
๐
What Is Web3?
๐ Author: Morten Rand-Hendriksen
๐ธ Date: 2022-06-03
โฐ Duration: 1h 12m
๐
Get an introduction to Web3 and its core set of technologies.
๐ Topics: Blockchain
๐ท Join @webdev_trainings for more courses4 456
๐
Tailwind CSS Essential Training
๐ Author: Ray Villalobos
๐ธ Date: 2021-02-12
โฐ Duration: 3h 32m
๐
Learn to simplify the design side of your web app creation by applying this programmer-friendly style framework.
๐ Topics: Tailwind CSS
๐ท Join @webdev_trainings for more courses4 456
๐
Tailwind CSS Essential Training
๐ Author: Ray Villalobos
๐ธ Date: 2021-02-12
โฐ Duration: 3h 32m
๐
Learn to simplify the design side of your web app creation by applying this programmer-friendly style framework.
๐ Topics: Tailwind CSS
๐ท Join @webdevtrainings for more courses4 456
๐ธ Full description ๐ธ
While the ways in which we work on the web evolve over time, every now and then, a true game changer comes along. The Tailwind CSS utility-first approach throws out many of the traditional CSS approaches to building projects, allowing you to create a complete and unique website without writing a single line of CSS. In this course, LinkedIn senior staff instructor Ray Villalobos shows how Tailwind CSS offers a lightweight but sophisticated approach to styling content in your sites and apps through labeling with appropriate class names. Ray illustrates how you can manage everything from fonts, colors, borders, and the whole layout of your pages by adding Tailwind and specifying its use on the HTML elements in your pages, all without having to touch a style document. Plus, he introduces you to just-in-time (JIT) mode and its advantages, variants, and improvements.
4 456
โจ๏ธ CSS: Text with image background
Here is how you can fill a piece of text with a background image which is still accessible! And here is how it works:
๐ Create a background image which fits a rectangular image for the box containing the text
๐ Clip the background to be visible only where there is text, using the background clip properly
๐ Finally set a transparent foreground color for the text itself such that the background is visible
4 456
+3
๐ฅ Git: Merging vs Rebasing
In git, when there are some changes in a parent branch from which you forked, there are two strategies to incorporate them into your working branch:
โจ Merging:
As the name suggests, 'merges' the parent branch into your branch. The advantage is that handling conflicts (if any) is easier, since you only need to resolve them for the merge commit once. However, this may make the git history a bit harder to follow
โจ Rebasing:
Takes all the commits you made in your branch, and applies them on top of the head of the parent branch. As if repositioning the base of the branch.
This helps to create a linear and easy to follow git history, but conflict resolution may be tedious and you need to force push the branch to the origin.
Available now! Telegram Research 2025 โ the year's key insights 
