Tag Programming

Tìm kiếm bài viết trong Tag Programming

- vừa được xem lúc

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 32

- vừa được xem lúc

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 26

- vừa được xem lúc

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 32

- vừa được xem lúc

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 22

- vừa được xem lúc

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 47

- vừa được xem lúc

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 38

- vừa được xem lúc

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 74

- vừa được xem lúc

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 28

- vừa được xem lúc

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 39

- vừa được xem lúc

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 6

- vừa được xem lúc

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 18

- vừa được xem lúc

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 19

- vừa được xem lúc

r u even turing complete?

What does it mean to be Turing Complete? Is HTML & CSS Turing Complete

0 0 47

- vừa được xem lúc

C# in 100 Seconds

C# or C-Sharp is the programming language behind .NET (dotnet) and the Unity framework.

0 0 45

- vừa được xem lúc

HTML in 100 Seconds

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.

0 0 15

- vừa được xem lúc

Haskell in 100 Seconds

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.

0 0 29

- vừa được xem lúc

Swift in 100 Seconds

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. . Resources.

0 0 14

- vừa được xem lúc

WTF is a Bézier Curve?

What is a Bézier curve? Programmers use them everyday for graphic design, animation timing, SVG, and more. . Animated Bézier https://www.jasondavies.

0 0 27

- vừa được xem lúc

C in 100 Seconds

The C Programming Language is quite possibly the most influential language of all time. It powers OS kernels like Linux, Windows, and Mac and many other low-level systems.

0 0 14

- vừa được xem lúc

Kotlin in 100 Seconds

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 mobi

0 0 32

- vừa được xem lúc

Java in 100 Seconds

Java is a programming language famous for its ability to compile to platform-independent bytecode. It powers enterprise web apps, big data pipelines, and android mobile apps. . Resources.

0 0 13