Author: Bojan Bjelić
- 
		
		
		
Grady Booch – A thread regarding the architecture of software-intensive systems.
Quoting Twitter thread by @Grady_Booch on 4th of September 2020. There is more to the world of software-intensive systems than web-centric platforms at scale.A good architecture is characterized by crisp abstractions, a good separation of concerns, a clear distribution of responsibilities, and simplicity. All else is details.You cannot reduce the complexity of a software-intensive systems;…
 - 
		
		
		
Tell stories with simple embedded math and sliders
https://account-account.netlify.app/disease https://account.postlight.com/funnel
 - 
		
		
		
Detecting if a point is inside or outside of a path
@FreyaHolmer my favourite way to see if a point is inside or outside a path, is using its winding number traverse the path from the perspective of a point and add up the amount of turning along the way if it made a full turn, it’s inside if it wound back to 0, it’s outside…
 - 
		
		
		
CSV-related tools and resources – AwesomeCSV
The URL: https://github.com/secretGeek/AwesomeCSV The following content was taken from GitHub, authored by Leon Bambrick.
 - 
		
		
		
q – Text as Data
q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple…
 
