Articles
Dive into a diverse collection of articles that explore a wide range of topics. Whether you're looking for in-depth guides, insightful discussions, or quick tips and tricks, my articles are designed to inform, inspire, and engage. Each piece is crafted to bring you valuable knowledge, whether you're a seasoned professional or just starting out. Browse through and discover something new, as I somewhat regularly update with fresh content to keep you informed and inspired.
References
2024-12-09
See all of my references site, link, tool, app.
The basics of git
2024-11-09
The basics of git in the terminal and in VSCode.
HTML Basics (WIP)
2024-09-05
Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser.
Circumcircle
2024-09-02
A way to find the circumcircle for three given points, where the circle edge pass over all three points.
Image Filtering
2024-01-03
The image filtering using webgl and p5.js
Prime Numbers
2024-01-02
In this article we cover how to find prime numbers. From the easy way to the more advance version.
Ordered Tuple Cardinality
2024-01-01
Given a tuple of 4 elements, if each of the elements can have the same amount of different position as there is elements in the tuple.