Giter Club home page Giter Club logo

Alejandro Junqui's Projects

asynchronous-programming icon asynchronous-programming

The Task asynchronous programming model (TAP) provides an abstraction over asynchronous code. You write code as a sequence of statements, just like always. You can read that code as though each statement completes before the next begins. The compiler performs a number of transformations because some of those statements may start work and return a Task that represents the ongoing work.

cd.cooper icon cd.cooper

PowerShell Script for Continuous Deployment: Automate your continuous deployment process with this efficient and customizable script, designed to streamline the deployment of your application. Optimize your workflow and ensure fast and consistent deliveries!

compose-examples icon compose-examples

Various Docker Compose examples of selfhosted FOSS and proprietary projects.

design-pattern-factory icon design-pattern-factory

Factory pattern is one of the most used design patterns in Java. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object. In Factory pattern, we create object without exposing the creation logic to the client and refer to newly created object using a common interface.

design-pattern-null-object icon design-pattern-null-object

In Null Object pattern, a null object replaces check of NULL object instance. Instead of putting if check for a null value, Null Object reflects a do nothing relationship. Such Null object can also be used to provide default behaviour in case data is not available. In Null Object pattern, we create an abstract class specifying various operations to be done, concrete classes extending this class and a null object class providing do nothing implemention of this class and will be used seemlessly where we need to check null value.

design-pattern-repository icon design-pattern-repository

Repository pattern is a kind of container where data access logic is stored. It hides the details of data access logic from business logic. In other words, we allow business logic to access the data object without having knowledge of underlying data access architecture.

design-pattern-state icon design-pattern-state

The State design pattern is used when the behavior of an object changes depending on the state of the object.

design.patterns icon design.patterns

Explore a comprehensive collection of design patterns implemented in .NET for building robust and scalable software solutions. This repository serves as a practical reference, showcasing a diverse set of proven architectural patterns, including creational, structural, and behavioral patterns.

designpattern.creational.singleton icon designpattern.creational.singleton

Singleton pattern is one of the simplest design patterns in any language development. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object. This pattern involves a single class which is responsible to create an object while making sure that only single object gets created. This class provides a way to access its only object which can be accessed directly without need to instantiate the object of the class.

docs icon docs

This repository contains .NET Documentation.

eshoponcontainers icon eshoponcontainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.

handson.labs.ktodo icon handson.labs.ktodo

API with Clean Architure, Solid Pinciples, Unit Test, Repository Patter, Application Services, Unit of Work, CQRS Pattern, Dependency Injection with MediateR

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.