Articles tagged with: Development

Book Review: Building Microservices

Summary: A review of the book 'Building Microservices', by Sam Newman.


KISS

Summary: The KISS (Keep It Simple, Stupid) design principle, emphasizing its importance in development.


Book Review: Code - The Hidden Language of Computer Hardware and Software

Summary: A review of the book 'Code - The Hidden Language of Computer Hardware and Software', by Charles Petzold.


A few articles and tools about ZX Spectrum programming

Summary: A basic introduction to ZX Spectrum programming, providing a list of articles and tools for learning and improving development techniques.


Code and style checks for Python at Sublime Text

Summary: Outlines the packages used for code and style checks for Python in Sublime Text, including SublimeLinter 3, PEP8, MyPy, Flake8, and Flake8Lint. Also explains how custom rules can be added under the pep8 section.