Public Links

598 bookmarks
Custom sorting
A quick-and-dirty guide on how to install packages for Python
A quick-and-dirty guide on how to install packages for Python
When people start learning Python, they often will come across a package they want to try and it will usually start with "just pip install it!" The problem with that advice is it's a very simplistic view of how to manage packages and can actually lead to problems down the
·snarky.ca·
A quick-and-dirty guide on how to install packages for Python
The React Cheatsheet for 2020 ? ( real-world examples)
The React Cheatsheet for 2020 ? ( real-world examples)
I've put together for you an entire visual cheatsheet of all of the concepts and skills you need to master React in 2020. But don't let the label 'cheatsheet' fool you. This is more than a mere summary of React's features. My aim here was to clearly and concisely put
·freecodecamp.org·
The React Cheatsheet for 2020 ? ( real-world examples)
npm vs npx — What’s the Difference?
npm vs npx — What’s the Difference?
If you’ve ever used Node.js, then you must have used npm for sure. npm (node package manager) is the dependency/package manager you get out of the box when you install Node.js. It provides a way for developers to install packages both globally and locally. Sometimes you
·freecodecamp.org·
npm vs npx — What’s the Difference?
The Differences Between forEach() and map() that Every Developer Should Kno
The Differences Between forEach() and map() that Every Developer Should Kno
JavaScript has some handy methods which help us iterate through our arrays. The two most commonly used for iteration are Array.prototype.map() and Array.prototype.forEach(). But I think that they remain a little bit unclear, especially for a beginner. Because they both do an iteration and output something.
·freecodecamp.org·
The Differences Between forEach() and map() that Every Developer Should Kno
Ninite - Install or Update Multiple Apps at Once
Ninite - Install or Update Multiple Apps at Once
The easiest, fastest way to update or install software. Ninite downloads and installs programs automatically in the background.
·ninite.com·
Ninite - Install or Update Multiple Apps at Once
Getting Started - Ant Design
Getting Started - Ant Design
Ant Design React is dedicated to providing a good development experience for programmers. Before starting, it is recommended to learn React and ES2015 first, and correctly install and configure Node.js v8 or above.
·ant.design·
Getting Started - Ant Design
Customization | Buefy
Customization | Buefy
If you're familiar with Sass and want to customize Buefy with your own theme, follow these steps
·buefy.org·
Customization | Buefy
Docker ile GUI Uygulamaları Çalıştırmak - Peptr Blog
Docker ile GUI Uygulamaları Çalıştırmak - Peptr Blog
Docker ile sadece servisler ve konsol uygulamaları çalıştırılabildiğini düşünüyorsanız yanılıyorsunuz. Gelin bir masaüstü uygulamasını Docker ile nasıl çalıştırılır hep birlikte öğrenelim!
·blog.peptr.net·
Docker ile GUI Uygulamaları Çalıştırmak - Peptr Blog