top of page
Search


Introduction to Git Branching Strategies
Git branching allows developers to diverge from the production version of code to fix a bug or add a feature. Developers create branches...

The Tech Platform
Aug 16, 2022


Program to Count the Number of Vowels in String in Python
Program to Count the Number of vowels we’re going to check how many vowels are present in a given String . There are five vowels– a, e,...

The Tech Platform
Aug 11, 2022


Clean Code Principles in Django
Cleaning is probably not your favorite pastime activity, and it’s certainly not mine. Whether it’s cleaning your room or cleaning your...

The Tech Platform
Aug 11, 2022


Introduction to Channels in .NET
What are Channels? Channel is a concept for passing data between producers and consumers. More specifically, a channel has a queue where...

The Tech Platform
Aug 10, 2022


Coding : Principles, Types and Concepts
Coding is a list of step-by-step instructions that get computers to do what you want them to do. Coding makes it possible for us to...

The Tech Platform
Aug 10, 2022


C# Classes and Objects
A class is a user-defined blueprint or prototype from which objects are created. Basically, a class combines the fields and...

The Tech Platform
Aug 10, 2022


Top 12 Mac Apps for Developers 2022
Mac is one of the most loved platforms when it comes to supporting all the OS X developer tools. It is essential to have a proper set of...

The Tech Platform
Aug 9, 2022


How to handle blockers in Node.js ?
What is a blocker? Before we talk about “handling” a blocker in your code, we first need to identify it. A blocker is a CPU-intensive...

The Tech Platform
Aug 9, 2022


Top 10 Web Scraping Tools
Web Scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML...

The Tech Platform
Aug 8, 2022


Tips for writing Clean C# Code
Clean code is the art of writing the code that humans can understand easily. Writing code is not easy task, but when it comes to writing...

The Tech Platform
Aug 8, 2022
bottom of page
