On one side, COVID-19 led to the current economic crisis. On the other side, it has accelerated an already expanding digital era. As the world is soaking in the immediate and unprecedented challenges the COVID-19 pandemic outbreak has created in the education field, we witness a hastened rise in virtual learning. Education industry’s tech disruption […]
This topic is super trendy in interviews, so you have to know it if you are looking for a job There’s not only one way to solve a problem, but not all of them are the best. Every solution is not capable of efficiently using our resources. Therefore, we need to find the best, most […]
Harness the power of Python with data and Leaflet.js on mapping to create rich map visualizations Folium is a python package that combines all the spectrum of tools python offers to manipulate data with the leaflet javascript library to create rich and interactive maps. As usual for my articles, I’m providing a Google colab jupyter notebook with all […]
If you want to learn to code, the most important thing is to start. Choosing our first programming language is a dilemma most of us had gone through when we were taking our first, tentative steps on this programming journey. Your first programming language becomes a deciding factor that shapes your impression of programming itself. […]
Touted as the biggest update to iOS 14, Apple is poised to roll out its currently beta-testing iOS 14.5 OS version this spring and the excitement levels of the iPhone lovers are, as usual, very high. There are plenty of welcomed features and enhancements such as the ability to unlock your iPhone using Face ID […]
Learn about the tech stack we use at FeedHive, the whys and hows. Simon (@SimonHoiberg ) is a super developer on Twitter. He inspires many people with his tweets on development, javascript/typescript, entrepreneurship, and much more. He’s also the Founder of FeedHive , a platform built around the idea of growing and handling your social media. As someone […]
The new digital age demands continuous and dedicated efforts in healthcare innovation to develop new or improved health systems, policies, products, services, technologies, and delivery methods. Having a gaze at one of the most remarkable healthcare outcomes of COVID-19, the emergence of telemedicine has become a potential and effective medium of healthcare delivery. The digital […]
Keyboard recommendations for developers As developers we don’t need many tools to work, many would say that we just need a laptop or computer, and even though that’s true, there’s a difference between having the minimum required to work to have the tools that you need to work comfortably, productive and healthy. Today we are […]
Demystifying Threads is Node.js Often, we talk about how Node’s single-threaded nature makes Node applications easily scalable and resource-efficient. But it also makes Node an unsuitable choice for implementing CPU-intensive tasks . But as a workaround to this problem, in its v10.5.0 release, Node introduced the concept of worker threads. Worker threads provide a mechanism to spawn […]
Learn how to use Axios for all your HTTP requests Axios is one of the favorite HTTP clients among Javascript developers. It is used to send HTTP requests, especially AJAX requests, from the client-side as well as the server-side. Sending HTTP requests from the Javascript side is now almost a necessity when developing dynamic web applications. […]