Modular Development How to Maximize Your Ability to Reuse Code Across Projects Code reuse is a critical technique for scalable application development. Here are some ways to ensure that you can reuse components across as many projects as possible.
DevOps How to Ensure That Your Dependencies Are Up to Date Dependency management is a common challenge when scaling apps. Here are some easy ways to keep your dependencies up to date.
Data Visualization Best Open Source Data Visualization Tools Data science is driving key decisions across every industry. Here are some open source data visualization tools that you can use to extract insights from your data.
React Native Top Open Source React Native Packages of 2020 React Native comes with many open source libraries supported by its strong developer community. In this article, we are going to talk about the top 7 libraries that are used in React Native projects.
JavaScript š¾ Add some pixel art flair to your GitHub calendar heat map I was so bored lately that I had the crazy idea to make this useless (therefore essential) project, GitHub Spray. This command line interface is build in javascript, available as a npm module, andā¦
JavaScript 29 Useful Open Source Libraries forĀ NodeJS Node.js has become more and more popular as a framework because provides quick and efficient solutions for back-end development and integrates well with front-end platforms. Created by Ryan Dahl inā¦
React Building An Easy-To-Use Facebook Image Grid Library forĀ npm In 2016, a client asked me to develop an image grid feature like Facebook uses to display pictures on a userās wall. I first built this feature on Angular 1.x. Since that time, I have workedā¦