Choosing a storage solution is one of the most significant decisions a developer (or development team) needs to make when building a web or mobile application.
Monthly Archives: November 2020
I first started learning to code in 2012. And there was one YouTube channel that all my friends used to learn algorithms and data structures: MyCodeSchool. Within minutes of watching MyCodeSchool, you could immediately tell that: These developers were really passionate about computer science. AndThey were exceptionally good at teaching
Once you understand the taxonomy of data, you should learn to apply a few essential foundational concepts that help describe the data using a set of statistical methods. Before we dive into data and its distribution, we should understand the difference between two very important keywords – sample and population.
Computer generated random numbers are divided into two categories: true random numbers and pseudo-random numbers. True random numbers are generated based on external factors. For example, generating randomness using surrounding noises. But generating such true random number is a time consuming task. Therefore, we can utilize pseudo-random numbers which are
I have written about Data Analytics on freeCodeCamp before. In my previous posts I have provided examples and concepts tied to the foundations of data analytics. And I discussed how you can use the frameworks of this discipline to work across problem sets in multiple academic and professional domains. Given
If you love writing and technology, technical writing could be a suitable career for you. It’s also something else you can do if you love tech but don’t really fancy coding all day long. Technical writing might also be for you if you love learning by teaching others, contributing
As the Flutter mobile app development framework grows more and more popular, many business are choosing to use it for their projects. Many devs appreciate its ability to develop apps with pixel perfect UIs using a simple structure of widgets. I think Flutter is the future of mobile app development
The AV1 Image format, or AVIF, is the latest image codec on earth. AVIF is an optimized image format which was created to make our images smaller while keeping the same quality (lossless). The file extension for AVIF is .avif. In this article, I want to talk about its features
Here’s an overview of the six most crucial code obfuscation techniques in use today to get you started on the path to writing more secure software.
Have you ever thought about returning multiple server responses using only a single connection? Yes, that’s what this article is about. Today I will be showing you how to implement gRPC server-side streaming with Go. It’s okay, he won’t biteBefore we go straight to the implementation, let’s cover what
