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

SmartNote

一个面向个人知识整理场景的轻量级知识管理平台,支持注册登录、笔记创建编辑、标签分类、关键词搜索、收藏管理、热门笔记缓存与搜索历史记录。

JavaSpring BootMyBatis PlusMySQLRedisJWTSpring Cloud Alibaba

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.