DevTestSecOps
138 subscribers
469 photos
29 videos
37 files
695 links
Forwards and notes on development, testing, security, and operations from @q587p.

About me: studied as System Architect, worked as a SysAdmin, working now as an Test Automation Engineer. Also, I'm interested in hacking (and everything related to it).

జ్
Download Telegram
#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/
#hack #fishing

Some things never get old.
#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
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/
#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