Sometimes when creating a SPA with React, you realize you need some global variables. The easiest way to make values[…]
Read moreCategory: Code
Programming for fun and for profit.
Clojure Cursive: Write, Run, Deploy
Some quick notes on writing, running and deploying Clojure apps. When using Cursive for IntelliJ, a default Leiningen project is[…]
Read moreReactJS Class Attributes
React classes have a few quirks that aren’t obvious to developers that are new to React (and maybe the JavaScript[…]
Read moreProgramming Puzzles and Challenges
One of the funnest ways to learn new languages and sharpen your coding skills is to do coding challenges and[…]
Read moreReplacing Java’s finalize() Method
If you’ve reached Java 9 or above, you’ll notice at some point that the Java’s Object.finalize() method is deprecated. A[…]
Read moreThe Lowly Comment
The first rule taught in software development is, “Comment your code with a reason or purpose for its existence.” This[…]
Read moreSolidity
Need Solidity based smart contracts for the Ethereum blockchain? Then you’re at the right place. Solidity based smart contracts are[…]
Read more