Daily Digest #101
- Building Switch Software at Facebook Scale
- Sprints, marathons and root canals
- Stop future proofing software
- Rest API mocking and intercepting in seconds
- SQLite with Branches – interesting..
- African traffic growth and predictions for the future
- How to design for (and with) developers
Tags:
daily,
development
Daily Digest #100
Edisi ke-100 dari Daily Digest, kategori ini diawali dari sharing apa yang dibaca pada hari ini yang menarik, biasanya dari teknologi, development.
- Why bare metal servers are the new king
- Designing For Micro-Moments
- Microservices Messaging: Why REST Isn’t Always the Best Choice
- Utilizing Elixir as a lightweight tool to store real-time metrics data
- On Engineers and Influence
- How to Hire
- Remote product management: challenges and opportunities
- Manager Responsibilities
- In praise of SWARMing
Tags:
daily,
development
Daily Digest #99
- Zero Downtime Table Migrations using a Double Write Methodology
- TimescaleDB vs. InfluxDB: purpose built differently for time-series data
- From monolithic to microservices: A transformation journey
- Maximizing Process Performance with Maze, Uber’s Funnel Visualization Platform
- Automatic Code Formatting for Partially-Staged Files
Tags:
daily,
development
Tmuxinator
Originally published at Jenius.tech
Di Jenius, automation adalah salah satu kunci untuk men-deliver software dengan cepat, tanpa mengorbankan kualitas, automasi juga digunakan untuk kebutuhan sehari-hari, salah satunya untuk menyiapkan environment development, Setelah sebelumnya diperkenalkan dengan tmux
, yang sangat berguna untuk bekerja di multi-shell. di sini akan diperkenalkan tool pendukung untuk tmux, yaitu tmuxinator
1, tool ini digunakan untuk meng-automasi shell yang biasa digunakan untuk developer, biasanya untuk mempersiapkan shell yang digunakan.
Tags:
daily,
development
Daily Digest #98
- Scaling at Instacart: Distributing Data Across Multiple Postgres Databases with Rails
Interesting part of scaling distributed data at Instacart. - How to Debug a Node.js app in a Docker Container
Debugging directly on container can be a faster way to know what’s going on. - Dive into React Native for Android Development
pros and cons using react-native as its engine to develop android application - WebAssembly: How and why
How to run native code in the browser, why would you do that, and what does it all mean for JavaScript and the future of web development
Tags:
daily,
development