Currently browsing tag: Reviews

After not being thrilled with the results of one of my recent posts about finding an Evernote alternative, i’m now focusing on finding encrypted note-taking apps. Particularly encrypted Evernote alternatives. All the criteria from the previous post is the same, but being sure no third party employees of a company can read my notes is paramount. I have documented the apps i’ve researched below. TL;DR: Joplin is the Evernote alternative i was looking for with […]

Continue Reading …
Software

This year i’ve worked diligently to get my personal finances in order. From February 2018 to November 2018, i increased my (TransUnion) FICO score by 73 points! To help get a (daily) handle on things, these are the apps i use/check regularly — sometimes several times a day. They are in no particular order. A few of the app links are my personal referral links, by the way. Some offer cool perks for both me […]

Continue Reading …
Miscellaneous Software

Like many, if not most, web developers, my IDE of choice for the last half decade has been Sublime Text. Prior to ST, i was using TextWrangler and Notepad++; before that, it was NoteTab Light and code-only mode of Dreamweaver (shudders). Still odd that i switched to a quasi open source code editor created by Microsoft, of all companies. They’ve made great strides in the last half decade — an almost about face — figuring […]

Continue Reading …
Software

Bitwarden provided instructions to import from LastPass. I suggest you read through the full guide and follow the screenshots before starting the import. It took about three minutes to get my 3,700 passwords imported into Bitwarden.

Continue Reading …
Security

Some backstory: i’ve been developing several WordPress projects back-to-back or in parallel in the last few months, and once they’re ready to transfer from local dev environment to staging server, the content provided to me from clients or coworkers usually becomes stale, needing to be updated with increased frequency or in sporadic bulk edits, which would keep my local database annoyingly out of sync with the staging database. It was a clusterfuck — for lack […]

Continue Reading …
WordPress

I was in desperate need for a functioning yet robust, and most importantly, quick-to-install-and-deploy carousel/slider for a large project i was working on for my job. Perusing my job’s rival-of-sorts website, i dove into their code and learned they used Flickity, which i instantly fell in love with after reading its documentation and API. Several ways to install and to call the carousel. With its built-in options and reliance on CSS, it was easy peasy to […]

Continue Reading …
JavaScript