RecursionSummer is almost upon us and flowers are blooming! Let’s use this time to dicuss recursion. Although it can seem complicated at first…Apr 26, 2023Apr 26, 2023
Back to BasicsIf you’ve been on my portfolio or LinkedIn page recently, you’ve seen that I am working on a new project called “Habitat Hunt”. It’s an…Apr 6, 2023Apr 6, 2023
Using A Stack in JavaScriptStack is a Data Structure that works on a basis of Last In, First Out. They give you easy access to the most recent addition to the data…Mar 10, 2023Mar 10, 2023
Is Your Python Code Readable?As I embark on learning to code Python, I am paying attention to the details of how my code is written. Not just its functionality, but…Mar 2, 2023Mar 2, 2023
Danger of Duplicate Table NamesAs a new software developer there is a phase where you move past being paranoid of breaking everything and start to become more…Feb 13, 2023Feb 13, 2023
Power of SerializersMy recent project using React with Rails as my backend demonstrated the power of serializers. Serializers allowed me to pull information…Jan 8, 2023Jan 8, 2023
Ruby Methods and Active RecordActive Record makes it easier to create tables within Ruby, link these tables, and interact with the information in these tables using…Dec 11, 2022Dec 11, 2022
Using Filter in ReactFilter is a useful function to use within React. It allows visitors to your website to easily find information, especially if there is a…Nov 26, 2022Nov 26, 2022
ScopeAs a new software developer, there have been several times when my code in JavaScript does not work and at first I am very puzzled as to…Oct 30, 2022Oct 30, 2022