PinnedPublished inBetter ProgrammingThe Most Important Thing I Did to Become a Senior DeveloperIf I had to pick one thing, this would be itApr 30, 20226Apr 30, 20226
Published inJavaScript in Plain EnglishSetting up Google reCAPTCHA V3As web applications grow in popularity, there comes a point where unwanted bot behavior must be addressed. One of the best tools for…Nov 27Nov 27
Published inLevel Up CodingPractice Kindness Towards Future DevelopersBeing kind isn’t always easy, but it’s always an option. When writing software and building applications you face decisions on how to act…Oct 8Oct 8
Published inGoPenAIHow I Use the OpenAI API to Translate Customers DataThe API my company developed has localization support for certain fields.May 21May 21
Hype Creep. Scope Creep’s More Popular CousinAt some point in every software developer's career, the term Scope Creep will be discussed. Today I’m covering the phonmina of Hype Creep.Aug 22, 20231Aug 22, 20231
Published inJavaScript in Plain EnglishConfiguring Jest With TypeScriptA quick and simple guide to setting up Jest in TypeScriptJun 20, 2023Jun 20, 2023
Published inBetter ProgrammingReimagining User Interfaces With the OpenAI APIExploring ways to create a seamless and engaging user experienceApr 12, 2023Apr 12, 2023
Published inTowards AIImplementing KNN Classification with TensorlFlow.jsIn this article, I will show how to implement a K-Nearest Neighbor classification with Tensorflow.js. TensorFlow.js is an open-source…Mar 13, 20231Mar 13, 20231
Published inJavaScript in Plain EnglishSettings To Verify When Onboarded To A New CodebaseWhenever you get onboarded to a new codebase there are a lot of questions to answer. Hopefully, you are in a situation where a senior-level…Feb 10, 2023Feb 10, 2023
When to use Type or Interface with TypeScriptIn this article, I’ll be going over the differences between type and interface declarations in TypeScript. This is a question I often get…Jan 31, 20231Jan 31, 20231