Josep Ferrer·Nov 17, 2022Member-only4 killer SQL commands to take your SQL skills to the next levelAnd how to master these time-saving commands — SQL is a normally self-learned language. Its simplicity and fast learning curve make it the perfect language to crash into Data Science. I am pretty sure you have self-learned SQL, and you are already really good at it. However, with the rising volume of data, the need for skilled —…Programming7 min readProgramming7 min read
lavanya kinJavaScript in Plain English·Jan 11Member-onlyAngular CheatsheetAngular is a TypeScript-based open-source web application framework used to build web and mobile-based applications. This article will go through some of the angular features by explaining some of its core APIs. You can follow this angular cheat sheet to build your project. We have tried to cover Angular CLI…Angular7 min readAngular7 min read
Dmytro Misik·Nov 24, 2022Feature Flags in ASP.NETHow to turn on/off specific feature — When you’re developing enterprise software, you often need to integrate with other teams. You’re creating new features that will be consumed by other services or vice versa. And it’s a rare case when you deploy to production at the same time. Sometimes the difference can be months. Another scenario is…Dotnet4 min readDotnet4 min read
Charles CheninITNEXT·Nov 6, 2022Concurrent Processing in .NET 6 with System.Threading.Channels (Bonus: Interval Trees)Channels are a construct that simplifies concurrent execution and pipelining of data and is often touted as one of the main draws of Go. But did you know that .NET also has built-in support for channels? If you’re building apps that process large volumes of data or need to interact…Programming7 min readProgramming7 min read