Learn Python by doing fun interactive exercises
A fun exercise heavy approach to learning modern Python from scratch
https://epicpython.com/
@devmisc
#python #learn #tutorial
A fun exercise heavy approach to learning modern Python from scratch
https://epicpython.com/
@devmisc
#python #learn #tutorial
Set Up a VPN Server With Docker In 5 Minutes
In this post, we will examine a method for creating your own OpenVPN server with Docker...
https://medium.com/@gurayy/set-up-a-vpn-server-with-docker-in-5-minutes
@DevMisc
#tutorial #docker #openvpn
In this post, we will examine a method for creating your own OpenVPN server with Docker...
https://medium.com/@gurayy/set-up-a-vpn-server-with-docker-in-5-minutes
@DevMisc
#tutorial #docker #openvpn
The Docker Container Lifecycle
Learn how a Container works based on its Lifecycle state and the Docker cli commands to manage them effectively.
https://dev.to/alubhorta/the-docker-container-lifecycle-docker-made-easy-3
@DevMisc
#docker #tutorial #devops
Learn how a Container works based on its Lifecycle state and the Docker cli commands to manage them effectively.
https://dev.to/alubhorta/the-docker-container-lifecycle-docker-made-easy-3
@DevMisc
#docker #tutorial #devops
Regular Expressions Clearly Explained with Examples
Regular expression is not a library nor is it a programming language. Instead, regular expression is a sequence of characters that specifies a search pattern in any given text...
https://towardsdatascience.com/regular-expressions-clearly-explained-with-examples
@DevMisc
#regexp #tutorial #beginner
Regular expression is not a library nor is it a programming language. Instead, regular expression is a sequence of characters that specifies a search pattern in any given text...
https://towardsdatascience.com/regular-expressions-clearly-explained-with-examples
@DevMisc
#regexp #tutorial #beginner
5chan - How to write a 4chan clone in Go and NextJS
4chan is a simple image-based bulletin board where anyone can post comments and share images...
https://dev.to/100lvlmaster/5chan-the-4chan-clone-1n7p
@DevMisc
#tutorial #golang #nextjs
4chan is a simple image-based bulletin board where anyone can post comments and share images...
https://dev.to/100lvlmaster/5chan-the-4chan-clone-1n7p
@DevMisc
#tutorial #golang #nextjs
Version Control Without Git
A conceptual model is an explanation, usually highly simplified, of how something works. It doesn’t have to be complete or even accurate as long as it is useful.
https://itoshkov.github.io/git-tutorial
@DevMisc
#git #tutorial #overview
A conceptual model is an explanation, usually highly simplified, of how something works. It doesn’t have to be complete or even accurate as long as it is useful.
https://itoshkov.github.io/git-tutorial
@DevMisc
#git #tutorial #overview
GIT PURR!
Git Commands Explained with Cats
https://girliemac.com/blog/2017/12/26/git-purr/
@DevMisc
#git #tutorial #overview
Git Commands Explained with Cats
https://girliemac.com/blog/2017/12/26/git-purr/
@DevMisc
#git #tutorial #overview
Writing an OS in Rust 🦀
This blog series creates a small operating system in the Rust programming language.
https://os.phil-opp.com/
#rust #tutorial #lowlevel
This blog series creates a small operating system in the Rust programming language.
https://os.phil-opp.com/
#rust #tutorial #lowlevel
Learn Javascript Reduce method with 10 examples
The reduce method applies a function to every item of an array and accumulates the result iteratively...
https://dev.to/ramgendeploy/learn-javascript-reduce-method-with-5-examples-128n
@DevMisc
#javascript #nodejs #tutorial
The reduce method applies a function to every item of an array and accumulates the result iteratively...
https://dev.to/ramgendeploy/learn-javascript-reduce-method-with-5-examples-128n
@DevMisc
#javascript #nodejs #tutorial
Learn Web Scraping with Node.js and ScrapingAnt in 5 Minutes
Data scraping or web scraping is a form of extracting information from a website or app...
https://javascript.plainenglish.io/web-scraping-with-nodejs-and-javascript
@DevMisc
#tutorial #nodejs #javascript
Data scraping or web scraping is a form of extracting information from a website or app...
https://javascript.plainenglish.io/web-scraping-with-nodejs-and-javascript
@DevMisc
#tutorial #nodejs #javascript
A Beginner’s Guide to Vim
An introduction to the command line text editor, and a few helpful tips to get you started.
https://lucymarmitchell.medium.com/a-beginners-guide-to-vim
@DevMisc
#editor #vim #tutorial
An introduction to the command line text editor, and a few helpful tips to get you started.
https://lucymarmitchell.medium.com/a-beginners-guide-to-vim
@DevMisc
#editor #vim #tutorial
Adding the daily DevCard to your GitHub profile
And in this article, we’ll show you how you can leverage his amazing GitHub action to showcase your DevCard on your GitHub profile as well.
https://daily.dev/blog/adding-the-daily-devcard-to-your-github-profile
@DevMisc
#github #devcard #tutorial
And in this article, we’ll show you how you can leverage his amazing GitHub action to showcase your DevCard on your GitHub profile as well.
https://daily.dev/blog/adding-the-daily-devcard-to-your-github-profile
@DevMisc
#github #devcard #tutorial
7 Reasons You Should Learn JavaScript + 5 Best Free JavaScript Resources
In September 1995, Brendan Eich, a Netscape programmer, created a language called Mocha in 10 days...
https://dev.to/ashutoshmishra/7-reasons-you-should-learn-javascript
@DevMisc
#javascript #tutorial #webdev
In September 1995, Brendan Eich, a Netscape programmer, created a language called Mocha in 10 days...
https://dev.to/ashutoshmishra/7-reasons-you-should-learn-javascript
@DevMisc
#javascript #tutorial #webdev
Understanding all of Python, through its builtins
Python as a language is comparatively simple. And I believe, that you can learn quite a lot about Python and its features...
https://sadh.life/post/builtins/
@DevMisc
#python #deepdive #tutorial
Python as a language is comparatively simple. And I believe, that you can learn quite a lot about Python and its features...
https://sadh.life/post/builtins/
@DevMisc
#python #deepdive #tutorial
Implementing factory pattern GO
In GO, there isn’t such thing as the Constructor, instead, you initialize a struct directly by providing a value for each one of its fields...
https://medium.com/@ovargas/implementing-factory-pattern-go
@DevMisc
#golang #tutorial #go
In GO, there isn’t such thing as the Constructor, instead, you initialize a struct directly by providing a value for each one of its fields...
https://medium.com/@ovargas/implementing-factory-pattern-go
@DevMisc
#golang #tutorial #go
I made Squid Game with JavaScript
A really simple version of Red Light Green Light game from Squid Game with JavaScript and THREE.JS
https://dev.to/0shuvo0/i-made-squid-game-with-javascript
@DevMisc
#3d #javascript #tutorial
A really simple version of Red Light Green Light game from Squid Game with JavaScript and THREE.JS
https://dev.to/0shuvo0/i-made-squid-game-with-javascript
@DevMisc
#3d #javascript #tutorial