ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,410 results

Web Makers
css shapes |how to make Egg 🥚 using css #codingshorts

Shape #18 - Egg ❓ Do Subscribe, to do More. ❤ Like the video to watch more such contents. Watch more shapes :- playlist ...

0:14
css shapes |how to make Egg 🥚 using css #codingshorts

79 views

4 years ago

Programmings 360
when code doesn't work after four hour | real coders feel the pain | only programmers knowing logic

Welcome to Programmings 360! Learn programming in seconds — perfect for busy coders, beginners, and tech lovers.

0:16
when code doesn't work after four hour | real coders feel the pain | only programmers knowing logic

28,954 views

4 months ago

Programmings 360
Coding in 1980 vs Coding in 2025 🚀 | Then vs Now Programming Evolution

Step into the time machine of programming! ⏳ ‍ In this video, we compare coding in 1980 vs coding in 2025 — from punch ...

0:13
Coding in 1980 vs Coding in 2025 🚀 | Then vs Now Programming Evolution

4,307 views

5 months ago

SNACTHY SHORTS
Creating iron man helmet with python #ironturtle #trendpython #codingshorts

The source code below is also in comment box use it from there in pyroid 3 application for creating your own iron man Source ...

0:41
Creating iron man helmet with python #ironturtle #trendpython #codingshorts

44 views

2 years ago

RedzepTech | Siber Güvenlik & Yapay Zeka
1 Dakikada Veri Çekme 😱 #codingshorts #bilişim  #bilgiteknolojileri #miniproject #data

In this short video, I demonstrate a working project for scraping data from a server in just 1 minute. 🎯 What Will You Learn ...

0:23
1 Dakikada Veri Çekme 😱 #codingshorts #bilişim #bilgiteknolojileri #miniproject #data

323 views

5 months ago

SNACTHY SHORTS
Creating twiter logo with python turtle #elonmusktwiter #trutlepython #codingshorts

Creating twiter logo with python turtle Source code below:- from turtle import * Screen() turtlesize(1,1,1) bgcolor("#50abf1") ...

0:36
Creating twiter logo with python turtle #elonmusktwiter #trutlepython #codingshorts

74 views

2 years ago

Programmings 360
0s & 1s Explained in 30s ⚡| Binary Code Made Easy #shorts

Binary is the fundamental language of computers, based only on 0 and 1. Every image, video, game, or app you use is powered ...

0:31
0s & 1s Explained in 30s ⚡| Binary Code Made Easy #shorts

578,908 views

6 months ago

Programmings 360
When you try to run npm install in terminal or cmd | #programmers #coder #web #app # #programmerlife

Welcome to Programmings 360! Learn programming in seconds — perfect for busy coders, beginners, and tech lovers.

0:11
When you try to run npm install in terminal or cmd | #programmers #coder #web #app # #programmerlife

2,684 views

5 months ago

Programmings 360
If(){} Else{} vs Ternary? Operator:' ' | JS conditions 😍 #ifelse #operator #coding #programming

Welcome to Programmings 360! Learn programming in seconds — perfect for busy coders, beginners, and tech lovers.

0:05
If(){} Else{} vs Ternary? Operator:' ' | JS conditions 😍 #ifelse #operator #coding #programming

13,113 views

5 months ago

TutorialsArena - MCQs, Coding Interviews & More!
useRef Hook in ReactJS🔍 DOM Access Magic ✨#reactjs #shorts

🚀 useRef is not just for DOM manipulation — it also helps persist values across renders without triggering re-renders. Super ...

1:21
useRef Hook in ReactJS🔍 DOM Access Magic ✨#reactjs #shorts

154 views

9 months ago

Stories With Nic
81 Year Old Made THIS After Learning Coding #shorts #facts

81 Year Old Made THIS After Learning Coding ❤️I post shorts about the best, amazing and good viral news around the world ...

0:40
81 Year Old Made THIS After Learning Coding #shorts #facts

7,786 views

1 year ago

GitHub
How to Level Up Your Programming Game with GitHub Copilot 🚀

Do you want more from your GitHub Copilot? Get multiple coding suggestions with just a press of a key. "The mindset we carry is ...

0:20
How to Level Up Your Programming Game with GitHub Copilot 🚀

8,692 views

2 years ago

Programmings 360
manager who earn 10 times of your salary  #python #javascript #java #cpp #html #css #py #shorts

Welcome to Programmings 360! Learn programming in seconds — perfect for busy coders, beginners, and tech lovers.

0:20
manager who earn 10 times of your salary #python #javascript #java #cpp #html #css #py #shorts

45,862 views

5 months ago

BloxiCode ㋡
The BEST Python Library I tested. #python #coding #shorts

I recreated Windows 11 in Python using PyQt5! It has a taskbar, start menu, fake apps like Explorer, Notepad, Calculator… and ...

0:26
The BEST Python Library I tested. #python #coding #shorts

1,958 views

6 months ago

Programmings 360
coding and programming with phone no laptop or computer or desktop or excuse know only programmers

Welcome to Programmings 360! Learn programming in seconds — perfect for busy coders, beginners, and tech lovers.

0:16
coding and programming with phone no laptop or computer or desktop or excuse know only programmers

1,148 views

5 months ago

SNACTHY SHORTS
How to make Netflix logo with python #python #netflix #codingshorts

The below source code is also in comment box use it in pyroid 3 application for creating your own logo Source code below:- ...

0:37
How to make Netflix logo with python #python #netflix #codingshorts

234 views

2 years ago

Coding Technyks
Asynchronous Programming Explained with Pizza 🍕 | CodingTechnyks #coding

Ever wondered why your browser doesn't freeze while waiting for data? That's the magic of Asynchronous Programming From ...

1:00
Asynchronous Programming Explained with Pizza 🍕 | CodingTechnyks #coding

1,291 views

5 months ago

SNACTHY SHORTS
Create simple angry birds game with python #angrybirdgame #gamecoding #python #codingshorts

Download link for the above source code is in comment box below download and extract the file in the same folder to run the ...

1:00
Create simple angry birds game with python #angrybirdgame #gamecoding #python #codingshorts

123 views

2 years ago

Programmings 360
small project: made a calculator by some one adding numbers like 2 + 2 = 22 ☹️  | programmings360

Welcome to Programmings 360! Learn programming in seconds — perfect for busy coders, beginners, and tech lovers.

0:10
small project: made a calculator by some one adding numbers like 2 + 2 = 22 ☹️ | programmings360

8,963 views

5 months ago

Arunkumar Gudelli
Goodbye Endless C# "Ifs"  👋 | Hello C# 14 Null-Conditional Assignment #csharp #dotnet

Still writing endless if (obj != null) checks in your C# code? With C# 14 and .NET 10 Preview 3, you can use Null-Conditional ...

0:15
Goodbye Endless C# "Ifs" 👋 | Hello C# 14 Null-Conditional Assignment #csharp #dotnet

535 views

10 months ago