You have likely have read about issues with software engineering interviews before and are reading yet another one! Well, I'm going to talk more about my experience in going through the motions.
Fo...
A common use case: Let's assume you have an accounts table and you want to know when an account was created or last edited. or you want a log table that stores created time.
First thing I would thi...
Recently I've picked up blockchain and more Ethereum's smart contracts as I've had interest in the decentralized trust area. [Digression: I'm mining bitcore, so I have some vested interest in learn...
Alright, so I deployed a new version of the blog to support canonical URLs, new text editor for the backend, and fixed how lists get shown in a post.
It has been a while for me to get excited about a language. PHP was the first language I learned, but I wasn't excited about it. It wasn't until I discovered PHP 5 and OOP that I felt an epiphany! ...
Found this gem on another website:
SELECT CONCAT('ALTER TABLE ', tbl.TABLE_SCHEMA, '.', tbl.TABLE_NAME, ' CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;') FROM information_schema.TABLE...
Since Saturday, I've been working on SEO features such as automated generation of sitemap and bringing the public side of this blog up with React Server Side Rendering. One feature I always thought...
SEO techniques tend to work when you've had your site linked to quite a bit of times by reputable sources. Titles, keywords, sitemaps, even meta tags are important factors no matter how any one sea...
I decided to eat cereal (Raisin Bran and Cheerios) with rice milk and the occasional homemade spaghetti with homemade sauce or homemade rice. Never thought about the amount of calories I was ingest...