Tag Programming
Tìm kiếm bài viết trong Tag Programming
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 27
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 11
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 26
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 13
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
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
WTF is an Abstract Syntax Tree?
Potential interview question: What is an Abstract Syntax Tree
0 0 27
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 16
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 14
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 23
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 36
Go in 100 Seconds
Learn the basics of the Go Programming Language. Go (not Golang) was developed at Google as a modern version of C for high-performance server-side applications.
0 0 17
Ai cũng có thể lập trình : hướng dẫn tự làm một bảng thông tin cho bản thân
Năm 2020, Google và các công ty công nghệ ở thung lũng Silicon cho nhân viên làm việc ở nhà, tôi có thêm những khoảng thời gian để suy nghĩ, tham gia các hoạt động về dạy và học lập trình vì không…
0 0 50
God Tier HTML Programming
Learn how to use Emmet to write HTML code faster in VS Code https://docs.emmet.io/cheat-sheet/. .
0 0 31
Closures Explained in 100 Seconds // Tricky JavaScript Interview Prep
What is a JavaScript Closure? Learn the how closures allow functions to "remember" outside their local scope https://fireship.io/tags/javascript/. . #js #programming #100SecondsOfCode.
0 0 29
25 VS Code Productivity Tips and Speed Hacks
Learn 25 VS Code tips and tricks that will help you write code faster. Try out awesome new features and extensions that turn your editor into a full-blown IDE. https://fireship.io/pro.
0 0 55
Async Await try-catch hell
Async Await is heaven... until error handling comes into play. Learn how to avoid try/catch hell when writing async JavaScript code
0 0 76
Tìm hiểu về Dotfiles
Đã bao giờ vào 1 ngày đẹp trời, máy tính của chúng ta bỗng tự nhiên lăn đùng ra chết. Và sau đó ta phải cài lại 1 hệ điều hành mới, toàn bộ phần mềm, setting cho các chương trình cũ đều bị mất? Chúng
0 0 45
"this" trong JavaScript
Bài viết gốc: https://manhhomienbienthuy.bitbucket.io/2016/Mar/28/understanding-and-mastering-javascripts-this-keyword.html.
0 0 33
Quy hoạch động - một thuật toán thần thánh
. Bài viết gốc: https://manhhomienbienthuy.bitbucket.io/2017/Aug/24/algorithm-dynamic-programming.html (đã xin phép tác giả ).
0 0 54