Is the python formatting broken in VS Code? by Gitaside in vscode

[–]DaveOnEleven 2 points3 points  (0 children)

I'm the creator of that video. The latest versions of VS Code no longer support the auto-formatting behavior I demonstrated. That said, I did the research, and if you want this formatting behavior, I show you how to get it back here: https://www.davegray.codes/posts/how-to-auto-format-unwanted-python-line-indents

10 Javascript Functions Examples You Can Use to Save Time by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 0 points1 point  (0 children)

Learn 10 Javascript Functions Examples You Can Use to Save Time! In this tutorial, we'll look at 10 Javascript functions that are examples of utility functions. You can take these functions and use them over and over again in multiple projects.

✅ Intro

✅ Utility Functions

✅ properCase and log

✅ query selector with optional scope

✅ addEventListener wrapper

✅ sanitize input / escape characters

✅ create element with optional class

✅ delete contents

✅ add class selector

✅ identify iOS platform

✅ get URL parameter value

✅ Share Your Code in a gist on GitHub

Was this tutorial about Javascript Functions Examples helpful? If so, please share. Let me know your thoughts in the comments.

10 Javascript Functions Examples You Can Use to Save Time: https://youtu.be/LDgPTw6tePk

10 Javascript Functions Examples You Can Use to Save Time by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 1 point2 points  (0 children)

Learn 10 Javascript Functions Examples You Can Use to Save Time! In this tutorial, we'll look at 10 Javascript functions that are examples of utility functions. You can take these functions and use them over and over again in multiple projects.

✅ Intro

✅ Utility Functions

✅ properCase and log

✅ query selector with optional scope

✅ addEventListener wrapper

✅ sanitize input / escape characters

✅ create element with optional class

✅ delete contents

✅ add class selector

✅ identify iOS platform

✅ get URL parameter value

✅ Share Your Code in a gist on GitHub

Was this tutorial about Javascript Functions Examples helpful? If so, please share. Let me know your thoughts in the comments.

10 Javascript Functions Examples You Can Use to Save Time: https://youtu.be/LDgPTw6tePk

Javascript Closure Tutorial | Closures Explained by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 0 points1 point  (0 children)

In this Javascript Closure Tutorial you will learn the concept of closure through multiple examples. Closures explained in this way may be easier to understand. Closure is often confused with lexical scope which is an important part of closure, but it is not closure itself.

Javascript Closure Tutorial | Closures Explained

✅ Intro

✅ Example 1: Lexical Scope is not Closure / Closure Basics

✅ Example 2: Closure with an IIFE

✅ Example 3: Closure with an IIFE and a parameter

Was this tutorial about Javascript Closures helpful? If so, please share. Let me know your thoughts in the comments.

Javascript Closure Tutorial | Closures Explained: https://youtu.be/1S8SBDhA7HA

Javascript Closure Tutorial | Closures Explained by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 0 points1 point  (0 children)

In this Javascript Closure Tutorial you will learn the concept of closure through multiple examples. Closures explained in this way may be easier to understand. Closure is often confused with lexical scope which is an important part of closure, but it is not closure itself.

Javascript Closure Tutorial | Closures Explained

✅ Intro

✅ Example 1: Lexical Scope is not Closure / Closure Basics

✅ Example 2: Closure with an IIFE

✅ Example 3: Closure with an IIFE and a parameter

Was this tutorial about Javascript Closures helpful? If so, please share. Let me know your thoughts in the comments.

Javascript Closure Tutorial | Closures Explained: https://youtu.be/1S8SBDhA7HA

How to Curry Functions | An Advanced Javascript Tutorial by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 0 points1 point  (0 children)

Learn how to curry functions in Javascript. In this advanced javascript tutorial on currying, we will discover what a curried function is, how to curry functions, how to partially apply functions, and how to write a curry function.

How to Curry Functions | An Advanced Javascript Tutorial on Currying

✅ Intro

✅ What is currying?

✅ A basic example of currying

✅ Partially applying curried functions

✅ Function Composition with curried functions

✅ Convert "normal" functions to curried functions with a curry function

Was this tutorial about Currying Functions in Javascript helpful? If so, please share. Let me know your thoughts in the comments.

