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. […]
Learn the basics of NLP with Python and how to give meaning to text Computers speak their own language, the binary language. Thus, they are limited in how they can interact with us humans; expanding their language and understanding our own is crucial to set them free from their boundaries. NLP is an abbreviation for […]
Fintech has emerged as a huge revolution over the past couple of years. The need for secure and robust financial technology was even more in demand, in light of the pandemic, where people desperately needed financial services and automated processes that they could access remotely through technology. When one can’t go to the banks, financial […]