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
You’ve tested. You’ve deployed. Your work is out in the wild. Then – WHAT IS THAT on your bug report? Oh… You have users on Internet Explorer. Jason shares how to test using Windows Virtual Machine on the MacBook.
Continue Reading
When to use a debugger, error monitoring services, and scripts instead of console.* for debugging Node.js.
Continue Reading
A great way to save hours of time is to always keep cross-browser best practices in mind throughout the process of developing a new site.
Continue Reading
JSX can be used for more than React. Robert Prehn, Revelry’s VP of Engineering, shows you how to use JSX syntax with other frameworks or even your own custom code.
Continue Reading
“We know you don’t know everything, that’s cool, we are going to teach you.”
Continue Reading