Skip to content

DailyTechIdeas

IT technologies, promoting open source tools

Menu

  • Services
  • About

Author: Jason

Use Cloud function to start and stop Cloud sql

We have setup a Cloud sql database for development but would like to save cost by shutting it down during night. This article shows how to achieve this. The overall architecture is Cloud function is used to hold Python code

Jason 03/10/202003/10/2020 others 13 Comments Read more

Bigquery parallel loading

There are many ways to load data into BQ but using Python gives us the most control. Below I’m going to demonstrate loading files into BQ in parallel. My test scenario is: 191 csv files, sizing from 10Mb – 1Gb

Jason 02/20/202002/20/2020 Programming No Comments Read more

Dates in SAP

My first post on SAP based on my working knowledge. I’m not a SAP support or developer so there are still lots of unknown to me There are so many dates in SAP: Baseline date, net due date, invoice date,

Jason 12/31/201912/31/2019 SAP No Comments Read more

Postgresql upgrade from 11.x to 12.1

This is a new post based on my previous “Postgresql upgrade from 9.6 to 10.0“, with necessary updates and corrections. The latest Postgresql 12 (12.1) further improved performance on parallel queries, partitions, automatic (but overridable) inlining of common table expressions (CTEs) .

Jason 11/26/201911/27/2019 Uncategorized No Comments Read more

Domain and email hosting

I recently moved my email service to Zoho as the free email service offered by my hosting company (Inmotionhosting) had never been great: delays, failures of sending and sometimes even email loss. OK, it’s a free service so nothing to

Jason 06/08/201904/17/2021 Uncategorized 5 Comments Read more

Data recovery tool

I was really amazed by a data recovery tool I recently used – it recovered files used to be on Windows from a Linux formatted disk! A really great tool I highly recommend! The tool R-Studio has Windows, Linux and

Jason 02/24/201902/24/2019 Reviews No Comments Read more

Building a PostgreSQL docker container with debugger (pldebugger)

Further to my previous post, I wanted to enable debugging in PostgreSQL Docker container so that it can be used together with PGAdmin4. The challenge is it is not enabled by default in any of available Docker images; I also

Jason 12/04/201812/04/2018 Database, virtualisation 5 Comments Read more

Building a development box on Docker

This article is going to show steps and configurations on how to build a development box (PHP CodeIgniter + Apache + PostgreSQL) using Docker on Windows. Why Docker Comparing to VirtualBox, it’s a lot easier and probably faster Portable. Files

Jason 06/07/201806/07/2018 Uncategorized No Comments Read more

Using Putty to connect to Google Cloud VM (Compute Engine)

You can always use the SSH link on the cloud page to connect to your VM, however that user name is what’s your Google account name. Below I’m showing how to use Putty to connect to the same instance with

Jason 05/04/201805/04/2018 others No Comments Read more

Upgrading PostgreSQL from 10.1 to 10.3

After upgrading PgAdmin4 V2 to V3, I start receiving this annoying message pg_restore: [archiver] unsupported version (1.13) in file header   Therefore started the migration process, which is a lot easier than I thought πŸ™‚ Below assumes you’re already on

Jason 05/02/201805/02/2018 Uncategorized No Comments Read more
  • « Previous
  • Next »

Recent Posts

  • Bar chart race
  • SQL left join ON clause/filter
  • Hummingbot – Liquidity Mining (Part 2)
  • Free VPN server setup
  • Free VPS for WordPress

Recent Comments

  • Jason on Hummingbot – Liquidity Mining (Part 2)
  • Pacs on Hummingbot – Liquidity Mining (Part 2)
  • Jason on Building a PostgreSQL docker container with debugger (pldebugger)
  • Ivan on Building a PostgreSQL docker container with debugger (pldebugger)
  • Ivan on Building a PostgreSQL docker container with debugger (pldebugger)

Archives

  • March 2024
  • July 2023
  • February 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • April 2021
  • July 2020
  • May 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • June 2019
  • February 2019
  • December 2018
  • June 2018
  • May 2018
  • December 2017
  • November 2017
  • October 2017
  • June 2017
  • May 2017
  • March 2017
  • July 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • October 2015
  • September 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • September 2014
  • August 2014
  • May 2014
  • July 2013
  • April 2013
  • March 2013

Categories

  • Cloud
  • crypto
  • Database
  • others
  • Programming
  • Reporting
  • Reviews
  • SAP
  • Telco billing
  • Uncategorized
  • virtualisation

Copyright © 2025 DailyTechIdeas. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.