PHPStan rule to to disallow accidental assignments in conditionals
The url has changed:
https://odan.github.io/2023/01/12/phpstan-disallow-assign-in-conditional-rule.html
@echo off | |
winget list | |
winget uninstall "Solitaire & Casual Games" | |
winget uninstall "Microsoft Kontakte" | |
winget uninstall "Movies & TV" | |
winget uninstall "News" | |
winget uninstall "Get Help" | |
winget uninstall "Microsoft People" |
The url has changed:
https://odan.github.io/2023/01/12/phpstan-disallow-assign-in-conditional-rule.html
dotnet add package MySql.Data.EntityFramework
using System.Configuration;
using System.Data;
using System.Data.Common;
Requires .NET 7 SDK
dotnet new sln -o MyApi
cd MyApi
dotnet new webapi -o MyApi
CPU Memory
If you accidentally committed something you shouldn’t have, and pushed it to Github, there are still ways to delete or modify it.
You can do an interactive rebase, which is useful if the commit isn’t the most recent one. If the commit was, for example, 12 commits ago, you can rebase from then, remove the offending commit, and save.
git rebase -i HEAD~12
First we have to create a private key for signature creation, and a public key for verification.
For local development you could also use Nginx with PHP as an replacement for XAMPP.
c:\nginx
c:/nginx/config/nginx.conf
and replace the server { ... }
section with this configuration:SELECT
LOWER(
CONCAT(
# 1th and 2nd block are made of 6 random bytes
HEX(RANDOM_BYTES(4)),
'-',
HEX(RANDOM_BYTES(2)),
https://odan.github.io/2019/12/02/slim4-oauth2-jwt.html
If you like the article, please click on the ⭐ button.