Subscribe to my newsletter and never miss my upcoming articles
Software developers not only need to stay up to date with modern technologies, frameworks, or libraries. They need to learn and practice their skills. There are many websites with free or paid programming courses, but where to practice coding skills?...
In this tutorial we will take a closer look at few methods used to retrieve items from collections: Single() SingleOrDefault() First() FirstOrDefault() Firstly, we will prepare our list: List<Student> students = new List<Student>(); students.Add(n...
In this short tutorial, we will implement functionality to validate IP address passed as a string. We are going to focus only on the IPv4. First of all, IP address consists of 4 parts, called octets, which are 8-bits numbers, each ranging from 0 to 2...
Here you can find out my curated list of free resources for developers and bloggers. 🌈 Colors: https://colorhunt.co/ https://coolors.co 📸 Photos: https://www.pexels.com https://www.pxfuel.com/ https://pixabay.com/ https://unsplash.com/ 📸 Illus...