PinnedPublished inBetter ProgrammingThe Most Important Thing I Did to Become a Senior DeveloperIf I had to pick one thing, this would be itApr 30, 2022A response icon6Apr 30, 2022A response icon6
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 27, 2024Nov 27, 2024
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 8, 2024Oct 8, 2024
Published inGoPenAIHow I Use the OpenAI API to Translate Customers DataThe API my company developed has localization support for certain fields.May 21, 2024May 21, 2024
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, 2023A response icon1Aug 22, 2023A response icon1
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, 2023A response icon1Mar 13, 2023A response icon1
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, 2023A response icon1Jan 31, 2023A response icon1