Skip to content

Software Development

Getting started with Tensorflow

general introduction into Machine Learning and Neural Networks and Tensorflow in order to provide developers with a broader understanding of the subject and how to implement a basic machine learning algorithm using Python, Anaconda and Tensorflow

dotnet core

The Builder Pattern .net core

Builder Pattern is useful for encapsulating and abstracting the creation of objects. It is distinct from the more common Factory Pattern because the Builder Pattern contains methods of customising the creation of an object.

dotnet core

ASP.net Core 2.2 JWT Authentication tutorial

Cookies are stale. These days there are better solutions for user authentication, which solve the headaches cookies cause with mobile and single-page applications.

Check out how to make use of JWT token authentication in .net core.