PinnedPublished inBetter ProgrammingHow To Add Authentication to a Vue.js App Using Auth0Add authentication to your Vue app using Auth0Dec 31, 2020Dec 31, 2020
Adding a Leading Zero in 1 Line in JavaScriptAt work, I recently ran into a scenario where we were capturing a user’s date of birth (DOB). This information is collected in 3 fields…Jan 12, 20231Jan 12, 20231
How to Merge Objects in JavaScriptAn object is frequently used to store data. Sometimes you end up with multiple data objects that you need to combine their contents. In…Jan 11, 2023Jan 11, 2023
Console.trace in JavaScriptIn yesterday’s article, I showed you two ways to format your output to the console in JavaScript. If you have not read it, check it out…Jan 10, 2023Jan 10, 2023
Formatting output to the consoleIf you have been a programmer for more than a day, then you have used a console.log to display data. You may want to see the value of data…Jan 9, 2023Jan 9, 2023
Grid to List Toggle using CSS GridIn this article, I will show you how to create a toggle to display items in a grid from a list. This will be using basic JavaScript skills…Jan 6, 20232Jan 6, 20232
3 Ways To Remove Duplicates in an Array with JavaScriptSometimes you have an array of data and you want to remove all duplicates from the array. In this article, I will show you three ways in…Jan 6, 20231Jan 6, 20231
Grid to List Toggle Using FlexboxIn this article, I will show you how to create a toggle to display items in a grid from a list. This will be using basic JavaScript skills…Jan 5, 2023Jan 5, 2023
Learn CSS: Create the Google LogoOne of the best ways to learn CSS is by creating something useful while you learn. I will show you how to use the following CSS items by…Jan 4, 2023Jan 4, 2023
Learn CSS: Create the Git LogoOne of the best ways to learn CSS is by creating something useful while you learn. I will show you how to use the following CSS items by…Jan 3, 2023Jan 3, 2023