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.

  1. How IDs are generated in Penpot
  2. Why GraphQL uses string based templates for queries?
  3. Application architecture and state management with react based applications
  4. Get current timestamp in PostgreSQL
  5. Best practices storing time data on the database
  6. Implementing OCC (Optimistic Concurrency Control) on the database
  7. Password hash update policy in Clojure web applications
  8. Generating a secure certificate request with OpenSSL
  9. The expression problem
  10. Multimethods with python3
  11. Auto currying with clojure
  12. Converting between clojure data structures and java collections
  13. Optimizing server for heavy load wsgi application
  14. Table partitioning with PostgreSQL
  15. Index usage statistics in PostgreSQL
  16. Show database, table and indexes size on PostgreSQL
  17. Show replication status in PostgreSQL
  18. Order by subquery array with PostgreSQL
  19. Boost.Python converter for C++11 tuple
  20. Nested functions and lambdas on C++11
  21. Introducción a boost::python con python3
  22. Dynamic inheritance with python3
  23. Herencia multiple y super() en python