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
Daily Archives: November 21, 2020
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
C# and ASP.NET are used as the server-side programming language on many websites. We’ve released a course on the freeCodeCamp.org YouTube channel that will teach you how to create a web database app in ASP.NET Core using Visual Studio and the C# language. The course was created
Sometimes you might want to extract data from a website into a different format. But what if the website has no easy way to export that data? This is where web scraping comes in. We’ve released a crash course on the freeCodeCamp.org YouTube channel that will teach you how
