onearm_developer Profile
onearm_developer

@DeveloperOnearm

Followers
15
Following
316
Media
21
Statuses
368

Allgemein Tech , Anwendung Entwicklung und IT-Sicherheit Enthusiast.

Regensburg, Germany
Joined December 2024
Don't wanna be here? Send us removal request.
@DeveloperOnearm
onearm_developer
11 months
"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
@DeveloperOnearm
onearm_developer
3 days
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
@DeveloperOnearm
onearm_developer
9 days
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
@DeveloperOnearm
onearm_developer
13 days
Another angle: why is every React Project secretly a JavaScript project 😊😊
@csaba_kissi
Csaba Kissi
13 days
Why is every JavaScript project secretly a React project?🤔
0
0
1
@codewithhajra
H A J R A
18 days
Good Morning Everyone ☀️
16
3
31
@DeveloperOnearm
onearm_developer
19 days
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
@Tech_girlll
Mari
20 days
Why should a project use a microservices architecture instead of a monolithic architecture?
0
0
0
@DeveloperOnearm
onearm_developer
23 days
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
@codewithhajra
H A J R A
25 days
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
@theskilledcoder
Skilled Coder
25 days
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
@csaba_kissi
Csaba Kissi
26 days
Remember this when you code: Good code works. Great code explains itself.😉
40
7
122
@DeveloperOnearm
onearm_developer
27 days
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..
@lingodotdev
Lingo.dev
29 days
Data protocols simply explained 😆
0
0
2
@DeveloperOnearm
onearm_developer
27 days
sqlite to the rescue
0
0
0
@DeveloperOnearm
onearm_developer
1 month
My Professor just said this in class and it sticked "every backend system is fundamentally about data transformation and movement".
1
0
2
@DeveloperOnearm
onearm_developer
1 month
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
0
0
1
@DeveloperOnearm
onearm_developer
1 month
`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
0
0
2
@DeveloperOnearm
onearm_developer
2 months
The Madness 💆💆
@xKnowledgeBANK
Knowledge Bank
2 months
How to increase intelligence
0
0
2
@DeveloperOnearm
onearm_developer
2 months
This is really interesting. Candy crush used the Freemium model to pivot to 1B+ in valuation..
@csaba_kissi
Csaba Kissi
2 months
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
@csaba_kissi
Csaba Kissi
2 months
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
@DeveloperOnearm
onearm_developer
2 months
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
@DeveloperOnearm
onearm_developer
2 months
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
@DeveloperOnearm
onearm_developer
2 months
When building with python use a virtual environment (venv). It prevents package conflicts and keeps your projects isolated and clean. #tech#python
0
0
0