#programming #CSharp
Loop Optimizations in C# (and various other compilers)
This post comprises infographics showing various loop optimizations that happen in C# (dotnet) and other languages.
https://leveluppp.ghost.io/loop-optimizations-in-various-compilers/
Loop Optimizations in C# (and various other compilers)
This post comprises infographics showing various loop optimizations that happen in C# (dotnet) and other languages.
https://leveluppp.ghost.io/loop-optimizations-in-various-compilers/
#Glovo #hack
https://www.forbes.com/sites/thomasbrewster/2021/05/04/exclusive-hackers-break-into-2-billion-delivery-startup-glovo/
https://www.bloomberg.com/news/articles/2021-05-11/delivery-app-glovo-s-customer-data-for-sale-on-dark-web
https://www.forbes.com/sites/thomasbrewster/2021/05/04/exclusive-hackers-break-into-2-billion-delivery-startup-glovo/
https://www.bloomberg.com/news/articles/2021-05-11/delivery-app-glovo-s-customer-data-for-sale-on-dark-web
Forbes
Exclusive: Hackers Break Into Glovo, Europe’s $2 Billion Amazon Rival
Glovo confirms a hack that saw a cybercriminal offer access to the burgeoning Amazon rival’s computers used to manage customer and courier accounts.
DevTestSecOps
#hack #fishing Some things never get old.
Bloomberg.com
Colonial Pipeline Paid Hackers Nearly $5 Million in Ransom
Colonial Pipeline Co. paid nearly $5 million to Eastern European hackers on Friday, contradicting reports earlier this week that the company had no intention of paying an extortion fee to help restore the country’s largest fuel pipeline, according to two…
Forwarded from neel
Lucifer – A Powerful Penetration Tool
#PrivilegeEscalation #Exfiltration #CyberSecurity
https://reconshell.com/lucifer-a-powerful-penetration-tool/
#PrivilegeEscalation #Exfiltration #CyberSecurity
https://reconshell.com/lucifer-a-powerful-penetration-tool/
Penetration Testing Tools, ML and Linux Tutorials
Lucifer - A Powerful Penetration Tool - Penetration Testing Tools, ML and Linux Tutorials
If you want the cutting edge changes add -b dev to the end of git clone https://github.com/Skiller9090/Lucifer.git
DevTestSecOps
#security #password #2FA CASMM from https://twitter.com/danielmiessler https://danielmiessler.com/blog/casmm-consumer-authentication-security-maturity-model-2/
Updated version:
https://danielmiessler.com/blog/casmm-consumer-authentication-security-maturity-model/
https://danielmiessler.com/blog/casmm-consumer-authentication-security-maturity-model/
Danielmiessler
The Consumer Authentication Strength Maturity Model (CASMM) V6
If you know anything about internet security then you likely spend a lot of your time helping people improve their password hygiene. People like moving up ranki
#testing #conference
ProQuality Community are calling for the first big event of the year – One Day ProQuality.
Date: May 20 from 10:00 to 16:30 (GMT +3:00)
Format: Online, RUS
In One Day ProQuality you will learn:
• the advantages of JS automation and cloud testing;
• who is a Quality Architect and how to become one;
• why a game tester doesn't "just play games" and manual testing never dies.
And these are just a few of the One Day ProQuality themes: register and join community now!
https://epa.ms/yt-pq-reg
ProQuality Community are calling for the first big event of the year – One Day ProQuality.
Date: May 20 from 10:00 to 16:30 (GMT +3:00)
Format: Online, RUS
In One Day ProQuality you will learn:
• the advantages of JS automation and cloud testing;
• who is a Quality Architect and how to become one;
• why a game tester doesn't "just play games" and manual testing never dies.
And these are just a few of the One Day ProQuality themes: register and join community now!
https://epa.ms/yt-pq-reg
wearecommunity.io
One Day ProQuality
One Day ProQuality – твой день, посвященный росту в тестировании вместе с ProQuality Community.
DevTestSecOps
#testing #conference ProQuality Community are calling for the first big event of the year – One Day ProQuality. Date: May 20 from 10:00 to 16:30 (GMT +3:00) Format: Online, RUS In One Day ProQuality you will learn: • the advantages of JS automation…
YouTube
One Day ProQuality
ProQuality Community are calling for the first big event of the year – One Day ProQuality.
Date: May 20 from 10:00 to 16:30 (GMT +3:00)
Format: Online, RUS
In One Day ProQuality you will learn:
• the advantages of JS automation and cloud testing;
•…
Date: May 20 from 10:00 to 16:30 (GMT +3:00)
Format: Online, RUS
In One Day ProQuality you will learn:
• the advantages of JS automation and cloud testing;
•…
Forwarded from Deleted Account
If Application Security is your passion or/and responsibility, you must join this free event from the OWASP SAMM project. It is on May 27, and you do not want to miss it.
https://owaspsamm.org/user-day/
https://owaspsamm.org/user-day/
owaspsamm.org
User Day
User Day June 26, 2024
#programming #CSharp
In recent years, there’s been a trend of strict null checking in programming languages:
* TypeScript has the strictNullChecks option.
* In Kotlin (preferred language for Android development), all types don’t allow null values by default.
* In Swift (Apple’s language of choice), only the Optional data type allows null values.
* Nullable reference types bring similar functionality to C#. The feature was originally planned for C# 7 and was finally released as part of C# 8.
In this tutorial, author looks at the state of the Nullable Reference Types feature in C#, one year after its initial release:
https://www.dotnetcurry.com/csharp/nullable-reference-types-csharp
In recent years, there’s been a trend of strict null checking in programming languages:
* TypeScript has the strictNullChecks option.
* In Kotlin (preferred language for Android development), all types don’t allow null values by default.
* In Swift (Apple’s language of choice), only the Optional data type allows null values.
* Nullable reference types bring similar functionality to C#. The feature was originally planned for C# 7 and was finally released as part of C# 8.
In this tutorial, author looks at the state of the Nullable Reference Types feature in C#, one year after its initial release:
https://www.dotnetcurry.com/csharp/nullable-reference-types-csharp
Dotnetcurry
Nullable Reference types in C# – Best practices | DotNetCurry
In this tutorial, I look at the state of the Nullable Reference Types feature in C#, one year after its initial release.