Epigone707 | Yanfu
About Me
Life
Literature
Tech
Posts
Sep 13, 2023
SDE找工全笔记汇总 (八股文+leetcode)
本人24届校招的所有笔记,记录在这个页面中,希望能帮助到大家。
[
interview
]
Aug 10, 2023
My thoughts on developing ValFriends, a discord bot for Valorant
ValFriends is a Discord bot for game Valorant, aims for helping you play with your friends happily. Just need a simple command to register your valorant account into the user list. You can easily view stats and rank info for everyone in the discord server..
[
python
app
]
Jul 15, 2023
Automated Table of Contents for Jekyll with Highlighting
A tutorial about how to create a table of contents for your Jekyll website. The table of contents will be automatically generated based on the headings in your markdown file. It will also highlight the current section you are reading.
[
web
]
Jul 13, 2023
Operating System Interview Note 操作系统面试笔记
It recaps the os basics and would be extremely helpful if you are going to take an interview tomorrow but forget what you learnt in college.
[
interview
os
]
Dec 21, 2022
Do not use Darkreader and Disqus at the same time
You may hear that Darkreader is a automatic tool to generate a dark mode for your website. However, if you also use Disqus to build comments/discussion section for your website/blog, be careful! They don't work well together.
[
web
]
Dec 19, 2022
C++ Interview Note
[
c++
interview
]
Dec 17, 2022
Syntax highlighting with Rouge in Jekyll
When you use Jekyll to build your blog, you may find that the code block doesn't support syntax highliting. This is a tutorial about using Rouge to enable syntax highlighting and make your tech block much fancier!
[
web
]
Jul 25, 2022
Build Personal Blog with Jekyll and Github Pages
Blog that supports tags, comments, code block customization, table of contents sidebar that automatically highlight current section, etc.
[
web
]