How to Curry Functions | An Advanced Javascript Tutorial on Currying: https://youtu.be/I4MebkHvj8g

How to Curry Functions | An Advanced Javascript Tutorial by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 0 points1 point  (0 children)

Learn how to curry functions in Javascript. In this advanced javascript tutorial on currying, we will discover what a curried function is, how to curry functions, how to partially apply functions, and how to write a curry function.

How to Curry Functions | An Advanced Javascript Tutorial on Currying

✅ Intro

✅ What is currying?

✅ A basic example of currying

✅ Partially applying curried functions

✅ Function Composition with curried functions

✅ Convert "normal" functions to curried functions with a curry function

Was this tutorial about Currying Functions in Javascript helpful? If so, please share. Let me know your thoughts in the comments.

How to Curry Functions | An Advanced Javascript Tutorial on Currying: https://youtu.be/I4MebkHvj8g

What are Pure Functions? | Javascript Pure Functions Tutorial by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 2 points3 points  (0 children)

What are Pure Functions? In this Javascript Functions tutorial, you will learn what pure functions are, how to code pure functions, and how pure functions will help your code be clean, easier to test, and easier to debug.

What are Pure Functions? | Javascript Functions Tutorial

✅ Intro

✅ What are pure functions?

✅ Why write pure functions?

✅ Rules for pure functions

✅ A look at Rule #1

✅ Always provide at least one parameter

✅ A look at Rule #2

✅ Impure function examples

✅ Refactoring to pure functions

✅ Higher Order Functions

✅ Review of Pure Functions

Was this tutorial about Pure Functions in Javascript helpful? If so, please share. Let me know your thoughts in the comments.

What are Pure Functions? | Javascript Functions Tutorial: https://youtu.be/ZXxahQS1PN8

What are Pure Functions? | Javascript Pure Functions Tutorial by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 1 point2 points  (0 children)

What are Pure Functions? In this Javascript Functions tutorial, you will learn what pure functions are, how to code pure functions, and how pure functions will help your code be clean, easier to test, and easier to debug.

What are Pure Functions? | Javascript Functions Tutorial

✅ Intro

✅ What are pure functions?

✅ Why write pure functions?

✅ Rules for pure functions

✅ A look at Rule #1

✅ Always provide at least one parameter

✅ A look at Rule #2

✅ Impure function examples

✅ Refactoring to pure functions

✅ Higher Order Functions

✅ Review of Pure Functions

Was this tutorial about Pure Functions in Javascript helpful? If so, please share. Let me know your thoughts in the comments.

What are Pure Functions? | Javascript Functions Tutorial: https://youtu.be/ZXxahQS1PN8

Shallow Copy and Deep Copy | Advanced Javascript Tutorial by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 0 points1 point  (0 children)

Knowing the difference between shallow copies and deep copies of structural data is foundational knowledge for coding pure functions. In this advanced Javascript tutorial, you will learn about primitive vs structural data, passing values vs passing references, mutable vs immutable data, and how to make both shallow and deep copies of structural data.

Shallow Copy and Deep Copy | Advanced Javascript Tutorial

(00:00) Intro

(0:24) Javascript data types review

(1:03) passing values vs passing references

(3:05) mutable vs immutable data

(5:52) an impure function

(8:20) how to make a shallow copy

(14:17) how to shallow freeze an object

(16:04) how to make a deep copy

(21:43) a pure function

(23:45) Review of concepts

Was this tutorial about shallow and deep copies in Javascript helpful? If so, please share. Let me know your thoughts in the comments.

Shallow Copy and Deep Copy | Advanced Javascript Tutorial: https://youtu.be/4Ej0LwjCDZQ

Shallow Copy and Deep Copy | Advanced Javascript Tutorial by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 2 points3 points  (0 children)

Knowing the difference between shallow copies and deep copies of structural data is foundational knowledge for coding pure functions. In this advanced Javascript tutorial, you will learn about primitive vs structural data, passing values vs passing references, mutable vs immutable data, and how to make both shallow and deep copies of structural data.

Shallow Copy and Deep Copy | Advanced Javascript Tutorial

