Archive for author: Charlie Murray

rust-concurrency
Quick Tips

Rust Concurrency

For a long time I have been thinking about writing a sample program in Rust “the” new systems language. I have done coding in C++ for initial 5 years of my care...

microservice-architcture
Quick Tips

Microservice Architecture and Its Challenges

Microservices architecture is becoming increasingly popular while building large scale applications as it provides n number of benefits. Separate lifecycle o...

software-architecture
Quick Tips

Software Architecture & Its Importance

This post is about understanding architecture of an application and it’s role in web application development. I have worked in various domains writing softwa...

Service-layer
Quick Tips

Web Application Scalability – Service Layer

So In our last post I promised that we will talk about how to make monolithic code into distributed SOA architecture. Well its not easy. Once you have decide...

Code Quality Guidelines
Quick Tips

Code Quality Guidelines

Coding guidelines are extremely important part of a professional developer’s day to day practices. Following these guidelines differentiate between an expe...