a little neat trick I found out about git
ft: incremental development and go
how to do something close to incremental development in Go
ft-client: modals and other annoying parts
a sloppy rant about how the challenges that ft-client faces in development
dumb web apps
a vision for what future web apps could look like
there is no optimal way
an old man’s anecdotes on perfectionism
enlightment in programming: the next level I want to reach
an overlook on my programming journey and a new level I fixiate on
wake ahead
why waking ahead is benefitial for productivity
ft: simple authentication
intro
This is, perhaps unsurprisingly, another article on ft
. Maybe, it will be the last one since the project is wrapping up quite nicely and the original roadmap has been pretty much fulfilled.
In this article, I’ll go over the simple authentication method on ft
and the reasoning behind such an authentication system.
authentication systems cause ruin
In my opinion, a lot of the attack vectors happen at the authentication level. Perhaps, the developer forgot to sanitize the password field and whoops, you have an SQL injection attack. Maybe, you have HttpOnly
set to false and attacker had access to your javascript files, and collected your authentication cookies.
ft: controllers as server interfaces
a cute little article on controller system in ft
a noisy world
why having advanced technology is a burden