DEV Community

Johnny Simpson profile picture

Johnny Simpson

Daily dev tips from fjolt.com - Regular tips to help you improve your development skills.

Education

UCL

v-show vs v-if: Conditional Rendering in Vue

v-show vs v-if: Conditional Rendering in Vue

6
Comments
2 min read

Want to connect with Johnny Simpson?

Create an account to connect with Johnny Simpson. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Checking if a value is a number in Javascript with isNaN()

Checking if a value is a number in Javascript with isNaN()

9
Comments 6
4 min read
Javascript Arrays - How to Remove Duplicate Elements

Javascript Arrays - How to Remove Duplicate Elements

2
Comments
1 min read
Javascript Arrays

Javascript Arrays

2
Comments
4 min read
Javascript toLowerCase() - Convert Strings to Lowercase

Javascript toLowerCase() - Convert Strings to Lowercase

2
Comments
1 min read
How to Check if Object is Empty in JavaScript

How to Check if Object is Empty in JavaScript

5
Comments 3
2 min read
Javascript Promise.all() - Everything you need to know

Javascript Promise.all() - Everything you need to know

3
Comments 1
3 min read
Javascript innerHTML

Javascript innerHTML

2
Comments
2 min read
Centering Elements in CSS with Tailwind

Centering Elements in CSS with Tailwind

4
Comments
2 min read
Getting Started with Redis and Node.JS

Getting Started with Redis and Node.JS

4
Comments
2 min read
Javascript Array Some Method

Javascript Array Some Method

1
Comments
2 min read
Javascript: Check if an Array is a Subset of Another Array

Javascript: Check if an Array is a Subset of Another Array

24
Comments 5
1 min read
Javascript Array Every Method

Javascript Array Every Method

17
Comments
3 min read
Creating and Generating UUIDs with Javascript

Creating and Generating UUIDs with Javascript

12
Comments 1
3 min read
Javascript Array Concat Method

Javascript Array Concat Method

5
Comments
3 min read
Javascript Immediately invoked function expressions (IIFE)

Javascript Immediately invoked function expressions (IIFE)

12
Comments
2 min read
Javascript loops: for vs forEach vs for.. in vs for.. of

Javascript loops: for vs forEach vs for.. in vs for.. of

28
Comments 1
4 min read
Removing the last element of an array in Javascript

Removing the last element of an array in Javascript

8
Comments 1
2 min read
Javascript Ordinals: Adding st, nd, rd and th suffixes to a number

Javascript Ordinals: Adding st, nd, rd and th suffixes to a number

9
Comments
2 min read
Git: Renaming a Branch

Git: Renaming a Branch

5
Comments
1 min read
Git Merge: Merging Changes from other Branches

Git Merge: Merging Changes from other Branches

11
Comments
3 min read
Resolving Git Merge Conflicts

Resolving Git Merge Conflicts

51
Comments 1
5 min read
A Step by Step Guide to Git Branches

A Step by Step Guide to Git Branches

30
Comments
3 min read
Javascript Shallow Copy - what is a Shallow Copy?

Javascript Shallow Copy - what is a Shallow Copy?

213
Comments 14
3 min read
CSS Individual Transform Properties

CSS Individual Transform Properties

19
Comments
3 min read
Javascript Proxy: Using Javascript Proxies like a Pro

Javascript Proxy: Using Javascript Proxies like a Pro

96
Comments 8
7 min read
The Complete Beginners Guide to Getting Started with Git

The Complete Beginners Guide to Getting Started with Git

21
Comments
6 min read
What are NodeLists, and how do they work?

What are NodeLists, and how do they work?

10
Comments
3 min read
Javascript Add Event Listener to Multiple Elements

Javascript Add Event Listener to Multiple Elements

32
Comments 5
3 min read
Javascript Array Filter Method

Javascript Array Filter Method

20
Comments
3 min read
Javascript Array Reduce Method

Javascript Array Reduce Method

8
Comments
4 min read
Javascript Array Slice Method

Javascript Array Slice Method

7
Comments
3 min read
The Difference between TypeScript and Javascript

The Difference between TypeScript and Javascript

39
Comments 8
4 min read
How to get the last element of an Array in Javascript

How to get the last element of an Array in Javascript

33
Comments 2
1 min read
Updating Object Key Values with Javascript

Updating Object Key Values with Javascript

19
Comments 2
2 min read
Waiting for the DOM to be ready in Javascript

Waiting for the DOM to be ready in Javascript

14
Comments 2
2 min read
The Essential Guide to Javascript Sets

The Essential Guide to Javascript Sets

31
Comments 1
4 min read
Transporting your Components Anywhere with React Portals

Transporting your Components Anywhere with React Portals

135
Comments 3
3 min read
Setting the Default Node.JS version with nvm

Setting the Default Node.JS version with nvm

16
Comments
2 min read
How to count all files in a directory in Linux

How to count all files in a directory in Linux

7
Comments 1
1 min read
Python: The Difference Between Sets, Lists, Dictionaries and Tuples

Python: The Difference Between Sets, Lists, Dictionaries and Tuples

12
Comments
2 min read
Python Dictionaries: A Complete Guide

Python Dictionaries: A Complete Guide

8
Comments
6 min read
Python Lists: A Complete Guide

Python Lists: A Complete Guide

5
Comments
5 min read
Python Sets: A Complete Guide

Python Sets: A Complete Guide

5
Comments
5 min read
Python Tuples: A Complete Guide

Python Tuples: A Complete Guide

6
Comments
3 min read
How to get all keys in Redis

How to get all keys in Redis

8
Comments 1
1 min read
A Complete Guide to Redis Hashes

A Complete Guide to Redis Hashes

14
Comments 2
3 min read
A Complete Guide to Javascript Maps

A Complete Guide to Javascript Maps

48
Comments 3
6 min read
Deleting an Item in an Array at a Specific Index

Deleting an Item in an Array at a Specific Index

10
Comments
2 min read
Everything you need to know about Javascript Arrays

Everything you need to know about Javascript Arrays

23
Comments 1
3 min read
Inserting an Item into an Array at a Specific Index in Javascript

Inserting an Item into an Array at a Specific Index in Javascript

7
Comments
2 min read
How to Kill a Process Running on a Port

How to Kill a Process Running on a Port

28
Comments 12
2 min read
How to delete all keys and everything in Redis

How to delete all keys and everything in Redis

14
Comments
1 min read
Git Stash - Everything about stashing changes in git

Git Stash - Everything about stashing changes in git

16
Comments 1
4 min read
Navigation between views in Vue with Vue Router

Navigation between views in Vue with Vue Router

18
Comments
5 min read
How to undo a git pull

How to undo a git pull

56
Comments 2
2 min read
How to make Git ignore file permission (chmod) changes

How to make Git ignore file permission (chmod) changes

11
Comments
1 min read
What are the three dots (...) or spread operator in Javascript?

What are the three dots (...) or spread operator in Javascript?

21
Comments 2
2 min read
Vue Tips: Optimize your Vue Apps with v-once and v-memo

Vue Tips: Optimize your Vue Apps with v-once and v-memo

9
Comments
4 min read
Vue Tips: Dynamic CSS with Vue Reactive Variables

Vue Tips: Dynamic CSS with Vue Reactive Variables

15
Comments
2 min read
loading...