Mike ArcherTemplating Engines and Node.jsRecently I worked on an app completely based out of Node.js. This was new for me, as I have generally only had experience with Node as a…Mar 22, 2021Mar 22, 2021
Mike ArcherSetting Up A Basic Node ServerNode.js has quickly become one of the most popular tools for developers. While mostly utilized to work on the backend of applications, you…Mar 14, 2021Mar 14, 2021
Mike ArcherHackerRank Left Rotation ProblemNext up in my coverage for algorithms, is the left rotation problem from Hackerrank.com.Mar 7, 2021Mar 7, 2021
Mike ArcherFlexbox vs. CSS GridCreating clean, re-usable front end code is very important for a developer. Two of my favorite options are flexbox and CSS grid. The two…Feb 28, 2021Feb 28, 2021
Mike ArcherSearch Filter with React HooksOne common component to find in many react projects is a search bar. This can be implemented a number of ways, whether it be as a standard…Feb 21, 2021Feb 21, 2021
Mike ArcherFree App Hosting with NetlifyI recently deployed a personal portfolio site to the internet to show off my work and establish my brand. When it comes to hosting a site…Feb 14, 2021Feb 14, 2021
Mike ArcherIntro to Regex“Regular expressions“, sometimes referred to as “rational expressions” or “regex”, are can be a powerful tool when used properly…Feb 7, 2021Feb 7, 2021
Mike ArcherTime Conversion Algorithm in JavascriptGiven a time in -hour AM/PM format, convert it to military (24-hour) time.Jan 31, 2021Jan 31, 2021
Mike ArcherReact Native NavigationOn my recent journey to learn React native, one of the biggest changes is the options for navigation within your application. I was used…Jan 24, 2021Jan 24, 2021
Mike ArcherBasic SSN Regex Validator“Regex”, short for “regular expression” is a crucial tool for any developer. Regex is defined as a sequence of characters that define a…Jan 17, 2021Jan 17, 2021