MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Geotho.github.io most likely does not offer any malicious content.
Secure connection support
HTTPS
Geotho.github.io provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Geotho.github.io most likely does not offer any adult content.
Popular pages
-
George Thomas
George ThomasAbout Projects[2][3][1]August 2020Record 'friction' to build quality software[4]An approach for system design interviews[5]What I learnt writing machine learning tooling[6]June 2020Unifor...
-
An approach for system design interviews | George Thomas
August 12, 2020 Tech companies sometimes ask for system design interviews. These assess a few different areas, including: extracting concrete requirements from loose specifications; estimations; knowl...
-
⛓️ A new toy: Link, Laugh, Love | George Thomas
July 08, 2023 Sometimes, you just need to link stuff to other stuff. For example, if you have a Kubernetes Pod name, and you want to link to its Logs, and its metrics, and its YAML. Or if you have Cus...
-
Kakuro solver
Kakuro solver A Kakuro is a Japanese number puzzle with the following rules: Each row and column must add up to the number directly above or to the left of it; You can only use the numbers one to nine...
-
Record 'friction' to build quality software | George Thomas
August 31, 2020 When was the last time you were consciously impressed by the quality of some software? It might have been a particularly helpful error message — one that explained what you were doing ...
-
Protobuf to Typescript
Convert Protocol Buffers to TypeScript definition files. Protocol buffer: message Person { string name = 1; int32 id = 2; bool isFriend = 3; repeated PhoneNumber phones = 4;...