FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
What's the hardest part about microservices? Your data
We explore the challenges of dealing with data when creating and developing microservices - https://goo.gl/tq7hbX

#microservice
Enough with the Microservices
At the risk of rewriting Martin Fowler’s Microservice Premium article, I thought it would be good to write up some thoughts so that I can send them to clients when the topic arises, and hopefully help people avoid some of the mistakes I’ve seen. - https://goo.gl/dq76l8

#microservice
Managing microservices with the Istio service mesh
With the adoption of microservices, new problems emerge due to the sheer number of services. Problems that had to be solved once for a monolith, like security, load balancing, monitoring, and rate limiting need to be handled for each service. - https://goo.gl/JWK4n3

#microservice
2017 is becoming the year of Container Security
Security is always of great importance, but that doesn’t mean it gets the marketing and media attention it deserves. Interestingly, however, I think, Docker and the rise of mass-scale containerisation outside of Silicon Valley is putting security front and centre. - https://goo.gl/31sht5

#microservice #docker
Simone - A Distributed Simulation Service
Simone is a service that enables configuration, deployment, and execution of simulations within arbitrary domains throughout the Netflix environment. - https://goo.gl/L9B1w4

#microservice
The essentials of throttling in your application architecture
Five scenarios for planning a service-oriented architecture or microservices architecture - https://goo.gl/WGVEBP

#microservice #architecture
The evolution of scalable microservices
How to leverage Events-first Domain Driven Design and Reactive principles to build scalable microservices, working our way through the evolution of a scalable microservices-based system. - https://goo.gl/YcSCVn

#microservice
Microservices implementation
Netflix stackThere are lot of tools and technologies for implementing Microservices. This article is focusing on doing it with the Netflix stack and SpringBoot. - https://goo.gl/drKuyL

#microservice
Testing Strategies in Microservices Architecture
It is essential that a microservice application is built with an awareness of how it can be tested. Having good test coverage gives you more confidence in your code and results in a better continuous delivery pipeline. - https://goo.gl/UY6pAi

#microservice #testing
Go, Docker, Google Cloud: A Microservice HOWTO
Saying that software engineers today enjoy MicroServices (MS) ‘a little bit’ is like saying people enjoy chocolate covered bacon ‘a little bit’. MicroServices does for internet systems what function calls do for assembly: abstraction without losing functionality. -
https://goo.gl/XcWqDN

#microservice
AI Eats Future of Software
Microservices will be a central theme of next generation applications. With so much of heterogenous components sitting inside one stack, monolithic approach would hardly make sense. Microservices can give the desired modularity and ability to build applications that can scale. - https://goo.gl/mMf4K7

#microservice #ai
Production Ready Microservices In Action
A practical guide for cloud native Microservice development. -
https://goo.gl/cgtWVk

#microservice
National Health Service, on Elixir and Kubernetes
The story of an awesome project that we built on Elixir, React.js + Redux.js and Kubernetes  -  eHealth for National Health Service of Ukraine. - https://goo.gl/iqfTTw

#microservice
Organizing Microservices - Modern Integration
Microservices is probably one of the most popular buzz words among developers, but as a person who worked in the software integration space for years, I started to see some resemblance of the old ESB days. - https://goo.gl/fJFSfd

#microservice
Introduction to Event Sourcing in Microservices

This repository is a microservice reference example that is intended to teach the basics of event sourcing in Spring Boot applications. -
https://goo.gl/FRCUG9

#microservice
Microservice Architecture: All the Best Practices To Know

A guide aimed at people considering moving from a monolith to microservices, covering best practices, advantages, and mistakes to avoid. - https://goo.gl/z6P52s

#microservice #architecture
Microservices Best Practices Every Developer Should Follow

This post will walk you through the nine recommended practices that a developer should use when working on a microservice project. Let's take a closer look at each of them. - http://amp.gs/jzDrO

#microservice #best #practices