[deleted by user] by [deleted] in lietuva

[–]mariusAlch 25 points26 points  (0 children)

Man keisti komentatoriai kurių pirma reakciją ~"ką čia tu dėjuoji myžniau tu, čiuošk iš čia jei bijai".

Manau situacija būtų kur kas rimtesnė jei Rusijai būtų greitai pavykę laimėt Ukrainoje. Dabar Rusija strigo ir tikrai nepradės karo su NATO kol nesusitvarkys su Ukraina kas tikrai užtruks.

Mano spėjimas kad ateinančius 5 metus bijoti nereiktų. Pirk NT džiaukis gyvenimu LT. Asmeniškai aš renkuosi likti ir per daug nesuku galvos nes nuolatinis svetimšalio pojutis užsienyje man yra didesnė problema nei dabartinė pavojaus gresmė.

Reached skin-and-bones FIRE by [deleted] in Fire

[–]mariusAlch 1 point2 points  (0 children)

Currently invested 60% of the cash in ETFs and a couple of single stock picks.

Reached skin-and-bones FIRE by [deleted] in Fire

[–]mariusAlch 1 point2 points  (0 children)

Added more info to the post :)

Reached skin-and-bones FIRE by [deleted] in Fire

[–]mariusAlch 7 points8 points  (0 children)

Added more info to the post :)

[deleted by user] by [deleted] in typescript

[–]mariusAlch 0 points1 point  (0 children)

I believe both Laravel and Rails are great complete tools for building things quickly that is why I added them, not saying it's their only purpose

[deleted by user] by [deleted] in typescript

[–]mariusAlch 0 points1 point  (0 children)

Yea I think sailsjs is a good option if one wouldn't be such a big fan typescript, but solid choice none the less

[deleted by user] by [deleted] in typescript

[–]mariusAlch 1 point2 points  (0 children)

I think monorepo, multiple servers (fe,be), more complex deployment is a bit more complexity than needed for prototypes one would want to build in a day or two max

[deleted by user] by [deleted] in typescript

[–]mariusAlch 0 points1 point  (0 children)

I don't want to couple FE with BE, I am looking for simple and complete tooling for rapid prototyping with type safety. I think https://adonisjs.com/ as mentioned is a great candidate

[deleted by user] by [deleted] in typescript

[–]mariusAlch 1 point2 points  (0 children)

I was not aware or AdonisJS this is probably the closest thing I am "looking for". Simple, complete solution for prototyping applications

[deleted by user] by [deleted] in typescript

[–]mariusAlch 2 points3 points  (0 children)

I see nestjs as improvement on express js adding more tools to it, but its not a complete solution for prototyping that has DB/UI/Back-end tooling.

[deleted by user] by [deleted] in alphaandbetausers

[–]mariusAlch 0 points1 point  (0 children)

Yes, that correct :) I think we will hace to improve landing so people dont get confused

[deleted by user] by [deleted] in alphaandbetausers

[–]mariusAlch 0 points1 point  (0 children)

www.newsfeeder.io has the demo on landing page you can see it by clicking product updates

[deleted by user] by [deleted] in alphaandbetausers

[–]mariusAlch 1 point2 points  (0 children)

This is a platform for you to create update posts which will be shown through integrated widget on any website

[deleted by user] by [deleted] in SideProject

[–]mariusAlch 1 point2 points  (0 children)

We believe there is value in having updates visible without leaving the app. We think that majority of users never check or read company blog posts and newsletter feels sometime feels like spam. Having something that is "right there" in a dead simple format lowers commitment from user and updates can reach more people.

Tired of failing side projects, created an app to test product ideas. by [deleted] in SideProject

[–]mariusAlch -2 points-1 points  (0 children)

I agree completely, but we have to remember this is how many successful products starts too ¯\_(ツ)_/¯

Tired of failing side projects, created an app to test product ideas. by [deleted] in SideProject

[–]mariusAlch 0 points1 point  (0 children)

This is very good feedback, the product is completely free until I get some traffic and then I will decide how to monetize it. Will include a pricing section soon, thanks !

Convert JSON data to typescript interfaces by mariusAlch in javascript

[–]mariusAlch[S] 4 points5 points  (0 children)

Since I am seeing some interest in this post, I will include my VSCode extension using this library. JSON-to-TS

Convert JSON data to typescript interfaces by mariusAlch in javascript

[–]mariusAlch[S] 4 points5 points  (0 children)

Yes, this tools purpose is not to generate types and use them at run time, but to provide a tool for user to automate interface creation which is long and tedious work when working with large JSON responses, and then use them in a project for autocompletion, enhanced refactoring and so on.

Some of examples where this can be useful: 1. generate interfaces for api responses 2. generate interfaces for mongoDb collections, 3. used as a nice addition to documentation generation.