-
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 » -
Angular.js
AngularJS with SQL Example
Hello readers, in this basic example, developers will learn what AngularJS is and how to make a simple angular application…
Read More » -
Web Dev
Doing Multiple Searches in VS Code While Refactoring
I spend a lot of my time refactoring code across a very large, legacy codebase at work. Often times, I’ll…
Read More » -
Angular.js
AngularJS with Backend Example
Hello readers, in this basic example, developers will learn what AngularJS is and how to make AJAX calls to a…
Read More » -
Python
A Weird (and Mostly Impractical) Way to Do Multi-Line “Lambdas” in Python
Some of you who follow me may have noticed a tendency of mine to “hack” programming languages more than really…
Read More » -
Node.js
Node.js Command Line Arguments Tutorial
In this post we will take a look at how to process Command Line Arguments in Node.js. Specifically we will…
Read More » -
Ruby
Rust for Java Devs – Creating Variables
I’m going to do something different today and write about Rust instead of Java. This is something that I want…
Read More » -
Ruby
Tracking Object Allocation in Ruby
Whenever you do something like MyClass.new, Ruby creates a new object, which uses a little bit of memory. But that’s…
Read More » -
Angular.js
AngularJS Development Environment Example
Hello readers, in this tutorial, we will guide you for setting up a solid development environment for having the best…
Read More »