Tag Programming
Tìm kiếm bài viết trong Tag Programming
100+ Computer Science Concepts Explained
Learn the fundamentals of Computer Science with a quick breakdown of jargon that every software engineer should know. Over 100 technical concepts from the CS curriculum are explained to provide a foun
0 0 43
Perl in 100 Seconds
Perl is a dynamic scripting language popular among system administrators and web developers. It is syntactically similar to the C Programming Language, but designed for efficient text processing tasks
0 0 36
React for the Haters in 100 Seconds
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. .
0 0 32
Assembly Language in 100 Seconds
Assembly is the lowest level human-readable programming language. Today, it is used for precise control over the CPU and memory on the bare metal hardware of a computer.
0 0 43
Elixir in 100 Seconds
Elixir is a dynamic functional programming language built on top of the Erlang BEAM virtual machine. It is excels at building concurrent fault-tolerant applications at scale. . Resources.
0 0 30
I built 10 web apps... with 10 different languages
Which serverside web framework is the best? To find out, I built the same app 10 times with 10 different programming languages.. Learn the fundamentals of fullstack web development by comparing MVC fr
0 0 38
Java for the Haters in 100 Seconds
Java is one of the most successful and most dreaded technologies in the computer science world. Let's roast this powerful open-source programming language to find out why it has so many haters.
0 0 35
my code works… why?
the psychological process of debugging your code. . #programming #comedy #shorts
0 0 41
Binary Search Algorithm in 100 Seconds
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. . Resources.
0 0 35
Time… a programmer's worst enemy // The Code Report
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 per
0 0 29
10 Design Patterns Explained in 10 Minutes
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 htt
0 0 37
Unity in 100 Seconds
Build your first video game in 100 seconds with the Unity Game Engine. It is a powerful tool that simplifies the way developers create 2D and 3D video games with the C# programming language.
0 0 31
Lua in 100 Seconds
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 pe
0 0 50
How to Learn to Code - 8 Hard Truths
Learning to code can open many doors in life, but it's NOT easy and NOT for everybody. Let's take a look at 8 different techniques supported by science that can help you become a programmer faster.
0 0 43
C++ in 100 Seconds
C++ or C-plus-plus or Cpp is an extremely popular object-oriented programming language. Created in 1979, today it powers game engines, databases, compilers, embedded systems, desktop software, and muc
0 0 78
Ruby in 100 Seconds
Ruby is a dynamic programming language most well-know for powering the Ruby on Rails fullstack web framework. Learn why developers love the simple object-oriented code produced by the Ruby language.
0 0 30
I created a Command Line Game for you // 5-Minute Node.js CLI Project
Building your own Command Line Interface (CLI) is easier than you might think with Node.js.
0 0 41
JavaScript in 100 Seconds
JavaScript is the the programming language that built the web. Learn how it evolved into a powerful tool for building websites, servers with Node.
0 0 10
Is Redis the ONLY database you need? // Fullstack app from scratch with Next.js & Redis
You probably know Redis as an ultrafast in-memory database, but can it also be used as your primary app database? This tutorial will teach you how to build a fullstack app from scratch with Redis and
0 0 23
Brainf**k in 100 Seconds
Brainfuck is a minimal esoteric programming language. It provides a 30K 8-bit array that can be modified with 8 different characters. . Resources.
0 0 24
r u even turing complete?
What does it mean to be Turing Complete? Is HTML & CSS Turing Complete
0 0 51