TypeScript EssentialsThe TypeScript documentation is very good for learning and understanding how to use TypeScript. With this post I thought I would jot down…Mar 3, 2021Mar 3, 2021
JavaScript Matrix CreationI was recently working on a coding challenge of sorts in which the goal was to create a specific-sized grid and build three useable…Feb 24, 2021Feb 24, 2021
JavaScript String CleaningJavaScript has several built-in methods for “cleaning” strings that can be very useful for your frontend application. Since these methods…Feb 17, 2021Feb 17, 2021
Context API + useReducer in ReactLately I have been playing around with React’s Context API and exploring its use cases. Someone recently shared a very insightful blog…Feb 10, 20212Feb 10, 20212
JSON Web Token Integration in Node.jsIn my last article I went over how to integrate JSON Web Tokens into the backend of your Rails application. That article can be found:Feb 3, 2021Feb 3, 2021
JSON Web Token Integration in RailsIn most applications you will likely have user accounts. And if you do, you certainly want to limit what a particular user has access to…Jan 27, 2021Jan 27, 2021
Simple Context API UsageIn React there are many ways of sharing data throughout your application. You can pass data as a prop from a parent component to a child…Jan 20, 2021Jan 20, 2021
Interview Question: Rearranged PalindromeA recent software engineer coding interview question I was given was the following:Jan 14, 2021Jan 14, 2021
Deploy Rails ActionCable to HerokuIf you built an app utilizing Rails ActionCable and you want to deploy it to Heroku, this short walkthrough is for you.Jan 8, 2021Jan 8, 2021
Hiding Sensitive Info in React and RailsIn order to secure sensitive information such as API keys from other people’s eyes, it is imperative that you hide them from your public…Dec 30, 2020Dec 30, 2020