niwi.nz
Hi, I'm Andrey Antukh. Software engineer.
Highly interested in functional programming paradigms.
ClojureScript Unraveled
book Co-Author and github/funcool
org main developer.
Working hard on
@penpotapp at
@kaleidosnet.
- 20 Oct 2022 How IDs are generated in Penpot
- 01 Mar 2017 Why GraphQL uses string based templates for queries?
- 03 Apr 2016 Application architecture and state management with react based applications
- 28 Mar 2016 Get current timestamp in PostgreSQL
- 26 Mar 2016 Best practices storing time data on the database
- 24 Mar 2016 Implementing OCC (Optimistic Concurrency Control) on the database
- 31 Oct 2015 Password hash update policy in Clojure web applications
- 25 Mar 2015 Generating a secure certificate request with OpenSSL
- 09 Mar 2015 The expression problem
- 10 Jan 2015 Multimethods with python3
- 03 Feb 2014 Auto currying with clojure
- 13 Oct 2013 Converting between clojure data structures and java collections
- 13 Mar 2013 Optimizing server for heavy load wsgi application
- 06 Mar 2013 Table partitioning with PostgreSQL
- 19 Feb 2013 Index usage statistics in PostgreSQL
- 17 Feb 2013 Show database, table and indexes size on PostgreSQL
- 16 Feb 2013 Show replication status in PostgreSQL
- 21 Oct 2012 Order by subquery array with PostgreSQL
- 15 Sep 2012 Boost.Python converter for C++11 tuple
- 09 Sep 2012 Nested functions and lambdas on C++11
- 07 Sep 2012 Introducción a boost::python con python3
- 06 Sep 2012 Dynamic inheritance with python3
- 09 Jun 2011 Herencia multiple y super() en python