javascript-programming-full-course

JavaScript Programming – Full Course

Learn JavaScript from scratch by solving over a hundred different coding challenges. Go here for the interactive browser version: https://scrimba.com/learn/learnjavascript ?? Code ?? Two versions: ? Interactive version: https://scrimba.com/learn/learnjavascript ? GitHub repo: https://github.com/scrimba/learn-javascript ?? Created by Per Harald Borgen. Per on Twitter: https://twitter.com/perborgen Read moreWhat is the difference between shared & dedicated hosting?00:00 Intro 03:41…

Read More
you-are-not-the-software-you-run-shorts

You Are NOT The Software You Run! (#shorts)

In this YouTube #shorts video (shot in landscape mode like a normal person), I discuss a serious mental disorder that too many people suffer from–identifying with their software. WANT TO SUPPORT THE CHANNEL? ? Patreon: https://www.patreon.com/distrotube ? Paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=derek%40distrotube%2ecom&lc=US&item_name=DistroTube&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest ?? Amazon: https://amzn.to/2RotFFi ? Teespring: https://teespring.com/stores/distrotube DONATE CRYPTO: ? Bitcoin: 1Mp6ebz5bNcjNFW7XWHVht36SkiLoxPKoX ? Dogecoin: D5fpRD1JRoBFPDXSBocRTp8W9uKzfwLFAu ? LBC:…

Read More
transform-words-into-pretty-symbols-in-emacs

Transform Words Into Pretty Symbols In Emacs

Emacs has a really neat mode built into it called prettify-symbols-mode. You add a block of code into your Emacs config listing words and corresponding symbols. Anytime you type one of the words, Emacs replaces with the symbol or emoji that you specify. REFERENCED: ? https://www.reddit.com/r/emacs/comments/o04it0/share_your_prettifysymbolsalist/ WANT TO SUPPORT THE CHANNEL? ? Patreon: https://www.patreon.com/distrotube ?…

Read More
redcore-linux-makes-gentoo-user-friendly

Redcore Linux Makes Gentoo User Friendly

Redcore Linux is a distribution based on Gentoo but aims to provide a user-friendly installation. Redcore targets the casual Linux user but is also appropriate for power users. It comes with KDE Plasma and a nice suite of programs including gaming, multimedia and office software. REFERENCED: ? https://redcorelinux.org/news/redcore-linux-hardened-2101-orion-stable WANT TO SUPPORT THE CHANNEL? ? Patreon:…

Read More
hows-my-snap-faring-on-different-distributions

How’s my snap faring on different distributions?

The life of an application can roughly be divided into two: everything that happens before it goes live – building, packaging, publication – and then, everything that happens after that milestone. Traditionally, on Linux, developers didn’t always have an easy way of deriving useful numbers on how their software was doing across the distrospace. Indeed,…

Read More
weekly-news-for-designers-597

Weekly News for Designers ? 597

Patttterns – Browse this catalog of interaction design patterns. Don’t use custom CSS mouse cursors – Why custom cursors are bad for the usability of your website. Read moreInstalling and Configuring your OnApp CloudThumbnail Hover Effect with SVG Filters – Learn the secrets behind a simple thumbnail hover effect with an SVG filter distortion. Fabius…

Read More
burp-suite

burp suite

Learn the basics of burpsuite. Start using Burp with web applications. Menu: What is Burp Suite is designed to do: 0:00 Introduction: 0:35 Versions of Burp Suite: 1:12 How does Burp Suite fit into Kali Tools: 2:04 Lab Demo: 4:39 What are we doing? 5:20 Start BurpSuite: 5:45 GUI: Lots of stuff! 8:28 Where to…

Read More
understanding-sorting-algorithms

Understanding Sorting Algorithms

Learn some of the most popular sorting algorithms! You will learn selection sort, bubble sort, insertion sort, merge sort, and their order of complexities! This video uses C++ but the concepts apply to any programming language. ?? This course was created by Haris Iftikhar. ? Coding Cleverly YouTube Channel: https://www.youtube.com/codingcleverly ? Coding Cleverly Twitter: https://twitter.com/codingcleverly…

Read More
fastify-crash-course-node-js-framework

Fastify Crash Course | Node.js Framework

Fastify is a “fast” Node.js framework. In this video, we will build a REST API with validation schemas and swagger documentation Code: https://github.com/bradtraversy/fastify-crash-course Website & Docs: https://www.fastify.io/ Read moreWhat is the difference between shared & dedicated hosting?Article: Fastify vs. Express https://medium.com/@onufrienkos/express-vs-fastify-performance-4dd5d73e08e2 Latest Udemy Courses: https://traversymedia.com? ? Support The Channel! http://www.patreon.com/traversymedia Read moreKeyword Density: How Much…

Read More
basic-dhcp-concepts

Basic DHCP concepts

Let’s step back and take a very basic look at DHCP. In fact, let’s look at the analogy of assigning a street address to your house. Usually, this is done by the local 911 dispatch office, or some other central authority. They typically use either a survey map or a latitude, longitude pair to locate…

Read More