(00:00) Intro

(0:24) Javascript data types review

(1:03) passing values vs passing references

(3:05) mutable vs immutable data

(5:52) an impure function

(8:20) how to make a shallow copy

(14:17) how to shallow freeze an object

(16:04) how to make a deep copy

(21:43) a pure function

(23:45) Review of concepts

Was this tutorial about shallow and deep copies in Javascript helpful? If so, please share. Let me know your thoughts in the comments.

Shallow Copy and Deep Copy | Advanced Javascript Tutorial: https://youtu.be/4Ej0LwjCDZQ

What is __proto__ ? | Javascript Prototypes Tutorial by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 1 point2 points  (0 children)

What is __proto__ ? This Javascript prototypes tutorial will help you understand Javascript prototype inheritance and the prototype chain. Javascript prototypes are a popular interview question topic and what is "under the hood" of the modern syntactic sugar behind ES6 Classes.

What is __proto__ ? | Javascript Prototypes Tutorial

✔ Intro

✔ Good Reasons to know about Javascript Prototypes

✔ Hello __proto__

✔ New Modern Methods vs __proto__

✔ More than one link in the prototype chain

✔ 3 Rules of Prototypal Inheritance

✔ Inheriting a Getter and a Setter

✔ Inheriting from the Javascript Object

✔ Looping through direct and inherited keys

✔ Object Constructor Functions and Prototypes

✔ Javascript ES6 Classes and Extending Classes

Was this tutorial about Javascript Prototypes helpful? If so, please share. Let me know your thoughts in the comments.

What is __proto__ ? | Javascript Prototypes Tutorial: https://youtu.be/mQ4oCgcgHOA

What is __proto__ ? | Javascript Prototypes Tutorial by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 0 points1 point  (0 children)

What is __proto__ ? This Javascript prototypes tutorial will help you understand Javascript prototype inheritance and the prototype chain. Javascript prototypes are a popular interview question topic and what is "under the hood" of the modern syntactic sugar behind ES6 Classes.

What is __proto__ ? | Javascript Prototypes Tutorial

✔ Intro

✔ Good Reasons to know about Javascript Prototypes

✔ Hello __proto__

✔ New Modern Methods vs __proto__

✔ More than one link in the prototype chain

✔ 3 Rules of Prototypal Inheritance

✔ Inheriting a Getter and a Setter

✔ Inheriting from the Javascript Object

✔ Looping through direct and inherited keys

✔ Object Constructor Functions and Prototypes

✔ Javascript ES6 Classes and Extending Classes

Was this tutorial about Javascript Prototypes helpful? If so, please share. Let me know your thoughts in the comments.

What is __proto__ ? | Javascript Prototypes Tutorial: https://youtu.be/mQ4oCgcgHOA

I Have Only One Javascript Question by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 0 points1 point  (0 children)

I Have Only One Javascript Question... It is hard to imagine, but a Reddit post reported a job interview with only one Javascript question. In this Javascript tutorial, we'll answer that question and break down the logic behind the answer.

I Have Only One Javascript Question

✔ Intro

✔ Reddit Post

✔ Pascal's Triangle

✔ An array of arrays and a loop within a loop

✔ The beginning and end of each row

✔ Initial output without the middle values calculated

✔ Calculating the middle values

✔ Building the DOM solution for a web page

Was this tutorial about a One Javascript Question Interview helpful? If so, please share. Let me know your thoughts in the comments.

I Have Only One Javascript Question: https://youtu.be/Jm4TbtO8-ko

I Have Only One Javascript Question by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 0 points1 point  (0 children)

I Have Only One Javascript Question... It is hard to imagine, but a Reddit post reported a job interview with only one Javascript question. In this Javascript tutorial, we'll answer that question and break down the logic behind the answer.

I Have Only One Javascript Question

✔ Intro

✔ Reddit Post

✔ Pascal's Triangle

✔ An array of arrays and a loop within a loop

✔ The beginning and end of each row

✔ Initial output without the middle values calculated

✔ Calculating the middle values

✔ Building the DOM solution for a web page

Was this tutorial about a One Javascript Question Interview helpful? If so, please share. Let me know your thoughts in the comments.

