Joined December 2024
21 Photos and videos
Pinned Tweet
"If you don't know where you are going, any road will do" "If you don't know where you are, a map won't help".. #tech #Software #anwendungentwickoung
4
89
onearm_developer retweeted
Choose discipline over doubt. Tiny consistent steps can rewrite your whole story before the year ends. GM, especially to those who say it back.
7
4
30
639
How do you ensure you never lose your data when systems crash? ​The answer for production systems is the Write-Ahead Log (WAL). ​WAL is a fundamental technique where you first record the transaction you are about to perform in a durable log on disk, guaranteeing crash recovery.
1
6
Don't overthink it Every API request needs 3 things to run smoothly ... Parsing. ie get data from request body ...Authentication that hands if user is allowed to access .... Business logic #Software
1
9
Another angle: why is every React Project secretly a JavaScript project 😊😊
Why is every JavaScript project secretly a React project?πŸ€”
1
16
onearm_developer retweeted
Good Morning Everyone β˜€οΈ
16
3
30
1,866
Microservices ensure Easy Maintainability, Modularity and improves Scalability. If you intend to build a project easy to Scale , go for Microservices, where as Monolithic is just Monolithic , best suited for smaller Systems
3 Nov 2025
Why should a project use a microservices architecture instead of a monolithic architecture?
16
Just finished setting up Moodle Which included , configuring Apache & MariaDB, enabling developer mode, creating /local/devtools/read_data.php, queried users, courses, & enrollments using $DB->get_records() and finally ran it via CLI. Took a lot of time but it was worth it
1
65
onearm_developer retweeted
JavaScript Project Ideas For Beginners: ➑️ Color Flipper ➑️ Modal Window ➑️ Random Quote Generator ➑️ Color Palette Generator ➑️ Image Slider ➑️ New Year Counter ➑️ Calculator ➑️ Todo List ➑️ Guess My Number ➑️ Tictactoe ➑️ BMI Calculator ➑️ Personal Portfolio Website Anything else you wanna add?
27
24
266
13,779
onearm_developer retweeted
How to choose Relational Databases PostgreSQL – if your data is mostly structured, relational, and long-lived. MySQL – if your data is mostly simple web CRUD and you care more about uptime than fancy features. SQLite – if your data is mostly local or embedded and doesn’t need a server. Oracle – if your data is mostly enterprise-critical with compliance and legacy integrations. SQL Server – if your data is mostly corporate and tightly controlled in a Windows ecosystem.
26
42
415
37,461
onearm_developer retweeted
Remember this when you code: Good code works. Great code explains itself.πŸ˜‰
39
7
121
5,927
Apt..UDP being unreliable and always in a hurry, while TCP is more reliable and better organized and ensures Packets of Data are carefully delivered..
26 Oct 2025
Data protocols simply explained πŸ˜†
2
26
sqlite to the rescue
12
My Professor just said this in class and it sticked "every backend system is fundamentally about data transformation and movement".
1
2
19
I find Git commands interesting! To initialize a new repo, you just type git init. And to create and switch to a new branch? git checkout -b <name>! Isn't that cool? #Git #Coding
1
17
`touch file` or `mkdir -p src/{a,b}` fails in Windows CMD/PowerShell but works in Git Bash, macOS, and Linux. Why? Unix tools. Git Bash just brings them to Windows. Use it for a smoother dev workflow. #Git #DevTips #Windows
2
31
The Madness πŸ’†πŸ’†
How to increase intelligence
2
16
This is really interesting. Candy crush used the Freemium model to pivot to 1B in valuation..
5 ways to monetize your side project: - Freemium: Free core, pay for power features. - One-time purchase: Buy once, own forever. - Subscription (SaaS): Recurring fee for ongoing value. - Ads/Sponsorships: Monetize audience attention. - Paid add-ons/Marketplace: Sell extensions and integrations.
8
onearm_developer retweeted
5 ways to monetize your side project: - Freemium: Free core, pay for power features. - One-time purchase: Buy once, own forever. - Subscription (SaaS): Recurring fee for ongoing value. - Ads/Sponsorships: Monetize audience attention. - Paid add-ons/Marketplace: Sell extensions and integrations.
8
3
54
4,780
The most expensive line of code is the one you'll have to maintain for 5 years. Write for your future self. #SoftwareEngineering
3
6