THTaehyun Hanintoosalty00.hashnode.dev·Nov 4, 2023 · 9 min read[Pre-W7] Redis DBOverview This week's topic is Redis, an open-source, in-memory data structure store, known for its speed and flexibility. Redis serves as a database, cache, and message broker, supporting various data structures such as strings, hashes, lists, sets, ...00
THTaehyun Hanintoosalty00.hashnode.dev·Oct 28, 2023 · 7 min read[Pre-W6] AWSOverview Today, we will be looking at AWS Certified Cloud Practitioner Program. While this is a very short, and concise version, we will be looking at how AWS works, and how infrastructures for web apps are formed. AWS AWS provides many functionaliti...00
THTaehyun Hanintoosalty00.hashnode.dev·Oct 5, 2023 · 4 min read[Pre-W4] Spring SecurityOverview Today, we will be diving into Spring Security, which is very important when implementing personal user experience on your application. Spring Security: A Comprehensive Guide to Securing Your Web Application Spring Security is a powerful and ...00
THTaehyun Hanintoosalty00.hashnode.dev·Sep 21, 2023 · 11 min read[Pre-W3] Relational Database Management SystemOverview In today's blog, we will be going over the topic of relational database management system, or RDBMS. It is crucial to understand this system, as this is the core of application database. We will be going over what relational database is, how...00
THTaehyun Hanintoosalty00.hashnode.dev·Sep 19, 2023 · 10 min read[W-2] Service Architecture and Test CodeOverview This week, our main topic of lecture was beans and dependency injection. Additionally, by using these, we have learned to create test programs for our services and repository functions. Most topics were already studied in previous blog, so f...00