Organizing React Native Styles
Even though it’s really easy to get in the habit of using inline styles all over the place in your components, there might be better ways of organizing your styles for React Native.
Continue Reading
Even though it’s really easy to get in the habit of using inline styles all over the place in your components, there might be better ways of organizing your styles for React Native.
Continue Reading
This post will show you how to write a bash script to re-darken Slack on MacOS with a single command and save your dark-mode-accustomed eyes from the stress of unnecessary light theme exposure.
Continue Reading
Having this Elixir-to-Node bridge allows us to use a tried-and-tested JavaScript library for our app while we get our Elixir client off the ground.
Continue Reading
Once he wrote his own implementation of Conway’s Game of Life, Jonathan finally felt like a real programmer. He continues to apply this tactic when learning a new language or library. Here, he shares the results of using it on Ramda.
Continue Reading
Jonathan shares code samples that prove how functional programming helped resolve some coding challenge problems much faster, and with fewer lines of code, than more imperative approaches would have — even for more imperative languages such as JavaScript.
Continue Reading