-
Web Dev
Gotham – From Start to Heroku
In this article, we’ll implement and deploy a Gotham full-stack web framework using the Tera template system, Webpack for a…
Read More » -
Ruby
How Ruby String Encoding Benefits Developers
In the software and technology of today we see information in text form everywhere. Text that isn’t given to us…
Read More » -
Ruby
Measuring Performance Metrics in Rails
Performance is a topic many developers value highly, with web frameworks, programming languages, databases, and various technologies all boasting about…
Read More » -
JavaScript
Mathematics with MathJS
One of the language design decisions in JavaScript has followed in C’s footsteps by providing implicit type conversions based on…
Read More » -
JavaScript
Rails Frontend Testing with JavaScript Insights
One of the newer things that Rails 5+ provides is system tests. This gives us a full frontend testing experience…
Read More » -
JavaScript
VueJS Components with CoffeeScript for Rails
The components aspect of VueJS is one of the most attractive features VueJS brings to your frontend development. It allows…
Read More » -
JavaScript
VueJS as a Frontend for Rails
VueJS is one of the fastest rising stars in the JavaScript frontend ecosystem. It largely embodies simplicity and composability of…
Read More » -
Ruby
Understanding Rust Loops
When you come from another language to learn Rust, some things may come across the same, but many things will…
Read More » -
Ruby
Rust Design Considerations with Borrowing
Rust has a fairly unique way of handling memory-freeing by implementing an ownership system. Each code item you create in…
Read More »