Viewing profile — aregsar
aregsar
HN member- Joined
- Fri, May 04, 2012, 1:57 PM UTC
- HN karma
- 35
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About aregsar
No profile information was provided.
Recent public activity
-
comment
Comment #48022785
There is now an official azure service bus emulator
-
comment
Comment #46901042
Same goes for Laravel which also includes laravel Boost for even more assistance for idiomatic code generation and the forthcoming Laravel AI SDK for agentic app development the La…
-
comment
Comment #46071042
Startups need to move fast to quickly validate their assumptions. Full stack batteries included frameworks like rails, Laravel and Django are much better suited for this with integ…
-
comment
Comment #45041011
For web apps there is nothing that is the equivalent of rails or Laravel with batteries included for solo devs or small teams to rapidly build their ideas. I’m saying this as a .ne…
-
comment
Comment #44559949
Agile web development with rails by Sam Ruby is a great intro to Ruby and rails. The Ruby on rails channel on YouTube has a playlist explaining all the new components of rails 8 ca…
-
comment
Comment #40501519
All you need is to have php and composer installed on your system to get started. Any additional services like MySQL, Redis or a mail server you can run in docker but with the late…
-
comment
Comment #40441789
David sacks’ glueai app uses ragie.ai under the hood
-
comment
Comment #39817286
https://paulgraham.com/google.html
-
comment
Comment #39608350
try to take a short nap after you get home before working on your project and then try to work just one hour on the project afterwards consistently monday through friday. try to in…
-
comment
Comment #39290042
Try out the pythonmldaily YouTube channel
-
comment
Comment #39167722
If you just want a simple informational landing page with maybe click through to other static pages to measure seo analytics then simple html/css pages will suffice. If you also wa…
-
comment
Comment #38460139
The unicorn framework ;) but seriously maybe using using something like Wordpress or drupal with plugins would work or maybe something like the elixir based phoenix framework deplo…
-
comment
Comment #38365170
Depends on which programming language you’re most familiar with. For python I would go with Django and htmx, Ruby, rails plus Hotwire, Php, Laravel with livewire or inertia, Elixir…
-
comment
Comment #37858711
Many places also require Azure knowledge related to microservices communication. So you might want to learn about basics of azure functions, service bus and queues
-
comment
Comment #37338208
Who cares what a random guy at a random company thinks. You are as expendable to any company as any company should be to you. Only thing that matters is that you do the right thing…
-
comment
Comment #37295691
Since you mentioned Python then you might consider Django with the DigitalOcean app platform https://docs.digitalocean.com/tutorials/app-deploy-django-ap...
-
comment
Comment #37237613
Redwoodjs started out focused on jamstack, integrating react front end with graphql backend api. Recently it has moved away from that architecture embracing react server components…
-
comment
Comment #36295582
If you want to stick with js backend you might look at redwoodjs. Though they are in the process of changing from jamstack SPA to react server components backend rendered architect…
-
comment
Comment #35388955
I have come to the same conclusion. The comparison to past startups relying on the Twitter api is spot on. The startups that will succeed in the AI age will be the ones that build …
-
comment
Comment #35197937
Make sure you start with a good foundation in JavaScript and node before moving to typescript and react. As an alternative to react and nextjs you might also take a look at vuejs a…
-
comment
Comment #35082131
Milton?
-
comment
Comment #34836655
It depends on the problem you are trying to solve with your startup. That being said if you just want to build web apps quickly to validate your idea, Ruby on Rails or Laravel are …
-
comment
Comment #34805789
Two alternative options you might consider are redwoodjs and blazor
-
comment
Comment #34627739
You can teach web development to your peers and schoolmates
-
comment
Comment #34402056
> I have some ideas I want to try out and it’s one thing I could get excited about in tech. Do the minimal amount of what you need to do at work to get your job done and work on a …