Strona głównaUżytkownik

witek1902 | użytkownik

witek1902
witek1902
320,09
1135 dni, 13 godzin, 34 minuty temu
26 lipca, 2018
dotnetomaniak.pl

Jak zostać świetnym programistą? Czym właściwie są dobre praktyki programowania? Z których warto korzystać? Uchylimy rąbka tajemnicy. Eksperci od kodu w Altkom Software & Consulting zdradzili nam, co jest ich zdaniem ważne, aby kod był czysty.

Źródło: altkomsoftware.pl
Dziel się z innymi:
5 najlepszych praktyk dobrego programowania

Sztuka programowania 1136 dni, 14 godzin, 11 minut temu witek1902 204 źrodło rozwiń

In this post, I will try to show two useful techniques: custom test data builders and asserts. I will also try to point out how certain DDD tactical patterns help write better tests.

Better Unit Tests With Custom Builders, Asserts And A Sprinkle of DDD

Sztuka programowania 1198 dni, 13 godzin, 41 minut temu witek1902 70 źrodło rozwiń

What is technical debt? The best explanation of this term, coined by Ward Cunningham, was provided by Marin Fowler. We are unable to evolve IT systems perfectly. Every added or modified functionality introduces little deficiencies in software quality. These deficiencies accumulate over time and make it harder for us to sustain the pace at which we deliver our systems to production.

Źródło: altkomsoftware.pl
Dziel się z innymi:
How to intelligently manage your technical debt with behavioral code analysis - Altkom Software & Consulting

Sztuka programowania 1285 dni, 14 godzin, 58 minut temu witek1902 40 źrodło rozwiń

Our teams, at Altkom Software & Consulting, are using the Camunda BPM platform successfully in many projects for over 5 years. We designed, built, and deployed solutions based on Camunda in the financial and insurance industries allowing our customers to digitize their business and deliver business value faster, directly to their customers. Five years ago Camunda was a novelty, now it is well known and established platforms, one of the leaders in the workflow automation area, but most of the projects...

Źródło: altkomsoftware.pl
Dziel się z innymi:
Camunda and .NET Core - friends or foes? - Software House Altkom Software & Consulting

Architektura 1418 dni, 15 godzin, 16 minut temu witek1902 67 źrodło rozwiń

Outbox pattern is simple, yet powerful tool. Let’s see how does it work and what are the consequences of applying it. With outbox, instead of sending a message over the wire to message broker, we save a message to our microservice database as part of current business transaction. This way we achieve internal consistency inside our service. No messages will be sent if a transaction is rolled back...

Źródło: altkomsoftware.pl
Dziel się z innymi:
Transactional Outbox with RabbitMQ - Building Microservices | .NET Core

Sztuka programowania 1669 dni, 15 godzin, 6 minut temu witek1902 136 źrodło rozwiń

We observe that more and more customers are starting to use cloud computing. This is no longer a forbidden fruit, but it is becoming one of the key elements of modern IT infrastructure. Most companies have some combination of cloud and on-premise solutions. The number of applications from different vendors used in large corporations as well as smaller startups are growing rapidly. The second notable trend is the willingness to react quickly, change strategies and generate innovative ideas based on as muc...

Źródło: altkomsoftware.pl
Dziel się z innymi:
iPaaS - perfect-fitted solution for large enterprise systems?

Architektura 1704 dni, 15 godzin, 3 minuty temu witek1902 48 źrodło rozwiń

In this article we are going to show you how you can combine SignalR and RabbitMQ to build real time server-client communication. We will extend our insurance sales portal with chat service. This chat will let insurance agents communicate with each other. We also will use this chat service to send users information about certain business events like new product availability, successful sale or insurance product or tariff changes.

Źródło: altkomsoftware.pl
Dziel się z innymi:
Building Microservices On .NET Core – Part 6 Real time server client communication with SignalR and RabbitMQ

Sztuka programowania 1712 dni, 14 godzin, 41 minut temu witek1902 137 źrodło rozwiń

We live in a world of dynamically changing technologies. New ways of architecturing our solutions, new frameworks and libraries seem to appear on almost daily basis. But good software engineering is not about fancy frameworks and solutions aggressively promoted by their vendors. It is not about doing something because Netflix or Google did it. It is about taking well-thought-out decisions based on facts and knowledge. That’s why it is important to be familiar basic architectural concepts like CQRS. It is...

Źródło: altkomsoftware.pl
Dziel się z innymi:
CQRS and Event Sourcing Intro For Developers - Software House ASC

Architektura 1806 dni, 14 godzin, 44 minuty temu witek1902 231 źrodło rozwiń

Persistence is a solved issue, isn’t it? What is Marten? Using Marten Adding Marten to a project Setting Marten up Customizing schema and mapping Saving aggregates Loading aggregates Querying Compiled queries Patching data Marten Pros & Cons Summary

Źródło: altkomsoftware.pl
Dziel się z innymi:
Building Microservices On .NET Core - Part 5 Marten An Ideal Repository For Your Domain Aggregates

Sztuka programowania 1841 dni, 15 godzin, 17 minut temu witek1902 114 źrodło rozwiń

In this article we are going to focus on another fundamental concepts of microservice based architecture – api gateways.

Źródło: altkomsoftware.pl
Dziel się z innymi:
Building API Gateways With Ocelot - Software House ASC

Sztuka programowania 1869 dni, 14 godzin, 45 minut temu witek1902 142 źrodło rozwiń

In this article we will design internal architecture of non-trivial microservice that is responsible for both managing its data state and exposing it to the external world. Basically our microservice will be responsible for creation and various modifications of its data and also will expose API that will allow other services and applications to query for this data.

