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 codi...

microservice-architcture
Quick Tips

Microservice Architecture and Its Challenges

Microservices architecture is becoming increasingly popular while building large scale applications as it provides n num...

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 ...

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. ...

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 guide...