What time is it?
A helpful collection of resources about working with timezones for developers. Watch Read Programming time, dates, timezones, recurring events, leap seconds… everything […]
By using this website you agree to our Privacy Policy.
A helpful collection of resources about working with timezones for developers. Watch Read Programming time, dates, timezones, recurring events, leap seconds… everything […]
Service workers let you decide what a user experiences on your website when there is, is not or is limited network connectivity. […]
Some thoughts I have on the naming of functions, variables, classes, files, and folder. These thoughts do not have anything to do […]
I received that feeling of excitement, the unlocking of the mind, watching Philip Roberts unpack the JavaScript event loop at JSConf EU […]
There are many ways to export and import data from a database. You can use a Mac client like Sequal Pro for […]
Working with complicated and joined data sets can be tricky for MySQL database performance. For example, What if you need to load […]
Note: Sequel Pro has not had a stable update in some time and I no longer use it. I love Sequel Pro. […]
Backing up files and storing them in a remote location should be done on a regular basis. Backups are vital. They ensure […]
Xdebug deepens debugging PHP apps and websites to a level you can’t receive from the manual process of using code level var_dump(). […]