Skip to content
Her Tech Corner Her Tech Corner
  • Home
  • Learn Spring
    • Spring Frameworks
    • Java Core
  • Microservices
  • Cloud
  • My Journey
    • Machine Learning
    • Linux
    • Algorithm
    • Book Notes
  • Tools I use
Her Tech Corner
Her Tech Corner

Author: Hoai Thu

Java Core

Java 8 Optional: Practical Examples and Use Cases

Posted on July 24, 2023September 4, 2023 By Hoai Thu

Java 8 introduced the Optional feature, providing a safer way to handle potential null values and reduce the risk of NullPointerExceptions. In this post, we’ll explore Java 8 Optional methods, practical examples and how they can improve code readability. Java 8 Optional’s methods overview Optional is a container that holds…

Read more
Algorithm My 21 Days Leetcode challenge

My 21 Days Leetcode challenge

Posted on July 22, 2023September 4, 2023 By Hoai Thu

Coming from a business background, shifting to the tech world has been quite a ride. When I first entered this new field, most of my energy and time was dedicated to learning new technologies, tools, languages, and frameworks. Consequently, I unintentionally neglected one important skill – algorithms. Four years after…

Read more
Spring Frameworks

Spring AOP: A Comprehensive Guide to AOP Concepts

Posted on July 15, 2023September 4, 2023 By Hoai Thu

In this entry of my series about the Spring fundamental concepts, I will explain one essential concept underlying Spring framework. Our focus shall be on comprehending the fundamental of AOP, its underlying principles, and its application within the Spring framework. AOP Fundamentals Consider an application where multiple components required logging,…

Read more

Tools I use

Posted on July 3, 2023September 5, 2023 By Hoai Thu

My personal collection of some useful tools that I am using during development. IPython – Jupiter Notebook A web-based interactive computational environment for creating notebook documents. Installation: pipenv install jupyterlab pipenv shell jupyter lab

Read more
  • Previous
  • 1
  • 2

Categories

  • Algorithm (2)
  • Cloud (1)
  • Database (1)
  • Java Core (1)
  • Learn Spring (1)
  • Machine Learning (1)
  • Microservices (4)
  • Spring Frameworks (6)
  • Tools I use (1)

Recent Posts

  • Leetcode challenges 2023-2024December 12, 2023
  • Docker Essentials: A Novice’s JourneyOctober 7, 2023
  • Spring Cloud Gateway as an OAuth2 ClientSeptember 25, 2023
  • An Introduction to Prompt Engineering with LLMsSeptember 18, 2023
  • A brief overview of API Gateway Pattern in MicroservicesSeptember 7, 2023

Tags

Algorithms AOP API Gateway Authorization Server Cloud Database Design Pattern Docker Java8 Jwt Leetcode LLMs Microservices Oauth2 Prompt Refactoring Spring

©2025 Her Tech Corner | WordPress Theme by SuperbThemes