“!” and “?”: Understanding One of Ruby’s Coolest Naming Conventions
“Well, that’s quite some symbols you got there ♨_♨” – You, after reading this article’s title. It was a calm Friday afternoon here at CodeMiner42, …
Codeminer42’s Engineering Blog
“Well, that’s quite some symbols you got there ♨_♨” – You, after reading this article’s title. It was a calm Friday afternoon here at CodeMiner42, …
Since the release of Flutter Beta, its community has been growing steadily! The goal of this article is to show how you can use Flutter …
Read-only is a boolean setting. When true, it prevents an Active Record instance to be updated or destroyed. Although very helpful, there are a few …
Patterns should fit nicely, like playing blocks This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — …
First of all, I’m no expert in programming. In fact, I started with Ruby on Rails about one and a half month ago with the …
This post is part of the Scalable Frontend series, you can see the other parts here: “#2 — Common Patterns” and “#3 — The State …
Mountains and cactus. Typical Arizona view. This year’s January I spent three weeks working at GoDaddy Inc. in Tempe, AZ. It was my first time …
Ethereum is a programmable blockchain with a decentralized platform to run your smart contracts on. These contracts are executed within the blockchain and run exactly …
Nowadays, pull requests are essential tools to enable seamless collaboration within software teams. They’ve changed our workflows for the better and became a standard development …
Everyone knows how CSS can be painful when not written properly. It is not an expressive language, it has a global scope, cascading rules (the …