TOTomisin Oladeleinteeto.hashnode.dev·May 24 · 4 min readUnderstanding Heap and Stack MemoryDisclaimer It’s important to note that this topic is broader than what is covered in this article. The goal is to have a basic understanding of the heap and stack memory. Heap Memory Heap memory is sh00
TOTomisin Oladeleinteeto.hashnode.dev·Mar 15 · 7 min readHow to Create Integration Tests Using WireMock ServerModern applications often interact with external systems such as APIs, databases, and other third-party services, which makes integration testing essential for building reliable software. In this arti00
TOTomisin Oladeleinteeto.hashnode.dev·Dec 31, 2022 · 4 min read2022: My RetrospectionWhen it comes to putting my business out there, I am always shy and sceptical because I prefer being behind the scene but I feel this year, I needed to document the highlights of what has happened in my life and career as a whole, so lets get it. Aca...00
TOTomisin Oladeleinteeto.hashnode.dev·Dec 29, 2022 · 9 min readNestJS, Prisma & GraphQL.Nest, Prisma and GraphQL are tools I was using daily at my previous work and I thought to write about them. In this article, we will be building a basic blog to show some relevant concepts relating to these technologies. This article requires a basic...00
TOTomisin Oladeleinteeto.hashnode.dev·Oct 5, 2021 · 11 min readWorking With LinkedList Data StructureData structure is the organization of data for easy accessibility and processing. There are a good number of them ranging from Array, LinkedList, Stack, Queue, Binary search tree, Graphs, etc and they all have their strengths when it comes to usage....00