Skip to content
View RickCogley's full-sized avatar
😤
Revamp Hanawa CMS
😤
Revamp Hanawa CMS

Highlights

  • Pro

Organizations

@eSolia

Block or report RickCogley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rickcogley/README.md

PGP Public Key Proven.lol Lightweight Proof

Last Updated:  February 28th, 2026 at 9:23:26 AM GMT+9 Today is:  Sunday, March 1, 2026

Hi there 👋

I founded eSolia, a boutique IT services firm based in Tokyo, in 1999. We passed our 25th anniversary in July 2024 and hope to stay healthy and profitable, working on improving our operations by implementing ISO 27001.

I have spent my career in IT in Japan, doing a wide range of activities, such as compsci tutoring, physical cabling, network engineering, project management, software development, system architecture and design, solution consulting, web design and development, and delivering training courses to name a few. Sometimes I look back with nostalgia on the way things were in the late '80s, but mostly, I like how things are now (you're old if you remember the struggle of autoexec.bat and config.sys, and trying to squeeze drivers into limited memory)!

"Instead of being fearful of failing a challenge, fear doing nothing." — Soichiro Honda

😤 Currently: Swamped

Working on: Revamp Hanawa CMS

Packed schedule, minimal interruptions

GitHub Activity (last 30 days)

903 commits  |  277 this week  |  🔥 29-day streak

Languages: TypeScript (13) · Svelte (1) · Vento (1) · CSS (1) Active repos (15): eSolia/esolia-2025 RickCogley/pub-cogley eSolia/periodic eSolia/pulse eSolia/nexus and 10 more

What I'm Up To This Week

Themes: japan personal

Activity: 2 posts this week

Currently Reading

📖 User Friendly: How the Hidden Rules of Design Are Changing the Way We Live, Work, and Play by Cliff Kuang, Robert Fabricant

Latest Posts

Content Stats

Type Count
Posts 2247
Articles 61
Podcasts 9
Pages 10

System Architecture

graph LR
    subgraph "Content Creation"
        A[Markdown Files] --> B[pub-cogley CMS]
        C[Quick Posts] --> B
    end
    subgraph "pub-cogley Platform"
        B --> D[(D1 Database)]
        D --> E[REST API]
        E --> F[api.cogley.jp]
    end
    subgraph "Distribution"
        F --> G[cogley.jp Website]
        F --> H[GitHub Profile README]
        F --> I[Syndication]
    end
    subgraph "Syndication Targets"
        I --> J[Bluesky]
        I --> K[Mastodon]
        I --> L[Nostr]
    end
    style B fill:#f9f,stroke:#333
    style F fill:#bbf,stroke:#333
Loading

Content Flow

flowchart TD
    A[New Post Created] --> B{Post Type?}
    B -->|Micro| C[Short-form Content]
    B -->|Article| D[Long-form Content]
    B -->|Podcast| E[Audio Content]
    C --> F[pub-cogley API]
    D --> F
    E --> F
    F --> G[cogley.jp]
    F --> H[Syndicate to Bluesky]
    F --> I[Syndicate to Mastodon]
    F --> J[Syndicate to Nostr]
    F --> K[GitHub README via Lume]
    style F fill:#bbf,stroke:#333
    style G fill:#bfb,stroke:#333
Loading

Build Stats

Item Value
Repo Total Files 7
Repo Size in KB 5006
Lume Version v2.5.0
Deno Version 2.7.1 (linux x86_64)
V8 Version 14.5.201.2-rusty
Typescript Version 5.9.2
Timezone Asia/Tokyo

How does this readme work?

I'm generating this readme using the Lume static site generator, pulling data from my pub-cogley API. See this page for details to get your own!

Tech Stack

HTML CSS JavaScript TypeScript PostgreSQL MySQL bash REST GraphQL WebStorm Visual Studio Code CI/CD Nginx AWS Microsoft Azure Digital Ocean Windows macOS Linux

Pinned Loading

  1. eSolia/eSolia_2018 eSolia/eSolia_2018 Public

    eSolia's .com and .co.jp sites, first launched in 2018.

    HTML 6 3

  2. dotfiles dotfiles Public

    Rick Cogley's dotfiles, managed by gnu stow, spit and gum.

    Shell 12

  3. rick.cogley.jp rick.cogley.jp Public

    Profile and current events

    TypeScript 2

  4. juliecogley/julie_portfolio juliecogley/julie_portfolio Public

    Julie Cogley Portfolio Site

    HTML 3

  5. rickcogley rickcogley Public template

    Rick Cogley's dev profile

    HTML 1

  6. hibana hibana Public

    Lume SSG helper utility library "Hibana" means little sparks in Japanese.

    TypeScript