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

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...

the END of VPNs?!

Ditch your VPN and start using Twingate (it’s FREE): https://ift.tt/hqdx24Z Want to try the teams and business plan? Use my coupon codes to get 3 months FREE: 🚀Monthly Plan: NETWORKCHUCK-MONTHLY 🚀Annual Plan: NETWORKCHUCK-YEARLY Say goodbye to VPNs for...

the END of VPNs?!

Ditch your VPN and start using Twingate (it’s FREE): https://ntck.co/twingate

Want to try the teams and business plan? Use my coupon codes to get 3 months FREE:
🚀Monthly Plan: NETWORKCHUCK-MONTHLY
🚀Annual Plan: NETWORKCHUCK-YEARLY

Say goodbye to VPNs for remote access! I’ve ditched my VPN

What’s New in Dart 3: Introduction

Dart 3 has been described as the largest Dart release to date. These features were first announced at Flutter Forward, and I am so happy that we can use them now that Flutter 3.10 and Dart 3.0 have been officially released.

What’s New in Dart 3: Introduction

Dart 3 has been described as the largest Dart release to date. These features were first announced at Flutter Forward, and I am so happy that we can use them now that Flutter 3.10 and Dart 3.0 have been officially released. View original...

WordPress – Serverless Migration For Your Existing Websites

Hey, Mike here! This is my second serverless WordPress video. I'm really pleased with how smooth this deployment went. I'm using Ymir App, a WordPress serverless deployment platform. It's pretty good, and having some hands on practice definitely helps. The deployment...

WordPress – Serverless Migration For Your Existing Websites

Hey, Mike here! This is my second serverless WordPress video. I’m really pleased with how smooth this deployment went.

I’m using Ymir App, a WordPress serverless deployment platform. It’s pretty good, and having some hands on practice definitely helps. The deployment in this video went blazing fast

You Need to Learn This! Cloudflare Tunnel Easy Tutorial

Cloudflare Tunnels is an amazing technology that can not only replace traditional VPN in many cases, but has a number of distinct advantages. In this video, I discuss those advantages and then go through a complete Cloudflare Tunnels setup from start to finish.

Crosstalk Merch: https://www.crosst

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