Whipost website icon logo of a terminal cursor indicator Whipost
Home Tags Categories

Categories

  • web development
  • cs101
  • artificial intelligence

Tags

  • #tooling
  • #localhost
  • #public
  • #ngrok
  • #enum
  • #constants
  • #javascript
  • #typescript
  • #api
  • #json
  • #llm
  • #local first
  • #ollama
  • #open webui
  • #html
  • #code snippet
  • #boilerplate
  1. What is MCP?

    An introduction to Model Context Protocol

    artificial intelligence #llm
    Author's avatar.

    David Linhares

    Jun 16, 2025 ・ 7 minutes read

  2. How to run ChatGPT on your own computer

    A quick start guide with Open WebUI and Ollama

    artificial intelligence #llm #local first #ollama #open webui
    Author's avatar.

    David Linhares

    May 29, 2025 ・ 10 minutes read

  3. TypeScript: Interfaces vs Types

    A simplified approach to type declaration

    web development #typescript
    Author's avatar.

    David Linhares

    Apr 21, 2025 ・ 12 minutes read

  4. Sharing beautiful code snippet screenshots

    Sharing is caring

    web development #tooling
    Author's avatar.

    David Linhares

    Apr 19, 2025 ・ 3 minutes read

  5. HTML5 Starter Boilerplate

    Just a personal reference to keep my own sanity

    web development #html #code snippet #boilerplate
    Author's avatar.

    David Linhares

    Oct 7, 2024 ・ 5 minutes read

  6. Mock your database from a JSON file to REST API

    Get a mockup API up and running in 10 minutes (or less)

    web development #localhost #api #json
    Author's avatar.

    David Linhares

    Sep 17, 2020 ・ 5 minutes read

  7. Access your local application from a public URL

    Ngrok allows you to connect through a tunnel and navigate to your local application running on a publicly available endpoint

    web development #localhost #public #ngrok
    Author's avatar.

    David Linhares

    Sep 15, 2020 ・ 6 minutes read

  8. Enumerators in JavaScript

    Should we use it?

    cs101 #enum #constants #javascript
    Author's avatar.

    David Linhares

    Sep 2, 2020 ・ 7 minutes read