onearm_developer
@DeveloperOnearm
Followers
15
Following
316
Media
21
Statuses
368
Allgemein Tech , Anwendung Entwicklung und IT-Sicherheit Enthusiast.
Regensburg, Germany
Joined December 2024
"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
0
0
4
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.
0
0
1
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
0
0
1
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
0
0
0
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
0
0
1
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
27
26
273
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
27
48
418
Remember this when you code: Good code works. Great code explains itself.😉
40
7
122
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..
0
0
2
My Professor just said this in class and it sticked "every backend system is fundamentally about data transformation and movement".
1
0
2
The Madness 💆💆
0
0
2
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
0
0
0
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
8
3
51
The most expensive line of code is the one you'll have to maintain for 5 years. Write for your future self. #SoftwareEngineering
0
0
3
Ever lost your command when working in a terminal ? Press Ctrl + R to search your command history. A productivity game-changer. #DevTips
0
0
0