Thinking about JavaScript a couple of years ago, it was difficult to
determine what was part of JS as a language and what was part of the
API it exposed in the browser. JavaScript, in contrast to a lot of
other languages, was used in one environment and built specifically …
JavaScript has always been an interesting language. Its unique position as the
programming language of the web has something to do with its popularity, but I
think its creators also deserve credit for language design decisions made in
designing the language.
In practicality, JavaScript is at the forefront of multi-paradigm …
The other day I released version 0.3.0 of BreezeBlocks. I think
development has been going rather well, though I'm probably going to slow
down a bit on it again. Any effort I choose to put into it would probably be
better spent on documentation than features at this …
BreezeBlocks is a Python package for RDBMS-independent SQL generation. From
Python objects representing the schema of a database, you can build and execute
queries and other statements.
Compared to other packages that meet a similar need, BreezeBlocks follows more
of an Active Statement model than and Active Record model. A …
A while ago when Discord I was in a D&D group that was playing over Discord,
and we needed a good dice-roller to use in-chat. I wrote up this bot using
the Discord API wrapper for Python so we could get pseudo-random
results in-chat.