Our Blog

Check out our blog posts for the best coding advice!

Languages

ALL PYTHON JAVSCRIPT GOLANG POWERSHELL
List comprehensions
Making PowerShell More Bash-ful

How to ease the headaches of working on windows terminals

Read More
List comprehensions
How to do List comprehensions

The "pythonic" way to build lists that are created with simple itteration

Read More
Dataclasses
Dataclasses

A simple and idiomatic way to define classes with many attributes

Read More
Dom manipulation
How to modify DOM elements

Updating a pages' elements dynamically after the page has loaded

Read More
equals
The many equals signs of JS

The many forms of equality, and what they mean in javascript

Read More
String formatting in go
String formatting in Golang

How to properly format strings in Golang and print them

Read More
Datastructures
Basic datastructures in Golang

Organization of data, methods, and enumerators in go

Read More