Skip to content

Tag: best practices

Cloud Computing

Best Practices for AWS Lambda & Logging

Having your application / system produce the right amount and quality of logs is just as important as having the system process the needed data because it helps make debugging easier and allows us to better optimize data. Logging on AWS lambda can be really costly if it's not done correctly.

June 16, 2020
What is ORM
Programming

What is ORM?

Most software projects need to talk to a database at some point – they usually do GET queries for data, update a…

March 7, 2018
5 Tips To Write More Maintainable Code
Programming

5 Tips To Write More Maintainable Code

Writing maintainable code can be challenging especially to newer developers, because they won’t have experience with coming back to code later or…

February 1, 2018
Best Practices for Writing Tests
Programming

Best Practices for Writing Tests

When I say the word test, what’s the first thing that comes to your mind? It’s probably the boring tests that you…

January 28, 2018