Skip to content

Chloejay/anti-tldr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

I document tech related List(blog, talk, slide and book)s I found interesting and useful, so I use this repo as a cloud bookmark.

Functional programming and programming in general, code architecture, engineering, machine (deep) learning, computer vision.

  • About Scala and Python. ☕
  • I will update when I found something interesting. 😉

11-09-2020


08-09-2020


07-09-2020


06-09-2020


07-08-2020


04-08-2020


31-07-2020


29-07-2020


15-07-2020


08-07-2020


15-06-2020


01-06-2020


13-05-2020


09-05-2020


04-05-2020


03-05-2020


28-04-2020


20-04-2020


04-04-2020


  • Types and Functions Types are about composability, type system to design a type family (type parameters) to improve program performance.

31-03-2020


22-03-2020


16-03-2020


06-03-2020


24-02-2020


20-02-2020


  • My Decade in Review This article is whole story about Dan Abramov, a self taught but one of the best programmers in web dev world. Bookmark it by inspired by his open source spirit.
  • Refactoring and asking for forgiveness This article talks about how to use programming pattern EAEP (easier to ask for forgiveness than permission), instead of LBYL (look before you leap).
  • From Academia to Data Science Fill the gap between academic CS and industrial ML/DL.

15-02-2020


  • Putting the Power of Kafka into the Hands of Data Scientists Prototype and build data integration Highway that design self-service layer on top of Kafka, use Kafka Connect for integration.
  • How to set up a perfect Python project It introduces good practice how to set up and design a Python project using Pytest for test, Black for formatting, isort for import sorting, mypy for static typing, flake8 for linting, pre-commit for Git hook that runs scripts automatically when push/commit.
  • Yes silver bullet This article is delightful. Reframe essential and accidental complex in software development, quoted William Gibson's word, "The future is already here — it's just not very evenly distributed." is appropriately explain changes such as Automated testing, Statically typed functional programming.

13-02-2020


  • Modern Data Practice and the SQL Tradition Reconsider to take advantage of advanced RDBMS features (such as triggers and stored procedures) and propose to "use RDBMS in the first place" by comparing performance with NoSQL, Python library Pandas and distributed system ElasticSearch.

12-02-2020


10-02-2020