Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Will Bradley
Will Bradley has asked
4
questions and find answers to
6
problems.
Stats
218
EtPoint
72
Vote count
4
questions
6
answers
About
Software Engineer for 20+ years. I consider myself to be proficient with:
Coding in C, C++, Python, Go, Bash
Full stack web development
Compiler construction with LLVM, designing languages
Linux command line interface and system stuff
Database schema design and management with MySQL, PostgreSQL
Building and consuming RESTful APIs
Generative graphics and other graphics concepts
Game theoretic algorithms
Market design
Basic cryptography & security considerations (not foot aiming)
Cloud computing infrastructure using AWS
Options Collateralization (in derivatives markets)
Will Bradley questions
How does the Haskell compiler emit code for `(==) (fromInteger 0) (fromInteger 0)` when the intermediary values are never concretely typed?
Whitespace preservation in LESS escaping for calc operands in CSS3
Where is the basic Control-TAB (MRU) behavior in Xcode?
In C++0x, do non-static data member initializers override the implicit copy constructor?
Will Bradley answers
Generate LLVM C++ API code as backend
Do mutex locks happen in the same order they are asked?
Writing an AI for a turn-based board game
How to disable code folding in Visual C++ 2010
How to read big json?
Can intellisense be enabled in VS2008 within preprocessor directive blocks like #ifndef ... #endif