Java / Spring Boot / Redis / MySQL

Yunasora's Path of Learning

This site is where I organize my backend roadmap

Current focus

Backend developer

In progress

Evolve. Ascend. Transcend.

Learning focus
Backend developer
Site content
Blog posts, project logs, and study notes

Focus

Yunasora's Path of Learning

This site is where I organize my backend roadmap

About

Evolve. Ascend. Transcend.

Tech stack

JavaSpring BootMyBatis PlusMySQLRedisJWTSpring Cloud Alibaba

Featured Project

What I've Built

This page highlights what I've Built.

View all projects
In Progress

xxl-go-admin

A lightweight Go alternative compatible with the core XXL-JOB protocol, addressing the high memory overhead of Java-based admin nodes in resource-constrained environments.

GloangGinRedisPSQL

Latest Posts

What I've Learned

This page highlights what I've Built.

View all posts

Data Structures(2)

Mastering Go essentials: A deep dive into slice mechanics, map operations, and the power of functional closures.

Data Structures

Master the essentials of Go data structures, from pointers and structs to the dynamic power of slices. This guide explores how these core building blocks manage memory and organize...

Flow Control

Flow control determines the path your code takes. This chapter covers how Go manages logic using loops, conditions, and deferred actions.