Articles tagged with: 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.


Code and style checks for Ruby at Sublime Text

Summary: Using Sublime Text for Ruby code and style checks, and setting up some Sublime plugins.


Making Rails CookieStore more secure and sessions expirable

Summary: How to make Ruby on Rails CookieStore more secure and sessions expirable.