Daily Digest #17
- Web developer roadmap for 2018 – cool map
- The Truth about Estimating Software Development Time [story]
- Flavors of Engineering Management – three flavor of engineering management.
Tags:
daily,
development
Issue #17
Reading list
- Application Deployment at Deliveroo
- Build a recurrent neural network using Apache MXNet
- What’s All the FaaS About?
- Chroot: the magical healing powers of the original Linux virtualization tool
- IoT data storage and analysis with Fluentd, Minio and Spark
- How production engineers support global events on Facebook
- Using SSE Instead Of WebSockets For Unidirectional Data Flow Over HTTP/2
- Running a scalable & reliable GraphQL endpoint with Serverless
- How Algolia built their frontend search widgets with React.js by following redux principles
- How Showmax got into live streaming
- Visualizing Archer
- How to build a Kubernetes Horizontal Pod Autoscaler using custom metrics
- Continuous Delivery for Static Sites
- The best architecture with Docker and Kubernetes — myth or reality?
- Syntactic sugar methods in Ruby
News
News & Codes
- requests-html – HTML Parsing for Humans™
- FastPhotoStyle – Style transfer, deep learning, feature transform
- SweetAlert – A beautiful replacement for JavaScript’s “alert”
Events
These newsletter curated by Deden Fathurahman (@dedenf), feedback please send to dedenf@jakartadev.org or dedenf@gmail.com
Read more →
Tags:
issue,
development
Daily Digest #16
- Application Deployment at Deliveroo
- Build a recurrent neural network using Apache MXNet
- What’s All the FaaS About?
- Chroot: the magical healing powers of the original Linux virtualization tool
- IoT data storage and analysis with Fluentd, Minio and Spark
- How production engineers support global events on Facebook
- Using SSE Instead Of WebSockets For Unidirectional Data Flow Over HTTP/2
- Running a scalable & reliable GraphQL endpoint with Serverless
- How Algolia built their frontend search widgets with React.js by following redux principles
- How Showmax got into live streaming
- Visualizing Archer
- How to build a Kubernetes Horizontal Pod Autoscaler using custom metrics
- Continuous Delivery for Static Sites
- The best architecture with Docker and Kubernetes — myth or reality?
- Syntactic sugar methods in Ruby
- npm v5.7.0 released
- requests-html – HTML Parsing for Humans™
- FastPhotoStyle – Style transfer, deep learning, feature transform
- SweetAlert – A beautiful replacement for JavaScript’s “alert”
Events
Read more →
Tags:
daily,
development
Issue #16
Reading list
- Rails 5.1.5, parallel testing and more!
- Email is your electronic memory
- Linux ate my RAM
- Flutter — 5 reasons why you may love it
- Why so Many Developers Quit Before Ever Getting a Job. Please — don’t
- Who Killed The Junior Developer?
- Docker Tip #1 — Docker Aliases
- Docker Image Building – Lessons learned
- GraphQL as an API Gateway to Microservices
- Why should I care about Kubernetes, Docker, and Container Orchestration?
- Best Practices for Modals / Overlays / Dialog Windows
News
Tools & Codes
- Embulk – bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services
- kube-ops-view – Kubernetes Operational View
- kubectx – Fast way to switch between clusters and namespaces in kubectl
- No Dock – Docker Compose for Node project
- console-probe – Inspect JavaScript object methods and properties in the console
- Stimulusjs – a javascript framework
These article curated by Deden Fathurahman (@dedenf), feedback please send to dedenf@jakartadev.org or dedenf@gmail.com
Read more →
Tags:
issue,
development
Daily Digest #15
- Rails 5.1.5, parallel testing and more!
- Email is your electronic memory
- Linux ate my RAM
- Flutter — 5 reasons why you may love it
- Why so Many Developers Quit Before Ever Getting a Job. Please — don’t
- Who Killed The Junior Developer?
- Docker Tip #1 — Docker Aliases
- Docker Image Building – Lessons learned
- GraphQL as an API Gateway to Microservices
- Why should I care about Kubernetes, Docker, and Container Orchestration?
- Best Practices for Modals / Overlays / Dialog Windows
- Rails 5.1.5 released
- Node v6.13.0 (LTS)
Tools & Codes
- Embulk – bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services
- kube-ops-view – Kubernetes Operational View
- kubectx – Fast way to switch between clusters and namespaces in kubectl
- No Dock – Docker Compose for Node project
- console-probe – Inspect JavaScript object methods and properties in the console
- Stimulusjs – a javascript framework
Tags:
daily,
development
Pengenalan tmux
Sering menggunakan banyak window atau tab? misalkan membuka vim
, ssh
ke server, koneksi ke database server, docker
di tab yang lain, dan akhirnya akan banyak tab atau window yang dibuka. di Jenius khususnya dan sebagai developer pada umumnya, hal ini pasti terjadi hampir setiap hari.
Agar tidak perlu mengatur banyak window atau tab, hal ini bisa diatur oleh tmux
atau Terminal Multiplexer, sebuah command line tool yang berguna diantaranya untuk,
Tags:
development,
jakartadev