Still new to Android dev but loving it . Maybe a word to the begginer.
#android #kotlin #jetbrains #python #javascript

Interactive Vertical Parallax Cursor Navigation [HTML + CSS + JS]

Visual parallax. Navigation syncs with cursor movement. Multi-layered depth. Optimized for high refresh rates.
Source code: https://freefrontend.com/code/interactive-vertical-parallax-cursor-navigation-2026-03-25/

#webdesign #webdevelopment #css #javascript #ui

Layered Dynamic Card Swiper [HTML + CSS + JS]

Depth stacking. Dynamic Z-index management. Touch-friendly swipe logic. Performance-first mobile interface.
Source code: https://freefrontend.com/code/layered-dynamic-card-swiper-2026-03-25/

#webdesign #webdevelopment #css #javascript #ui

Mouse Reactive Floating Image Gallery [HTML + CSS + JS]

Spatial interaction. Gallery responds to cursor proximity. Hardware-accelerated transforms. Zero layout shifts.
Source code: https://freefrontend.com/code/mouse-reactive-floating-image-gallery-2026-03-25/

#webdesign #webdevelopment #css #javascript #ui

Slingshot Elastic Stretch Toggle [SVG + CSS + JS]

Physics simulation. Elastic deformation on interaction. Dynamic path morphing. Low-latency visual feedback.
Source code: https://freefrontend.com/code/slingshot-elastic-stretch-toggle-2026-03-25/

#webdesign #webdevelopment #css #javascript #ui

Staggered Animated Hamburger Toggle [HTML + CSS + JS]

Sequential motion. Staggered transitions for menu states. Pure CSS delay logic. Structural styling.
Source code: https://freefrontend.com/code/staggered-animated-hamburger-toggle-button-2026-03-25/

#webdesign #webdevelopment #css #javascript #ui

SVG Path Zuma Marble Shooter [SVG + JS]

Path logic. Movement bound to SVG coordinates. Real-time path tracing. Zero canvas overhead. Efficient math.
Source code: https://freefrontend.com/code/svg-path-zuma-marble-shooter-2026-03-25/

#webdesign #webdevelopment #css #javascript #ui

How to Use Nullish Coalesce for Real Defaults

?? only triggers on null/undefined. 0 and '' stay. || lies.

#javascript #nullish #coalesce #defaults #howto

https://www.youtube.com/watch?v=MA8lRIqoPNk

How to Use Nullish Coalesce for Real Defaults #howto

YouTube
WEBブラウザで動く六角形オセロを作ってみた - Qiita

はじめに 最近ハニカム構造にハマっており、Webブラウザで遊べる 六角形盤面のオセロ を作りました。 6角形特有の座標系やアルゴリズムを説明できればと思います。 六角形グリッドの座標系の種類 六角形グリッドの座標系にはいくつかの表現方法があります。 今回は、Cube座...

Qiita

Circular Variable Font Loading Spinner [CSS + JS]

Typography in motion. Weight interpolation via font-variation-settings. No raster assets. Hardware-accelerated CSS keyframes. High performance.
Source code: https://freefrontend.com/code/circular-variable-font-loading-spinner-2026-03-25/

#webdesign #webdevelopment #css #javascript #ui

×

For a while, deploying apps meant a familiar ritual: SSH in, pull the repo, pray nothing breaks, repeat for every service.

Manual.

Fragile.

Exhausting.

This week I finally consolidated everything into a proper self-hosted control plane.

The stack:
→ aaPanel as the central dashboard which I heard about from a friend
→ Docker for containerised app isolation (absolute cancer)
→ PostgreSQL for database management (with per-app panels and log visibility)
→ DuckDNS handling dynamic DNS + automated HTTPS via Let's Encrypt (stayed up until 3AM on Sunday for this btw)
→ Netlify on the frontend side cuz it's easy to deploy

The difference is hard to overstate.

One dashboard.

Full log access across services.

Deployments that don't require me to remember 12 steps in the right order at 11pm.

It's not a perfect setup, aaPanel is proprietary-ish and Netlify is clearly not self-hosted, but it's a defenitely a step away from "I'll fix it manually when it breaks" territory.

Curious if anyone here has migrated from this kind of hybrid setup toward something fully FOSS.

Always looking for the next rabbit hole.

- UltraX

#SelfHosting #DevOps #Docker #FOSS #Linux #Infrastructure #HomeServer #OpenSource #Privacy #Sysadmin #Python #javascript #saas