In this article, we’ll look at some characteristics of good REST APIs with examples.
Soshace became a media partner of Running Remote Conference 2020
If you are serious about managing remote teams, this event is for you. Running Remote is carefully curated to teach you next-level, actionable strategies and tactics you can utilize the very next day
Creating Real-Time API with Beautiful Soup and Django REST Framework
In this post, we will use Beautiful Soup and Django REST Framework to create real-time API by crawling data. At the end of this tutorial, you’ll be able to turn any website into an API.
React Lesson 9: Homework Lesson 8
Hey all! Today we will start our lesson with your home task and see what data should be kept in store and what — in the state of the components.
The Era of Change – IoT and Machine Learning | Trends in Industry for 2020
IoT and Machine Learning along with artificial intelligence has been changing the way we live. This article deals with the trends of IoT and ML in 2020.
This Is How I Created a Simple App Using React Routing
react-router is an amazing library. Here’s how to create a simple app using it.
Create Simple POS With React, Node and MongoDB #4: Optimize App and Setup Deployment Workflow
This is the list of the tasks we have to complete during this chapter: separate backend and frontend, add environment variables to the backend, add environment variables to frontend, separate to individual route, setup auto-deployment of backend and frontend through Github
JavaScript find() and filter() Array Iteration Methods Made Easy
While this article will be more focused on making you understand these two array iteration methods, it will also create a fun, interesting and easy learning experience to its readers.
Top 20 Java String Interview Questions And Answers
In this article, I am covering the top 20 Java String Interview Questions. After reading this article, you will be ready to rock the String part of your Java Interview.
How to Create a Personal Blogging Website: Back-End (Flask/Python) #1
In this article, we’re going to create the back-end for our application using Flask, and in the next part, we’ll be creating the front-end using Angular.