How to Reduce Docker Image Size
Using Docker images to run your code is a great way to make it portable, scalable and consistent. You should always to try keep your images as small as possible so that they use less network and di...
Using Docker images to run your code is a great way to make it portable, scalable and consistent. You should always to try keep your images as small as possible so that they use less network and di...
So you’re thinking about creating a personal website? So was I and I was putting it off for the longest time, because I didn’t want to deal with designing a whole site and then hosting it. I just ...
Sometimes you just feel that need for speed… When we’re talking about code performance, Rust is blazing fast compared to NodeJS. At Blocktorch, we were compiling EVM smart contracts on the fly and...
Smart contract compilation is not something you might come across often, but when you do, you want it to be fast. Especially if it’s part of a request a user makes. This is exactly what we stumble...