neekey's blog

  • Posts
  • Photography
  • About
Menu
  • Posts
  • Photography
  • About
Search

Category: Coding

Coding

Automating Startup of an Electron App on Windows Machines Using Task Scheduler

Posted on 02/09/2023 by neekey / 0 Comment

If you’re developing a Windows application that needs to run continuously in the background, you might initially consider using Electron’s app.setLo...

Coding

Webflow Class System

Posted on 21/06/2023 by neekey / 0 Comment

Having worked extensively with Webflow over the past three months, my overall experience has been largely positive. I perceive Webflow as a strong contender to ...

Coding

Using Data Studio to Generate Reports from Cloud SQL PostgreSQL

Posted on 21/03/2021 by neekey / 0 Comment

Creating a dashboard with numbers and fancy charts is always a pain and involves whole lot of work. If the dashboard is for your clients, your end users, then i...

Coding

Migrate Parallel Desktop VM to VirtualBox

Posted on 21/07/2020 by neekey / 8 Comments

My Parallel Desktop subscription ended again when today I was trying to use my Windows VM to test out a page on IE. Over the last 12 months I had only been usin...

Coding

React Use Case: URL-Aware Search List

Posted on 14/07/2020 by neekey / 0 Comment

This project is to showcase a common use case in React web application that a List page with search and pagination while their state needs to be synced with the...

Coding

Browser Service using Puppeteer + Lambda + Serverless

Posted on 19/05/2020 by neekey / 0 Comment

In my recent project, I was asked to implement several features that needs to use Puppeteer, mostly using it to open web pages and get content. The first featur...

Coding

Direct to S3 File Uploads in Python

Posted on 23/03/2019 by neekey / 0 Comment

The general tutorial from Heroku: https://devcenter.heroku.com/articles/s3-upload-python The main benefit for this approach is that AWS will now handle the proc...

Coding

Cypress Test Cases Writing Take Aways.

Posted on 03/03/2019 by neekey / 0 Comment

Finally I setup Cypress for the project that I am working on in my company. After wrote several test cases, here is some take aways I want to share. Stub Networ...

Coding

Python Xero Integration Setup

Posted on 25/08/2018 by neekey / 0 Comment

I got a task about Xero integration in my work last week, aiming to copy invoices from one account to the other. To perform this task, the workflow will be: Inv...

Coding

Cypress: UI Test For Your React/Webpack Project

Posted on 16/08/2018 by neekey / 0 Comment

UI Test has been a problem for every web front end project once it grows and becomes rather complicated while the common unit tests fail to cover complex workfl...

Posts pagination

1 2 … 4 Next »

RECENT

  • Automating Startup of an Electron App on Windows Machines Using Task Scheduler 02/09/2023
  • Webflow Class System 21/06/2023
  • Using Data Studio to Generate Reports from Cloud SQL PostgreSQL 21/03/2021
  • Migrate Parallel Desktop VM to VirtualBox 21/07/2020
  • React Use Case: URL-Aware Search List 14/07/2020