/dev/null

  • Home
  • Newsletter
  • About Me

Programming

Programming an Coding Tutorials

Programming

Dependency Injection in C#/ASP.NET Core explained

Dependency Injection is a method to implement IoC (Inversion of Control). It helps to make classes completely loose coupled by moving the creation of the needed dependencies outside of the object that is using them. Usually you will have a Client, a Service and an Injector. The Client uses a Read more…

By Zanidd, 5 months5 months ago
Programming

easy git Branching + Merging tutorial

This is a hands-on guide/tutorial for git branching and merging using the commands git branch and git merge. It describes how to collaborate with a team on multiple branches and merge them together. Merge conflicts will be discussed in the next article. The guide follows a hands-on approach with examples Read more…

By Zanidd, 5 months5 months ago
Programming

Git guide for beginners (+ GitHub and GitLab)

This git guide for beginners teaches how to get started with git as a complete beginner. You will learn how to create git repositories on your local machine and also on remote servers and platforms like GitLab and GitHub. It even features exercises along the way to get more hands-on Read more…

By Zanidd, 6 months2 weeks ago
Programming

Have I been pwned API | is it safe to use?

With the recent breaches and leaks, it might be a good idea to integrate the have i been pwned api into a login or register form. This way, users can be notified if they’re password/ email has known leaks. But is it safe and worth it? The API The API Read more…

By Zanidd, 1 year1 year ago

Posts navigation

1 2 3 Next
  • 404 Podcast not Found
  • Legal Notice
  • Newsletter
  • Privacy Policy
  • Security Consulting
  • Support Me
  • Zanidd
Hestia | Developed by ThemeIsle
This website uses cookies to improve your experience. We'll assume you accept this policy as long as you are using this websiteAcceptView Policy