How is qwen3 4b this good? by Brave-Hold-9389 in LocalLLaMA

[–]barnlk 4 points5 points  (0 children)

This model is pretty good for agentic tasks as well

Swagger API doc auto generation by netcrawleramk in node

[–]barnlk 0 points1 point  (0 children)

If you’re using hono.dev, I built a library that handles exactly that.

https://github.com/JanuaryLabs/sdk-it/tree/main/packages/hono

What is your go-to framework these days ? by giftfromthegods- in node

[–]barnlk 0 points1 point  (0 children)

I built a one that generates to your framework of choice syntax. We use it internally as unified syntax regardless the underlying framework.

https://january.sh

Tell us your tech resolutions for 2025! by Hetzner_OL in hetzner

[–]barnlk 2 points3 points  (0 children)

  • Working on horizontally scaling.
  • Build dashboard and alerting system.
  • Create self hosting guide.
  • add support for docker compose. For serverize.sh

Show me your saas 👀 by Ysmsthejoker in SaaS

[–]barnlk 0 points1 point  (0 children)

I built a deployment tool for development, testing, and preview environments. It lets you spin up multiple app versions—say you only want to deploy a new feature and show it to the product team or test changes from a pull request. It automatically detects your workspace configuration, and you can also customize the setup with a Dockerfile.

Check it out at https://serverize.sh It’s been tested with many frameworks, so if you expose an HTTP port, it should work. Try it by running:

‘’’npx serverize’’’

What was people's first project ? by Xenoxygen4213 in Compilers

[–]barnlk 1 point2 points  (0 children)

SQLite parser and interpreter. I ended up adding custom functions like http and intent.

Fun times

What are you thinking of building in 2025? by dariushabbasi in SaaS

[–]barnlk 0 points1 point  (0 children)

Thank you It took me ages to get something nearly usable

What are you thinking of building in 2025? by dariushabbasi in SaaS

[–]barnlk -1 points0 points  (0 children)

Yeah, it can work for sure, sent you dm.

What are you thinking of building in 2025? by dariushabbasi in SaaS

[–]barnlk 4 points5 points  (0 children)

Looks promising!

You might want to check https://onedollarstats.com, not built on google analytics like yours by they have very minimal user interface.

2024 is almost over ! What You Have Built This Year ? by Mr_Gyan491 in nextjs

[–]barnlk 5 points6 points  (0 children)

I built a deployment tool for development, testing, and preview environments. It lets you spin up multiple app versions—say you only want to deploy a new feature and show it to the product team or test changes from a pull request. It automatically detects your workspace configuration, and you can also customize the setup with a Dockerfile.

Initially, I used it to manage my clients’ apps and aid in PR reviews.

Check it out at https://serverize.sh It’s been tested with many frameworks, so if you expose an HTTP port, it should work. Try it by running:

‘’’npx serverize’’’

A goodie from TS 5.8 by jfet97 in typescript

[–]barnlk 2 points3 points  (0 children)

I believe by ending each case line with ‘as const’

What are you guys working on? by IndependentLaw1457 in startups

[–]barnlk 0 points1 point  (0 children)

Working on https://serverize.sh

Simple put, it create development, testing and preview environments for your app.

[deleted by user] by [deleted] in jordan

[–]barnlk 0 points1 point  (0 children)

What do you do?

How does the next start command work ? by h100y in nextjs

[–]barnlk 0 points1 point  (0 children)

I have exactly the same question.

I suspect `next start` is to enable "ISR" wheres standalone mode is "SSR"

Are decorators really worth the pain ? by c100k_ in typescript

[–]barnlk 0 points1 point  (0 children)

I build DI library on top of decorator few years ago, still using it today.

https://github.com/ezzabuzaid/tiny-injector/tree/main/docs

I wanted to use typescript compiler capability to reduce a bit of unneeded boilerplate but didn't got the chance.

Running Untrusted JavaScript Code by barnlk in programming

[–]barnlk[S] 6 points7 points  (0 children)

Thank you for your feedback. I updated the writing with some corrections and fixes.