Software engineeringMultiplatform design vs. brand-based design in React NativeLet's examine how to organize platform-specific style codes using React Native.
Software engineeringRemove console.log() Statements from Production JavaScript AppsThe good and the bad of console.log() statements
Software engineeringHandle errors like a rockstar in React 16+In September 2017 React 16 finally came out of beta bringing us some 🔥 exciting new features, like Fiber, DOM attributes, etc.
Software engineeringThemes in React and ReactNativeWhen developing a large scale app it is a good idea to build our own UI components. The styles should be factored out to be DRY.
Software engineeringFixed-Point Combinators in JavaScriptAn introduction to fixed-point combinators and lambda calculus with real-world JavaScript examples showing their power and beauty.
Software engineeringCustom File Upload Button With Pure CSSBrowsers don’t want us to customize file inputs but we do. There is simple trick to do this with pure CSS without any library or framework.
Software engineeringCurrying in JavaScript ES6Currying can give you a deeper understanding to JavaScript. Let’s see how it can be done with arrow functions!