Skip to content
tennant.io
  • Home
  • Projects

Software Development

My discoveries in code.

  • Home
  • Software Development

CSS Viewport Units: What They Mean (vh, dvh, svh etc.)

Posted by By Callum May 17, 2023Posted inSoftware DevelopmentNo Comments
The table below can be used as a reference to check the meaning of the unit. E.g. height: 20dvh is 20% of "current viewport height, excluding user agent's interface..." UnitDescriptionsvhSmallest…
Read More

Quick MongoDB Naming Conventions

Posted by By Callum June 30, 2020Posted inSoftware DevelopmentNo Comments
I have written this post to serve as some quick guidelines for how databases and collections should be named in MongoDB to keep my projects consistent. Partially derived from this…
Read More

Different MySQL Results but Same Query & Data

Posted by By Callum May 18, 2020Posted inSoftware DevelopmentNo Comments
I was recently asked to look at an issue causing results on two MySQL servers (hosted on different machines: local environment and production environment) to be inconsistent with one another…
Read More
MySQL to CSV

Exporting MySQL Results to CSV

Posted by By Callum May 16, 2020Posted inSoftware DevelopmentNo Comments
Before exporting the query results to a CSV file, you must firstly determine if the secure_file_priv option is set by running the following SQL query: SHOW VARIABLES LIKE 'secure_file_priv'; If…
Read More

AWS CSS Databases Git JavaScript linux MacOS MongoDB MySQL Programming Shell Scripts

Popular Posts

Quick MongoDB Naming Conventions

How to Export Amazon RDS MySQL Results to CSV

Copyright 2025 — tennant.io. All rights reserved. Sinatra WordPress Theme
Scroll to Top