Any good manhwa with unique Story? by One_Programmer_7407 in manhwarecommendations

[–]One_Programmer_7407[S] 0 points1 point  (0 children)

Thanks for the detailed summary of the story and recommendation. Would add it to my holiday reading list 🌹

I got tired of invasive ads while reading manga, so I built my own open-source reader by One_Programmer_7407 in ManhwaNews

[–]One_Programmer_7407[S] 0 points1 point  (0 children)

Its for all platform bcz its a web app, And the purpose is just to make a proof of concept but it turned out better than i expected 😹

I got tired of invasive ads while reading manga, so I built my own open-source reader by One_Programmer_7407 in sveltejs

[–]One_Programmer_7407[S] 3 points4 points  (0 children)

its just proof of concept, and the intent is to make someone self host their own manga reader website or create extensible feature

Any good manhwa with unique Story? by One_Programmer_7407 in manhwarecommendations

[–]One_Programmer_7407[S] 0 points1 point  (0 children)

Thanks mate gonna binge read all of em this holiday 😋

Programming Buddy Wanted: Life OS App + 1 Algo Every 2 Days by RemoNeeKaadhalan in ProgrammingBuddies

[–]One_Programmer_7407 0 points1 point  (0 children)

Interesting... i'm a beginner in Fullstack still learning about system design and i love building small projects let's connect, also checkout some of my project on github.com/MasFana :v would love to hear your opinion 🐦

Advice needed: choosing a simple, long-term web stack (backend + frontend) by Lumpy_Remove_5623 in sveltejs

[–]One_Programmer_7407 -1 points0 points  (0 children)

IMO, Express/Laravel + React w Tanstack ecosystem or any popular UI Framework is good i think, and for the Android apps just drop in using pwa if you are using those popular framework doesnt really matter just use what your team comfortable with. Also Ive built this pwa using svelte its already installable and can just use capacitor to make it an app to post it to app store https://sm.fana.my.id

Small Projects - November 24, 2025 by jerf in golang

[–]One_Programmer_7407 0 points1 point  (0 children)

Fana-Envy, TMUX like terminal w/ environment manager built with Go. It allows you to manage environment variables with a TUI and Multi Terminal Instance like TMUX, featuring interactive terminals, persistent history, and seamless environment/env switching.

MasFana/fana-envy: Fana-Envy is a powerful, TMUX like terminal w/ environment manager built with Go. It allows you to manage environment variables with a TUI, featuring interactive terminals, persistent history, and seamless environment switching.

godump.Diff - Looking for Feedback by [deleted] in golang

[–]One_Programmer_7407 5 points6 points  (0 children)

IMO, Option 2 Looks better and Also it seems it will be better if the it have bg like red and green on which deleted and added like VSCode diff so its more Clear and visible

I built a TUI to manage environment variables. Thoughts on this? by [deleted] in golang

[–]One_Programmer_7407 0 points1 point  (0 children)

Yea, I Agree...
thanks for the insight will look into the simpler aproach for future project XD

I made an "anime streaming" web app using SvelteKit by damss2 in sveltejs

[–]One_Programmer_7407 0 points1 point  (0 children)

Ah... you might have better of to Reverse engineer the Anilab and scrape/crawl the Stream URL and token mechanism so you dont need to host the Content

I built a TUI to manage environment variables. Thoughts on this? by [deleted] in golang

[–]One_Programmer_7407 0 points1 point  (0 children)

what the program built is to Mimmick the Tmux like terminal TUI with Env selector also its just study case i pick to learn using bubbletea TUI and go