Thursday, January 30, 2020
Monday, January 27, 2020
Abandoning MySQL in favor of a database-free architecture and an Elixir-driven data indexing model
https://moz.com/devblog/moz-analytics-db-free
We are abandoning MySQL database storage—our current infrastructure’s decisive bottleneck—in favor of a database-free architecture and an Elixir-driven data indexing model.
Labels:
big data,
data-pipeline,
database,
elixir,
performance
Elixir - online resources for learning
- ElixirConf Youtube Channel — All of the videos of speakers from ElixirConf starting back from 2017. Lots of great information and different perspectives.
- Elixir Forum — An active Elixir only forum where you can get quick and valuable feedback from engineers working in Elixir.
- Elixir tutorials and classes — A mixture of free and paid training classes.
- Elixir School — A destination for newbie and experienced Elixir programmers.
- Programming Elixir 1.6 — If you’re an experienced programmer looking for a comprehensive written resource on programming in Elixir, then this book is for you.
- Elixir training on Github
- Slack Bot tutorial — How to develop a Slack bot with Elixir and Phoenix.
- How to Learn Elixir for Hipster Javascript Developers — Some great basic concepts of Elixir.
- Learn Elixir in Y minutes — A high-level overview of Elixir on one page.
- How We Learned Elixir — A great story, with examples, about how engineers at a company learned Elixir.
Elixir, Telemetry, Prometheus example
A base Elixir project with Prometheus instrumentation through telemetry
https://github.com/philcallister/elixir_prometheus_telemetry
https://github.com/philcallister/elixir_prometheus_telemetry
Friday, January 24, 2020
Web Components related
What Would You Do Without a Framework? Front-End Anew with Lit-HTML - May 29 2019
Declarative Reactive Web Components with Justin Fagnani - June 2019
Labels:
html,
javascript,
web applications
Thursday, January 23, 2020
Thursday, January 16, 2020
Wednesday, January 15, 2020
React concepts to know before learning/using Redux
Below is a 2017 article, but it has good info related to setState(), lifting state, higher-order components, Context, Container & Presenter pattern
https://www.robinwieruch.de/learn-react-before-using-redux
https://www.robinwieruch.de/learn-react-before-using-redux
Tuesday, January 14, 2020
Monday, January 13, 2020
Sunday, January 12, 2020
Iterator
Excerpt from https://davidwalsh.name/es6-generators
Iterators are a special kind of behavior, a design pattern actually, where we step through an ordered set of values one at a time by calling
Iterators are a special kind of behavior, a design pattern actually, where we step through an ordered set of values one at a time by calling
next()
. Imagine for example using an iterator on an array that has five values in it: [1,2,3,4,5]
. The first next()
call would return 1
, the second next()
call would return 2
, and so on. After all values had been returned, next()
would return null
or false
or otherwise signal to you that you've iterated over all the values in the data container.
Labels:
algorithms,
computer science,
design,
programming
New Web APIs
Picture in Picture API - https://css-tricks.com/an-introduction-to-the-picture-in-picture-web-api/
Intersection Observer API - https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
Intersection Observer API - https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
Sunday, January 5, 2020
Subscribe to:
Posts (Atom)
Followers
Blog Archive
-
▼
2020
(315)
-
▼
January
(25)
- Monolith vs Micro-Services
- Using Phoenix and Rails together for a project, Te...
- Abandoning MySQL in favor of a database-free archi...
- Elixir - online resources for learning
- Elixir, Telemetry, Prometheus example
- htop explained visually
- The Sass Ampersand
- Web Components related
- ThoughtWorks Tech Radar 2020
- Bash scripting related
- React - Fetching Data
- React Controlled Components
- React Hooks
- RxJs related
- React concepts to know before learning/using Redux
- Redux Vs Mobx Vs React-State
- Mastering Phoenix Framework - online version of th...
- E-Commerce UI KIT using Flutter
- Elixir & Phoenix course
- Phoenix LiveView intro
- Michael Schaefermeyer - Buildings start-ups with E...
- Top 10 most popular React UI Component Libraries 2...
- Iterator
- New Web APIs
- Redux Saga Tutorial
-
▼
January
(25)