Źródło: altkomsoftware.pl
Dziel się z innymi:
Shaping microservice internal architecture with CQRS and MediatR

Sztuka programowania 1891 dni, 14 godzin, 41 minut temu witek1902 231 źrodło rozwiń

In this article we are going to focus on service discovery, which is one of the fundamental concepts of microservice based architecture. Service discovery is a mechanism that allows services to find each others network location. There are many possible implementations of this pattern, but in this article we will focus on implementation that consist of Service Registry component and Service Registry Clients.

Building Microservices On .NET Core - Service Discovery with Eureka

Sztuka programowania 1891 dni, 14 godzin, 41 minut temu witek1902 244 źrodło rozwiń

In first article in our series about building microservices in .NET core we are going to focus on internal architecture of a typical microservice. There are many options to consider depending on microservice type. Some services in your system will be typical CRUD so there is no use debating on their design...

Źródło: altkomsoftware.pl
Dziel się z innymi:
Shaping microservice internal architecture with CQRS and MediatR

Sztuka programowania 1921 dni, 13 godzin, 38 minut temu witek1902 191 źrodło rozwiń

I liked .NET technology from its inception. In fact I left the dark star of overxmlized J2EE development to join forces of rebellion around 2004. Over the years my team here at Altkom Software & Consulting built and maintained more and more complex business solutions for insurance and banking. While Java was in stagnation .NET platform developed very quickly. We wanted to find out possible options for dealing with typical microsevice related tasks like service discovery, service communication synchro...

Źródło: altkomsoftware.pl
Dziel się z innymi:
Building Microservices On .NET Core - Part 1 The Plan - Software House

Architektura 1928 dni, 13 godzin, 32 minuty temu witek1902 299 źrodło rozwiń

As a Software House that develops a lot of B2C and B2B systems we have to deal with content management systems on the daily basis. We use the most popular CMS solutions like LifeRay or Sitecore. These products offer great functionalities and experience for content creators and marketing. But they also heavily affect our systems architecture and usually tightly couple our solution to chosen CMS. Also our customers have to deal with this kind of heavy and strong dependency. Do we have any viable alternati...

Tagi: CMS
Źródło: altkomsoftware.pl
Dziel się z innymi:
Headless CMS as a Microservice - Software House Altkom S&C

Architektura 1935 dni, 13 godzin, 11 minut temu witek1902 103 źrodło rozwiń

Azure Functions 2.0 – real world use case for serverless architecture From technical point: C# and .NET Core, Azure Functions 2.0, CosmosDB, Azure Queue, BLOB, Tables, integration with JS Report, Twilio, SendGrid, monitoring with Application Insight. From business point: We had an idea to implement a billing in serverless architecture for a customer who sells its services in subscription based model. Customer sends a list of its employees who can use offered services. Based on contract prices for eac...

Źródło: asc.altkom.pl
Dziel się z innymi:
Azure Functions 2.0 - real world use case for serverless architecture

Cloud 1978 dni, 13 godzin, 30 minut temu witek1902 69 źrodło rozwiń

Temat mikroserwisów w świecie IT jest ciągle żywy. Jak każda nowość – generuje dużo szumu i wzbudza wiele kontrowersji. Jeszcze do niedawna rozmowy o architekturze mikroserwisowej dotyczyły tylko i wyłącznie backendu aplikacji. Przestarzały, nielubiany i krytykowany przez wielu monolit spychany był w stronę warstwy prezentacji. W pewnym momencie zaczęto się zastanawiać – czy coś nam zaraz nie wybuchnie?

Źródło: asc.altkom.pl
Dziel się z innymi:
UI w epoce mikroserwisów - Micro Frontends i Web Components

Architektura 1978 dni, 13 godzin, 30 minut temu witek1902 160 źrodło rozwiń

W tym artykule pokażemy, jak w prosty sposób wewnątrz naszego chatbota użyć usługi interpretacji języka naturalnego LUIS, zbudowanej i rozwijanej przez Microsoft w ramach Cognitive Services.

Źródło: asc.altkom.pl
Dziel się z innymi:
Chatboty i rozumienie języka naturalnego - Altkom Software & Consulting

Inne 2019 dni, 14 godzin, 7 minut temu witek1902 49 źrodło rozwiń

Boty nie są nowym rozwiązaniem. Istnieją na rynku od wielu lat. Obecnie, ich znaczenie i wykorzystanie w komunikacji z klientami istotnie rośnie, między innymi za sprawą coraz większej popularności komunikatorów internetowych. Dzięki połączeniu ChatBota z używanymi na co dzień kanałami komunikacji typu Facebook Messenger, możemy zaproponować nasze usługi za pośrednictwem i...

Źródło: asc.altkom.pl
Dziel się z innymi:
Nasz pierwszy ChatBot - Microsoft Bot Framework w Azure

Cloud 2027 dni, 14 godzin, 43 minuty temu witek1902 84 źrodło rozwiń

Mikrousługi (ang. microservices) to styl architektoniczny zorientowany na szybkość rozwoju oprogramowania, rozumianą jako liczba funkcjonalności tworzonych w jednostce czasu oraz czasochłonność całego procesu wytwórczego – od koncepcji do wdrożenia (time to market). Coraz większej popularności podejścia mikrousługowego sprzyja obecna wysoka zmienność otoczenia biznesowego, co zmusza firmy do szybkiego reagowania celem uniknięcia sytuacji kiedy dobre rozwiązanie wdrożone zbyt późno staje się złym rozwią...

Od monolitu do mikrousług - migrować czy nie migrować?

Architektura 2061 dni, 14 godzin, 38 minut temu witek1902 136 źrodło rozwiń

1 2

Najaktywniejsi w tym miesiącu