Posts
All the articles I've posted.
Building Software with Hybrid Intelligence: The Story of Veil
Posted on:February 9, 2025 at 11:40 AMA journey of building Veil, a command-line encryption tool, using hybrid intelligence - where human expertise and AI capabilities work as equal partners. Learn how this approach turned weeks of development work into a 12-hour project, and what it means for the future of software development.
Does AI Think Like Humans, and Does It Matter?
Posted on:June 28, 2024 at 11:00 AMDoes it matter if AI thinks like humans? This post explores how AI processes information, the role of language as a shared interface, and why practical usefulness matters more than human-like thought.
Python Package Management with Pipenv
Posted on:September 29, 2020 at 11:21 AMPipenv is a modern package manager that brings the best package managing practices found in other languages to Python. To understand the benefits of Pipenv, let's start with the reason why we should use a package manager.
Getting Started With Neo4j With Python
Posted on:April 26, 2020 at 03:12 PMRecently I was working with a research project that revolved around the use of graph analysis techniques and graph data modelling. To do that we were required to switch to using a new set of tools to work with, which are better suited for graph data structure.
Introduction to Professional Text Editors
Posted on:September 5, 2016 at 02:36 AMText editor is the most important tool for a programmer. Period. It is pretty much like a sword in the hand of a warrior. There can be many kinds of different swords, each with its own pros and cons, but at the end of the day it has to be the one that is right to its user.