How To Stream Your PC with Low Latency …

► Follow me! 🐦 Twitter ►► https://twitter.com/MichaelNr0h 📷 Instagram ►► https://ift.tt/PWKwDrJ 🤖 Discord ►► https://ift.tt/YUzjb1v #️ Matrix ►► https://matrix.to/#/#michaelnr0h-community:matrix.org ▶️ Second Channel ►►...

How To Stream Your PC with Low Latency …

► Follow me!

🐦 Twitter ►► https://twitter.com/MichaelNr0h
📷 Instagram ►► https://www.instagram.com/MichaelNr0h
🤖 Discord ►► https://discord.gg/ZJVRvj3QGJ
#️ Matrix ►► https://matrix.to/#/#michaelnr0h-community:matrix.org
▶️ Second Channel ►► https://youtube.com/

Port Forwarding in Windows and Ways to Set it Up

Port forwarding is one of the fundamental techniques used to enhance the security and functionality of networks. It involves configuring a network router to forward incoming traffic from specific ports to a designated device on the network. [mgamazon search="netsh,...

Port Forwarding in Windows and Ways to Set it Up

Port forwarding is one of the fundamental techniques used to enhance the security and functionality of networks. It involves configuring a network router to forward incoming traffic from specific ports to a designated device on the network.

Introduction to the Microservices Architecture Pattern

With the increasing demand for large enterprise applications, a concept known as microservices has expanded throughout the software development industry, as developers are forced to adopt microservices architecture to construct large business systems. [mgamazon...

Introduction to the Microservices Architecture Pattern

With the increasing demand for large enterprise applications, a concept known as microservices has expanded throughout the software development industry, as developers are forced to adopt microservices architecture to construct large business systems.

JWT Token Authentication Using The .NET Core 6 Web API

We are going to discuss JWT Token Authentication and Implementation using .NET Core API 6. Before looking into this article, visit my below blog to understand the basics and details of JWT Token Authentication and Authorization and how things work using JWT.

JWT Token Authentication Using The .NET Core 6 Web API

We are going to discuss JWT Token Authentication and Implementation using .NET Core API 6. Before looking into this article, visit my below blog to understand the basics and details of JWT Token Authentication and Authorization and how things work using JWT. [mgamazon...

How to generate a swagger.json file on build in.NET core

Swagger is a powerful tool to create Web APIs in .NET Core (and .NET 5). When your API is online there is a swagger.json file that contains the entire definition of your API. But did you know that there is a way to generate this swagger.json file on build time?...

How to generate a swagger.json file on build in .NET core

Swagger is a powerful tool to create Web APIs in .NET Core (and .NET 5). When your API is online there is a swagger.json file that contains the entire definition of your API. But did you know that there is a way to generate this swagger.json file on build time?

Chernobyl: Worst Accident Ever

Difference between the Russia RMBK reactor, like the one at Chrenobyl, and the rest of the reactors in the world: the containment building and the moderators. Why Chernobyl can not happen here. Why losing the cooling water automatically shuts down non-Chernobyl like reactor, and how the Chernobyl ty

MySQL per database size with a simple query

Not 100% accurate (as it uses data and index length from information_schema.TABLES), but still useful: SELECT table_schema AS "Database", ROUND(SUM(data_length + index_length) / 1024 / 1024, 2) AS "Size (MB)" FROM information_schema.TABLES GROUP BY table_schema;

Using Github Actions With Flutter

In this article, we will see how to use Github Actions which is a continuous integration and continuous delivery tool with a Flutter Application. Github Actions is an automation software that helps in continuous integration and continuous delivery.

From Native to Flutter to Web

Hillel Coren explains he went from native mobile apps, to flutter apps and back to web app (using flutter). Useful tips here. Original article at https://hillel.dev/2020/02/27/flutter-web-things-to-know/ Source at https://github.com/invoiceninja/flutter-client

How to use an old iPad as a secondary screen for Windows 10

I have an old iPad 2 lying around. This iPad is getting useless as time goes by, and my 2 monitor setup at home is, sometimes, just not enough.  Recently i've found a handy piece of software called Wired XDisplay. The setup is pretty straightforward: Install XDisplay...

Forms in Flutter beta 2 – important limitations

After trying to get Flutter forms to work, mixed with learning Dart and all the Flutter's intricacies, i came to the conclusion that Form support in Flutter is, at best, sub-par. Namely, there seems to be no support to sequence the inputs (e.g. when you insert text in...

ISO 8601 Week number in PHP, MySQL and MSSQL

The following methods calculate the ISO 8601 Week number in PHP, MySQL and Microsoft SQL Server, with the same exact results. All the examples below are using the same week criteria: week stars on Monday. MySQL is easy, as it supports this directly: SELECT...

Centos 6, running PHP7 alongside stock PHP5

I have a couple of servers running PHP 5.x.x on CentOS 6 and i want to migrate some to PHP7, without worrying about the older stuff. So, i could compile PHP7 from source, setup FPM and Opcache for it, etc, etc, but i found out that REMI as a solution for this...

One Keyboard+Mouse, multiple computers, the Microsoft way

From Microsoft Garage, the new "Mouse without Borders" - it supports also keyboard, clipboard and file drag and drop. Its an alternative to Synergy, Input Director and similar solutions. I'll give it a try later. Download it here.

Setup Lighthouse, CentOS, 3 simple steps

Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices. Here is a simple 3 step setup guide for CentOS: Setup the EPEL yum repository install nodejs and npm using YUM Run npm install -g lighthouse And...

Pin It on Pinterest

Share This