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

Categories

  • web development
  • cs101

Tags

  • #tooling
  • #localhost
  • #public
  • #ngrok
  • #enum
  • #constants
  • #javascript
  • #typescript
  • #api
  • #json
  • #html
  • #code snippet
  • #boilerplate
  1. Typescript: Interfaces vs Types

    A simplified approach to type declaration

    web development #typescript
    Author's avatar.

    David Linhares

    Apr 21, 2025 ・ 12 minutes read

  2. Sharing beautiful code snippet screenshots

    Sharing is caring

    web development #tooling
    Author's avatar.

    David Linhares

    Apr 19, 2025 ・ 3 minutes read

  3. 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

  4. 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

  5. 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

  6. Enumerators in JavaScript

    Should we use it?

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

    David Linhares

    Sep 2, 2020 ・ 7 minutes read