4 followers
I am a Software Engineering student at the University of Technology Sydney (UTS). This blog showcases my learning journey, so feel free to reach out if you have any advice or questions.
Project Idea & Motivation This semester I have completed Application Development with .NET, where I collaborated with fellow peers to successfully...
Routing Overview Web development relies heavily on routing, which directs users to different parts of a web application upon interaction. Routing...
Recap of JSON Patch As discussed in a past article, a JSON patch is a format specifier that describes a sequence of operations in a JSON document....
What is FluentValidation FluentValidation is a .NET library that builds strict and maintainable validation rules. It utilises the principles of...
Introduction Object-relational mapping (ORM)is a programming technique that allows database interaction using objects, mapping database models to...
What are HTTP Methods HTTP (HyperText Transfer Protocol) methods are a set of requests that enable APIs (Application Programming Interfaces) to...