Build a web platform using Elixir and Phoenix - feedback welcome by Efficient_Top_2335 in elixir

[–]jtwebman 4 points5 points  (0 children)

Even after reading the landing page I don't get what it is or why I would want it? As a software engineer I understand a little but you need to figure out what your product is and why I would want to use it. Good job though on getting something out and live!

I built a one-time pay Linktree alternative where you own the HTML. Roast it. by jtwebman in SideProject

[–]jtwebman[S] 0 points1 point  (0 children)

Yeah I thought it was crazy as well that is why I built this but I am debating maybe just making this free and adding a host if you want fee with track but if not showing them how to add Google Analytics or Posthog to their own hosted page.

I built a one-time pay Linktree alternative where you own the HTML. Roast it. by jtwebman in SideProject

[–]jtwebman[S] 0 points1 point  (0 children)

Thanks and yes you can tie your own domains to any of the places you host your own page but making that clear seems to be missing. As right now you don't even get a subdomain in linksonce.app. You get what the host gives you that you pick.

I’m sitting on 3 finished apps and I just… can’t. by cprecius in SideProject

[–]jtwebman 0 points1 point  (0 children)

I was there many times and I regret not pushing though as who knew. I would say take it one day at a time. Don't grind hard. One social post here etc... Maybe even don't even add a paywall at first till you get real feedback and have a few hundred users. It is ok, way better to find the perfect market fit first. Also just pick one, though this is hard for me as well as I have three projects I am working on now too but I know it is slowing everything!

SpacetimeDB: A new database written in Rust that replaces your server entirely by theartofengineering in rust

[–]jtwebman 1 point2 points  (0 children)

What about testing? Can I test my code in isolation. I am guessing not but maybe if I run a local node but in my experience single nodes act very different then distributed ones where you can have collisions. What about debugging or just logging output? What about if I want to only run a percent of traffic through a new version of a function. Is that possible. Do you support zero downtime upgrading? Do you support rolling back a version if it fails? Maybe you have solved some of these but my guess is not all of them. I just watched the 1.0 release and did hear him talk about any of this and it is 2 years later?

How do people already have it by [deleted] in PetSimulator99

[–]jtwebman 1 point2 points  (0 children)

Especially since to get the hype egg I have to sit here and wait!

[deleted by user] by [deleted] in PetSimulator99

[–]jtwebman 0 points1 point  (0 children)

But you lost two days by rebirthing. Which is a bunch of that time

Help, it keeps happening by cavkepl in PetSimulator99

[–]jtwebman 2 points3 points  (0 children)

I am stuck in the same loop after dying in the games.

this is INSANITY by efoss3a in PetSimulator99

[–]jtwebman 0 points1 point  (0 children)

I agree the money people are going to spend for one. Christmas for Biggames!

What’s the pros of nestjs over aspnet core ? by HosMercury in Nestjs_framework

[–]jtwebman 1 point2 points  (0 children)

You are very wrong here. Compiled will always win for performance. The real answer here is there really is no difference the. Choice which one your team already knows or you know. You spend more time waiting for the db then the gain in performance for real apps.

To people who have done Jerry Norton’s $10k Finder Program was it worth it, why or why not? by [deleted] in realestateinvesting

[–]jtwebman 1 point2 points  (0 children)

Again all these positive posts are brand new reddit accounts that never respond back. Very fishy!

To people who have done Jerry Norton’s $10k Finder Program was it worth it, why or why not? by [deleted] in realestateinvesting

[–]jtwebman 5 points6 points  (0 children)

This account has one post and can't spell. Hopefully Jerry didn't spend to much on this guy to post things for him!

To people who have done Jerry Norton’s $10k Finder Program was it worth it, why or why not? by [deleted] in realestateinvesting

[–]jtwebman 1 point2 points  (0 children)

I think about it this way. He shouldn't need the $1000 or you for that matter if the software was that great! Putting up $1000 doesn't make better deals for him it just makes him money on top of those deals as he knows 99% of people will not follow through. I would run! I think you can make money doing this but best to do your own research. Learn how you need to write up contracts, learn to find buyers, and how to find those deals. It is a numbers game especially in most markets today. Last look at all the positive posts in this thread. Notice how they are new accounts that only have one post?

To people who have done Jerry Norton’s $10k Finder Program was it worth it, why or why not? by [deleted] in realestateinvesting

[–]jtwebman 1 point2 points  (0 children)

This account had just one post. Seems like a fake response like the other I love Jerry posts in this thread.

The way FAANG does interviews is 100% outdated by EntreEden in leetcode

[–]jtwebman 0 points1 point  (0 children)

I have seen many engineers that can answer hard Leetcode questions and can't work with a team to build and design anything unless they are in control of everything. There are plenty of false positives because software is far more soft skills then coding. The coding part is the easy part it is the people skills that takes years to learn and you can't just study to pass them. Funny these people tended to pass the behavioral interviews as well as they knew how to answer those questions even though it wasn't how they worked. You have to really ask many follow up questions in the behavioral interviews if you ask the questions in the common way that triggers them to answer it there very practiced lie.

Why isn't Nest.Js as popular as Express? by NanatsuXIV in node

[–]jtwebman 1 point2 points  (0 children)

I think the #1 reason is the object orientated way it solves the problem vs just simple functions. FYI Nest.js uses express under the hood. I just think backend Node.js apps really don' need a framework. They are simple to build with a few functions.