Hi there 👋

Welcome to alikia’s blog. This is a blog to share my learning and my thinking.

Technical Summary of sparkastML Intent Recognition Model

I spent three days upgrading the intent recognition model for sparkast and established the sparkastML open-source deep learning lab repository, which will provide better search enhancement features for our products in the future.

2024-09-01 · 3 min · 557 words · alikia2x

Detailed Report on Malicious Activities and Spam Package Abuse in npm Community

This report details widespread malicious activities and spam package abuse within the npm community.

2024-08-14 · 4 min · 718 words · alikia2x

How to Elegantly Detect if the User's System Has Dark Mode Enabled in React

In modern web development, dark mode not only reduces eye strain but also provides a more comfortable reading experience at night. So, how can we elegantly detect if the user has enabled dark mode in a React application?

2024-08-13 · 2 min · 292 words · alikia2x

Implementing LCA (Lowest Common Ancestor) Query Using Binary Lifting

Here’s a implemention of finding LCA in C++ with detailed comments to help you understand this algorithm.

2024-07-15 · 4 min · 851 words · alikia2x

Passing Props in React Function Components

Recently discovered a subtle detail about passing props in React

2024-06-02 · 2 min · 376 words · alikia2x

The OSI Model

My learning notes about the OSI model

2024-04-09 · 5 min · 875 words · alikia2x

Get Current User in Bash

whoami
OR
echo $USER

2024-02-22 · 1 min · 6 words · alikia2x

Add a user to grop on Linux

usermod -a -G group user

2024-02-22 · 1 min · 164 words · alikia2x

Open swap on Linux

Quick tutorial to enable swap on Linux

2024-01-14 · 1 min · 37 words · alikia2x