Skip to content

hon84.work

An coding monkey who reject all your request

Month: July 2026

Next.Js Dynamic Route Segments

Params #

FileUrlParams
/blog/[slug]/page.js/blog/aaa{“slug” :”aaa“}
/blog/[...slug]/page.js/blog/aaa/bbb{“slug” : [“aaa” , “bbb“]
/blog/[[...slug]]/page.js/blog
{slug :null}

Route Group #

FileUrl
/(home)/page.tsx/
/(profile)/history/history
Author honPosted on July 30, 2026July 30, 2026Categories Uncategorized

Recent Posts

  • Next.Js Dynamic Route Segments
  • Regexp for re-phasing input name from dot notation
  • Supervisor config for laravel queue
  • [PHP] Configuration for file upload
  • [PHP] xdebug

Categories

  • configs
  • JavaScript
  • MySQL
  • nginx
  • php
  • snippets
  • Uncategorized

Archives

  • July 2026
  • November 2023
  • September 2019
  • August 2019
  • July 2019

Tags

  • Bootstrap
  • git
  • html input
  • JavaScript
  • larave
  • laravel
  • Modal
  • mysql
  • NGINX
  • php
  • regexp
  • shell
  • sql
  • supervisord
  • timezone
  • upload
  • utils
  • vscode
  • xdebug
hon84.work Proudly powered by WordPress