DeveloperOnearm's profile picture. Allgemein Tech , Anwendung Entwicklung und IT-Sicherheit
Enthusiast.

onearm_developer

@DeveloperOnearm

Allgemein Tech , Anwendung Entwicklung und IT-Sicherheit Enthusiast.

고정된 트윗

"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


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.


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


Another angle: why is every React Project secretly a JavaScript project 😊😊

Why is every JavaScript project secretly a React project?🤔



onearm_developer 님이 재게시함

Good Morning Everyone ☀️

codewithhajra's tweet image. Good Morning Everyone ☀️

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

Why should a project use a microservices architecture instead of a monolithic architecture?



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

DeveloperOnearm's tweet image. 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

onearm_developer 님이 재게시함

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…


onearm_developer 님이 재게시함

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…


onearm_developer 님이 재게시함

Remember this when you code: Good code works. Great code explains itself.😉


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..

Data protocols simply explained 😆

lingodotdev's tweet image. Data protocols simply explained 😆


sqlite to the rescue

DeveloperOnearm's tweet image. sqlite to the rescue

My Professor just said this in class and it sticked "every backend system is fundamentally about data transformation and movement".


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


`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


The Madness 💆💆

How to increase intelligence

xKnowledgeBANK's tweet image. How to increase intelligence


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…



onearm_developer 님이 재게시함

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…


The most expensive line of code is the one you'll have to maintain for 5 years. Write for your future self. #SoftwareEngineering


Ever lost your command when working in a terminal ? Press Ctrl + R to search your command history. A productivity game-changer. #DevTips


When building with python use a virtual environment (venv). It prevents package conflicts and keeps your projects isolated and clean. #tech#python


United States 트렌드

Loading...

Something went wrong.


Something went wrong.