DevCon .NET User Group #13 | Peatix tag:peatix.com,2011:1 2018-12-13T21:37:08+08:00 Peatix DevCon Malaysia DevCon .NET User Group #13 tag:peatix.com,2018:event-579008 2018-12-12T19:30:00MYT 2018-12-12T19:30:00MYT Ladies and Gentlemen, DevCon is back with another 3 sessions on Microservices! Microservices Architecture, Muhammad Zeeshan, Lead Developer, Sitecore Malaysia Microservices architecture is an approach to building a server application as a set of small services. Each service runs in its own process. The benefit of decomposing an application into different smaller services is that it improves modularity. This makes the application easier to understand, develop, test, and become more resilient to architecture erosion. Microservices enable better maintainability in complex, large, and highly-scalable systems by letting you create applications based on many independently deployable services that each have granular and autonomous lifecycles. Containerized Application Development, Sebastian Wang, Developer, Infinacle Cloud computing and microservices has been the popular choices in this modern development architecture era. Containers in the other hand is definitely the best fit to accommodate these choices thus it is now one of the must learn items in this software engineering world. I will be sharing about some basic fundamentals about containers and orchestration systems mainly using docker and docker swarm. I will also be showing some basic code examples on using these tools. Containerized Build, Peng Foong, Associate Software Architect, Appspace Containers are a great way to deploy your applications because it ensures that your applications runs the same way in in different environments. Containerised build brings this repeatability to the build process. Compile, test and package your code using containers. Containerised build ensures that you build your applications the same way on different machiens, be it a developer machine or a build server.