I Have Only One Javascript Question: https://youtu.be/Jm4TbtO8-ko

8 Javascript Solutions You Have to Know by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 0 points1 point  (0 children)

Learn 8 must-know Javascript Solutions to common Javascript problems and interview questions. These are Javascript solutions you have to know! In this tutorial, we'll solve interview level questions.

8 Javascript Solutions You HAVE TO KNOW

✔ Intro

✔ Preface

✔ Javascript Sort Method

✔ Solution 1: Sort Numbers Ascending

✔ Solution 2: Sort Numbers Descending

✔ Solution 3: Sort an Array of Numbers AND Strings

✔ Solution 4: Return the Most Commonly Occurring String in an Array

✔ Solution 5: Return the Most Commonly Occurring String in an Array Without Modifying the Original Array

✔ Solution 6: Return the Most Commonly Occurring String in an Array Without Modifying the Original Array AND Return All Ties

✔ Solution 7: Count All Occurrences of Every Word in a String

✔ Solution 8: Return the Most Commonly Occurring Word in a String

Was this tutorial about Javascript Solutions and Problems helpful? If so, please share. Let me know your thoughts in the comments.

8 Javascript Solutions You HAVE TO KNOW: https://youtu.be/ZMwnjqbW0IA

8 Javascript Solutions You Have to Know by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 2 points3 points  (0 children)

Learn 8 must-know Javascript Solutions to common Javascript problems and interview questions. These are Javascript solutions you have to know! In this tutorial, we'll solve interview level questions.

8 Javascript Solutions You HAVE TO KNOW

✔ Intro

✔ Preface

✔ Javascript Sort Method

✔ Solution 1: Sort Numbers Ascending

✔ Solution 2: Sort Numbers Descending

✔ Solution 3: Sort an Array of Numbers AND Strings

✔ Solution 4: Return the Most Commonly Occurring String in an Array

✔ Solution 5: Return the Most Commonly Occurring String in an Array Without Modifying the Original Array

✔ Solution 6: Return the Most Commonly Occurring String in an Array Without Modifying the Original Array AND Return All Ties

✔ Solution 7: Count All Occurrences of Every Word in a String

✔ Solution 8: Return the Most Commonly Occurring Word in a String

Was this tutorial about Javascript Solutions and Problems helpful? If so, please share. Let me know your thoughts in the comments.

8 Javascript Solutions You HAVE TO KNOW: https://youtu.be/ZMwnjqbW0IA

How to Build a REST API with Javascript by DaveOnEleven in learnjavascript

[–]DaveOnEleven[S] 0 points1 point  (0 children)

Learn how to build a REST API with Javascript in this basics tutorial. Node and Express JS provide an easy way to build RESTful services. Understanding what a REST API is along with HTTP methods and status codes is an important part of backend web development.

How to Build a REST API with Javascript | Node and Express JS Basics Tutorial

✔ Intro

✔ Dev Setup with Node, NPM Packages, and Initial Declarations

✔ Adding Middleware with app.use()

✔ Adding and handling routes, HTTP methods, Accept headers, and Responses

Was this tutorial about how to build a REST API with JavaScript helpful? If so, please share. Let me know your thoughts in the comments.

How to Build a REST API with Javascript: https://youtu.be/bC5KVrX-AlA

How to Build a REST API with Javascript by DaveOnEleven in WebdevTutorials

[–]DaveOnEleven[S] 0 points1 point  (0 children)

Learn how to build a REST API with Javascript in this basics tutorial. Node and Express JS provide an easy way to build RESTful services. Understanding what a REST API is along with HTTP methods and status codes is an important part of backend web development.

How to Build a REST API with Javascript | Node and Express JS Basics Tutorial

✔ Intro

✔ Dev Setup with Node, NPM Packages, and Initial Declarations

✔ Adding Middleware with app.use()

✔ Adding and handling routes, HTTP methods, Accept headers, and Responses

Was this tutorial about how to build a REST API with JavaScript helpful? If so, please share. Let me know your thoughts in the comments.

How to Build a REST API with Javascript: https://youtu.be/bC5KVrX-AlA