Skip to content

geniuskouta

Daily memo of my thoughts

  • About
  • Blog
  • Contact

Category: tech

Geniuskouta’s tech articles

December 9, 2020 tech

Refresh token is not returned – Google API

Refresh token will only be returned if the access parameter is set to ‘offline’. But it won’t be returned again unless prompt is specified.

Continue reading
November 15, 2020 tech

Loose Coupling – Frontend Coding Tips

Loose coupling is a coding practice to keep modules separate. HTML, CSS, and JavaScript should not be embedded in one another.

Continue reading
November 3, 2020 tech

Puppeteer – SSL & Mixed Content Check Automation

Puppeteer can automate the process of checking mixed content on your website and service very well. Let me share an easy and simple script.

Continue reading
October 4, 2020 tech

Google Calendar API with NodeJS

This article will explain how to set up Google Calendar API with NodeJS application. Also, it will delve into the implementation of oAuth2.0.

Continue reading
September 18, 2020 tech

Overlay Page Content Except One Element

Have you visited a site and had a little tutorial tour about how to navigate through the site? It is usually done by overlaying page content.

Continue reading
install an ssl with nginx reverse proxy
September 7, 2020 tech

Install an SSL Certificate with Nginx Reverse Proxy

This article is going to address how to install an SSL certificate with certbot and allow HTTPS requests to a site behind a reverse proxy server.

Continue reading
override parent theme - wordpress
September 2, 2020 tech

How to Override Parent Theme With a Child Theme

You might wanna start setting up a child theme to make some changes. Usually, the free theme is meh and needs some updates.

Continue reading
August 23, 2020 tech

How to open a modal with Fancybox3

Fancybox3 offers an easy solution for modal implementation on your website. Let me explain and demonstrate important parts of the API.

Continue reading
August 19, 2020 tech

What is Git? – Understanding how it works

Git is a version control system. You can manage multiple versions of your project. Git makes it easier to manage codes with its commands.

Continue reading
August 17, 2020 tech

How to center an HTML element – Also why this way?

There are four basic ways to center an HTML element horizontally. This article will first introduce the ways to center an HTML element.

Continue reading

Posts navigation

«Previous Posts 1 2
All Rights by Genisukouta