Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
The original address: github.com/donnemartin/system-design-primer translation from: nuggets plan translator: XatMassacrE, L9m, Airmacho, Xiaoyusilen, Jifaxu please stay tuned to the Chinese maintenance link for the latest...
Many developers use CSS to design color codes and scales, selecting colors from some online palette. However, it's not everyone's favorite tool. The good news...
In this article, you'll explore the PhpFastCache library to implement caching capabilities for your PHP applications. The caching function can improve the overall performance of...
Hey! If you've used Vue. Js, Ember, or MobX, I'm sure you've been stumped by calculated attributes. Computed attributes allow you to create functions that...
In my view, this series of articles on Composing Software details how to learn functional programming and Composing Software techniques from the ground up in...
This article is part of the "JavaScript Linear Algebra" tutorial. Vectors are methods used to accurately represent directions in space. A vector consists of a...
As the need for robust, interactive web interfaces grows, many developers are embracing responsive programming specifications. Before we start implementing our own responsive engine, let's...
Choosing a JavaScript development framework for a Web application can be tricky. Angular and React are very popular these days, and the latest upstart VueJS...
IOS /macOS is really fun. You can gain knowledge in many fields! You'll probably know about graphics techniques like Bezier or 3D transformations. You also...
I'm going to introduce a couple of great libraries from a developer's perspective. They can satisfy most of the features of your back-end application. Decorator...
First, assume that you dabble in functional programming. It won't take you long to understand the concept of pure functions. As you dig deeper, functional...
Hi guys, today I'm going to talk about 10 JavaScript concepts that every developer should know. Let's get started...... Arrow function expressions are another way...