Author: M Smith
Tips for remote working
The elements of successful remote teams are: Knowing how to lead a remote team Being an active participant Maintaining a positive work culture Top tips for remote meetings Set a …
Interacting with Big Query using pandas
Big Query For those who are into data, Big Query is a great choice if you would like a database but database management is not your thing. Big Query acts …
Podcast Notes – Jeff Hunter on The Knowledge Project
Companies don’t unleash the potential of their employees, not because they don’t have the right skills, but because of underlying beliefs about people and potential. A systemic failure. To be …
The Snapshot
The Snapshot is a framework for self reflection. It helps you to understand where you are spending your energy and time. How it works Underpinning the framework is the idea …
Getting started with SQL
SQL is a programming language that is used to interact with databases. While each database flavour will have its own implementation of SQL there are foundations in the language that …
Making HTML reports from markdown files
Since having found Markdown a few years back I have become a big fan. Markdown is a language that allows you to write plain text that can be converted into …
What is Markdown?
https://daringfireball.net/projects/markdown/ Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or …
Environment Variables in Python
Many python scripts require access to external services. API’s for example often require some credentials to be used in order to be able to access the services. These scripts need …
App Engine notes and resources
Installation Using Google App Engine requires having the Google Cloud SDK installed on your local machine. This SDK allows for deployment of the application into Google App Engine. Windows installation: …