The Gatekeeper Before Your Git Commits: Pre-commit
A handy tool to auto-check code quality and make every Git commit more reliable.
A Bit everyday A Byte every week
A handy tool to auto-check code quality and make every Git commit more reliable.
Configuring multiple GitHub accounts with SSH connections
Convert .ts video files to .mp4
Introducing What is Serverless with AWS Services
Addressing SEO challenges for CSR web pages, demonstrating both self-hosted and SaaS solutions
A Single Page Application (SPA) website utilizes Client-Side Rendering (CSR) to render its content.
Upon initial loading, the server only returns the root component, and subsequent data is fetched through API interactions.
However, for web crawlers responsible for ranking websites, the content obtained during crawling may appear empty.
While Google claims that their crawler executes JavaScript, other search engines may not necessarily do so.
To address this issue, a Prerender service is employed to achieve pre-rendering for web crawlers, optimizing search results.
Step-by-step guide to launching your first VM instance and configuring it on Google Cloud Platform (GCP).
Leveraging GAS (Google Apps Script) services to utilize Google Forms as a simplified database.
When the back office isn’t fully established but the frontend is already live, there’s a desire to enable non-programmers to autonomously adjust the website’s content.
Alternatively, in cases where temporary content needs to be recorded without creating a dedicated database table, we often resort to managing this data through Google Forms.