dev
What is Serverless Computing
Learn and discover how the serverless programming model provides a simpler, more cost-effective way of developing and operating applications in the cloud
Git Source Code Repository Design Considerations
A discussion of the two most widely adopted source code management repository strategies in the software development industry
What is cURL
An introductory tutorial on how to install the handy command line tool name cURL and when and where to use it
The basics of version control
One of the most important skills a software developer needs to learn is how to use and master version control.
How to reverse engineer MySql Database EF Core
Details on how to reverse engineer a MySql database using EF Core and resolve exceptions generated.
Install Docker on ubuntu for developers
How to install Instructions for docker community edition on a ubuntu desktop computers. Step by step instructions to ensure you properly install docker ready for software development machines using Ubuntu
What is Git
Git is a popular version control system to help software developers maintain a version history of their code
Using the Repository and Unit Of Work Pattern in .net core
A detailed discussion on the implementation of a Generic Repository pattern for .net core entity framework.
Get All C# Classes Implementing an Interface
an example of how to use reflection to retrieve a list of classes that implement a specific interface and then execute a method on that interface.
Redis InMemory Cache in ASP.net MVC Core
A guide to configuring ASP.net MVC Core Application to use Redis Session store developing a custom provider
C# Tuples
Exploring the Tuples the New C# 7 language feature learning both the Advantages and limitations of this great language enhancement.
What are Microservices
The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack.
Enable SSH on ubuntu
Secure Shell (SSH) is an extremely useful tool when administering a number Linux servers. If SSH is not enable on your ubuntu server this guide will assist you in configuring SSH.
- « Previous
- 1
- 2
- 3