Monthly Archive: January 2023

0

What’s new in C# 11

C# 11 is a programming language published by Microsoft and is constantly updated with innovations. Below I can list some...

0

React Toastify

React Toastify is a library that allows you to easily add toast notifications to your React app. Toast notifications are...

0

Flutter Image View Widget

Flutter is a mobile app development platform and includes various widgets to display images. You can use the “Image” widget...

0

Flutter App

Flutter is a mobile application development platform developed by Google. Flutter was designed as a tool that facilitates the development...

0

While Loop Bash

In Bash, the while loop is used to execute a block of commands repeatedly as long as a certain condition...

0

Angular + SignalR

Angular is a JavaScript framework for building web applications, and SignalR is a library for building real-time, bi-directional communication applications....