JavaScript React Hooks Basics— Building a React Native App with React Hooks React 16.8 welcomed the dawn of Hooks. This new addition is both a new concept and pragmatic approach that helps you use state and lifecycle methods behavior in functional React components, that is…
Programming The Most In-Demand Tech Skills, Scraped From Indeed.com The tech industry moves fast. It is unrealistic to learn the ins-and-outs of every programming language and technology. As a result, software engineers must decide which skills to focus on. To…
React Native How To Build Your First VR App with ViroReact, React Native, and Crowdbotics Virtual Reality (VR) is an immersive technology that has intentions to improve the experience by providing a three-dimensional realistic environment rendered for the individual to feel real. The…
React Native How to Build a Real Time Logo Detection App with React Native, Google Vision API and Crowdbotics Google Vision API is a great way to add image recognition capabilities to your app. It does a great job detecting a variety of categories such as labels, popular logos, faces, landmarks, and text…
Django How to Get a Head Start Building Your Next Django App with the Crowdbotics App Builder If you are a web developer, choosing a web framework to build an app is a big deal. There are quite a number of frameworks out there to pick from, each designed to meet general as well as specific…
JavaScript Build your own radio streaming app with Howler.js 🔊 Using Howler.js to build a lightweight streaming radio app
iOS iOS App Scaffolding with Crowdbotics in Under 5 Minutes Setting up a development environment in XCode for your new app is time consuming. Crowdbotics iOS scaffolding enables you to focus on development rather than project set up. After reading this…
Software Development TDD x ROI: Is Test-Driven Development worth the money? Test-Driven Development has many advantages, undoubtedly. However, one of the significant problems that are standing in the way of its implementation is the fact that writing unit tests is more…
React Native How To Build a News Reader App with React Native and NewsAPI React Native is a great platform to build cross-platform mobile applications for iOs and Android. While there are few other framework options available in the mobile app development space to build…
Ruby on Rails A 10-point checklist for building apps with Ruby on Rails Here are 10 things I recommend entry-level developers always consider when building an application with Ruby on Rails. I know. I’m dying to code. But, there is important groundwork to be done before…
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…
Bots Building a Facebook Messenger Jobs Bot For Coinmonks Using The Crowdbotics App Builder Apart from occasionally contributing articles to Crowdbotics, I also run Coinmonks — a Blockchain job portal and a Medium publication. We have a Facebook page where people frequently ping us for help…
React 21 Useful Open Source Packages for React Native We live in the world of a variety, yet mobile devices are dominated by two major platforms, iOS and Android. It is a two-horse race, but that doesn’t make mobile app development easy. For iOS you…
JavaScript How To Build a Hacker News Clone with React and Next.js Building (or cloning) a JavaScript-based app using React as the front-end framework comes with some challenges. You want to focus on building and shipping the application rather than spending too…
Machine Learning Top NodeJS Libraries and Tools For Machine Learning Javascript is often thought of a web programming language but Javascript, and javascript frameworks such as NodeJS, have many applications apart from just web apps including desktop applications…
NodeJS Add Instagram Login To Your NodeJS App Using PassportJS Today, we will learn how to add the Instagram login to a NodeJS application using PassportJS (one of the most popular way to manage authentication in NodeJs). We will learn how Instagram’s APIs works…
React How To Build A Blog From Scratch With React, Markdown, GraphQL and GatsbyJS There are lots of quick and easy, no-code ways to get blog up and running – such as Medium or Wordpress – but, whether it’s to customize, monetize, add security, or just learn, today, I’ll show you…
Ethereum Building A Dice Game DApp On The Ethereum Blockchain ‘DApp’ is an abbreviation for Decentralized app. DApps are a new paradigm for building apps where a back end centralized server is replaced by a decentralized peer to peer network. Industry-wide…
NodeJS Building an authenticated MERN Stack App Using Material UI Setting up the the back end and connecting it with a client-side library like React to fetch and display data is just the beginning. One you have the data user will interact with, you need to focus…
AWS How to Build a Serverless Backend with AWS Lambda and Node.js Serverless architecture is a cloud computing execution model where a cloud provider like AWS, Azure or Google Cloud is used to deploy backend or server-side code. In comparison to traditionally…
GraphQL Creating a GraphQL server with NodeJS When it comes to network requests between a client and a server application, REST (which stands for Representational state transfer) is one of the most popular choices for connecting the two. In the…
Angular Learn to Build a Simple Progressive Web App (PWA) with Angular and Lighthouse — Hacker News Clone In this tutorial, I will show you step by step how to build a Progressive Web Application using Angular. A Progressive Web Application is a performance focused web application that is streamlined for…
Ethereum How To Create A Basic Time-Sensitive Crowdsale Token With OpenZeppelin Library Recap: In the last tutorial series, we created a capped crowdsale using OpenZeppelin library, limiting an investor’s maximum and minimum investment. In this tutorial, we will extend that concept and…
NodeJS How To Build a REST API With Nodejs and PostgreSQL Whether building your own application as a front-end or back-end engineer, you are going to come across them. APIs are the core communication system behind the different software systems including…
Django How To Use Dynamic Subdomains In Django You should really consider serving each entity on a separate domain or subdomain. Why? Because…
Web Development When To Use Django (And When Not To) Choosing a language and framework because you used it on your last project — or because you are more familiar with it — is not the way to go. Before starting a new software project, you want to…