Click on tags to remove them from the filter.
Detailed documentation for the .properties files used in Java programming is surprisingly obscure. Are quotes permitted around values? What limits are there on key tokens? It’s a mystery.
Optimizing your network caching to account for the properties of your storage hardware sometimes takes you in unexpected directions.
HQ9+, a minimalist tutorial-complete esoteric programming language.
Offset-based pagination get inefficient for large offsets; seek-based pagination makes the link to the next page cheap at the expense of having no easy route to previous pages.
Software that responds instantly to your touch or mouse clicks or keyboard feels light and helps you get things done you cant do when it is slow.
(Via Link to ‘Fast Software, the Best Software’ on Daring Fireball)
Noted by Damian Cugley .An approach to organizing long-lived software projects in which data objects and abstract APIs live in the middle and external interfaces and database connections in the outer crust.
Ideas for extending the Java language with data classes and sealed types to get the effect of algebraic datatypes in the Haskel or SML sense.
Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.