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 » -
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 » -
Simplified GitHub Login for a Ruby Web App
You know what OAuth login is, right? It’s when your users click “login” and get redirected to Facebook, Twitter, Google,…
Read More » -
Creating a Rusty Rocket fuelled with Diesel
Sorry if that title seemed stupid. The super serious title would be “Creating a REST API in Rust using Rocket…
Read More » -
Using Genetic Algorithms in Ruby
Did you know that there’s a way to use the power of natural selection to solve programming challenges? With genetic…
Read More » -
Rust for Java Devs – Structs
Next up in Rust for Java Devs we have structs. They are used to hold data within a logical unit…
Read More » -
Rust for Java Devs – Creating functions
In this post of Rust for Java Devs we will look at creating functions in Rust. Functions in Rust do…
Read More » -
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 » -
Improving Performance by Writing a Custom Static Asset Server in Rust
The ability to serve static assets is critical for many SaaS products, including Shopblocks. Many of these products will store…
Read More »