Explore

Posts tagged "code"

Browse fresh notes, guides, links, and shared pages created with PasteNow.

Why Don???t People Code in Chinese?

Chinese characters are perhaps one of the oldest written forms still in use today. When the characters were first invented, they were logograms resembling the shapes…

Saying ???I Love You??? In Morse Code

At last. At last, you found that person who you think is different. At last, you found a keeper. At last, you found a person whom…

Cracking the code

Peter Drucker, the father of modern management, wrote a book called The Effective Executive. The biggest take away for me was that we are all executives,…

The Code Written Within Us

I think about how genetics and software are very similar. In genetic terms, as a result of the translation of encoded data into proteins by living…

US Constitution & Numerology: The Hidden Code

Greetings, dear readers! Today, we embark on an intriguing exploration that intertwines history, politics, and the mystical world of numerology. Yes, you heard it right: numerology,…

Nature???s Code

On the canvas of existence, equations unfold, Tao’s brushstroke in the stories told. Quantum whispers in the rustling trees, Zen moments in the hum of the…

Women Who Code Network Launches in Vancouver

VANCOUVER — January 19th, 2017 — Women Who Code (WWCode), the world’s largest non-profit organization dedicated to supporting female engineers in their professional goals, announces the establishment of a…

The Theodosian Code

The Theodosian Code was created out of need, not want. While Roman Law was a paragon of organization and bureaucracy, after nine centuries of laws piling…

Understanding JavaScript Code Coverage

This is the second of a two-post series in which we try to understand how code coverage is measured and reported in JavaScript by building a…

Understanding JavaScript Code Coverage

This is the first of a two-post series in which we try to understand how code coverage is measured and reported in JavaScript by building a…

Getting started with Rust in Visual Studio Code

Interested in learning Rust? Rust is becoming increasingly popular, largely due to its built-in memory safety and phenomenal performance. With some of the world’s largest companies…

Clean Code Review: Removing All the Extra Types

I recently came across an interesting post on the r/swift subreddit that featured an example of a “Clean Code” project, which doesn’t happen all too often. I was…

Beautify Code Without Optionals in Swift

Optionality, while safe, can provide us with multiple issues that we need to handle and/or compensate for. I’ll be going through ways of handling optionals within…

How to write less code in tests

One year ago we started trying Maestro. It’s a game changer for the UI tests! As our UI tests were a mess, we got encouraged to try…

Infrastructure as Code with Terraform

What is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to create, manage, and update infrastructure resources such as virtual machines, networks,…