possiblyNothing()
  • Home
Sign in Subscribe
Flask

Feeling 'appy...

David Albone

Apr 9, 2012

Just a placeholder...

http://f.souza.cc/2010/08/flying-with-flask-on-google-app-engine/

Sign up for more like this.

Enter your email
Subscribe

Talisman

Talisman [https://thoughtworks.github.io/talisman/] is an open-source tool written in Go [https://golang.org/] by the technology consultancy ThoughtWorks [https://www.thoughtworks.com] (home of the well-known Martin Fowler [https://martinfowler.com/]). It's essentially a tool that can hook into the git [https://git-scm.com/] version control system
Nov 14, 2018 4 min read

How integers are stored in python

When looking at a hex representation of an integer in python, the following appears: >>> hex(7651) '0x1de3' How does this storage system work? 1. Convert the integer into its binary representation: 7651 = 0x1110111100011 2. Split the binary into 4-bit blocks: 1 1101 1110 0011 3. Convert each of these 4-bit
Feb 26, 2017

Google Cloud Architecture - Secure Service Deployment

Notes from https://cloud.google.com/security/security-design/resources/google_infrastructure_whitepaper_fa.pdf . "Service" = An application binary that a developer wants to deploy to the infrastructure. * Services are controlled by a cluster orchestration service called "Borg". * Infrastructure does not assume trust between any services. Service identity, integrity and isolation
Jan 22, 2017 2 min read
possiblyNothing() © 2023
Powered by Ghost