Tag Programming

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

- 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 29

- 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 66

- 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 20

- 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 27

- 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 4

- 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 16

- 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 12

- 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 37

- 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 35

- 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 13

- 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 24

- 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 4

- 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 23

- 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 10

- 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 30

- 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 10

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

WTF is an Abstract Syntax Tree?

Potential interview question: What is an Abstract Syntax Tree

0 0 25

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

Python in 100 Seconds

Python is arguably the world's most popular programming language. It is easy to learn, yet suitable in professional software like web applications, data science, and server-side scripts.

0 0 14

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

PHP in 100 Seconds

PHP Hypertext Preprocessor is a scripting language for building dynamic websites on the server. It remains one of the most popular programming languages in the world, powering tools like Wordpress, La

0 0 12

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

Dart in 100 Seconds

Dart is high-productivity statically-typed programming language capable of targeting multiple platforms. It's used by Flutter to produce fast client apps with an awesome developer experience.

0 0 21

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

Rust in 100 Seconds

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) h

0 0 31