All Blogs from Martin Green
How CSS Preprocessors Changed The Way We Code
Anyone who works with CSS will know that, despite being an incredibly powerful syntax, it can become rather unwieldy when used on larger projects. As a result, the concept of ‘preprocessors’ has gained support in programming circles and aims to solve the issue of verbose code.
Why Docker Containers Are Used By Software Developers
When users interact with software, the hidden complexities at work behind the scenes are mind-boggling. There’s the UI, frameworks, database layer, libraries and code that all mesh together to create a coherent user experience.
It’s astonishing, but deploying and testing software these days is a complex business. It’s never as simple as compiling a bunch of code and running it; all the constituent elements must be correctly configured.
How Blueberry Solves Password Handling
When you build a system, the last thing you want is for it to get hacked. Keeping your customers’ passwords and personal details safe is a huge responsibility which is probably why data security is the most common thing I get asked about, particularly how Blueberry approaches password protection.