Viewing profile — aregsarkissian
aregsarkissian
HN member- Joined
- Sat, Jan 10, 2015, 7:27 PM UTC
- HN karma
- 38
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About aregsarkissian
No profile information was provided.
Recent public activity
-
comment
Comment #19400715
I would have my retinas checked by a retina specialist. Floaters may indicate retina issues that may lead to retina detachment. If caught early there are better options for remedy.…
-
comment
Comment #19255608
"The great courses" (google it) has a many well done courses taught by college professors on a variety of topics
-
comment
Comment #19255334
Try to focus on one specific technology that is popular in enterprise software and become an expert at it. Take one to three months if possible and just focus on that one thing. I'…
-
comment
Comment #19217863
One of the more difficult parts of self hosting with a service like digital ocean is managing your own database. Luckily DO just introduced managed postgres databases. Also you can…
-
comment
Comment #18944019
Don't know about books but you might check out thegreatcourses.com that has many videos that try to explain math concepts in a simplified manner by lectures from college professors…
-
comment
Comment #18857278
One good middle ground option may be installing and running your language/framework locally but running supporting data services such as mysql, redis etc in docker containers.
-
comment
Comment #18832886
Laravel even more then rails and django comes with pretty much everything you need for modern web dev built in. Full auth system, feature and unit test infrastructure, background j…
-
comment
Comment #18825799
The method I like to use is to intertwine MVP development and customer feedback together as I incrementally build an MVP. So you should start with identifying your target customer …
-
comment
Comment #18665192
Take a look at the recently announced phoenix framework live view
-
comment
Comment #18664960
Ask yourself WHY the real live person you have identified to sell your product to would want to use your product. Then find out if that is really true by directly telling them this…
-
comment
Comment #18656451
Try finding one person that you think has the problem you are trying to solve. Contact and talk with that person and see if you can build something small or even manually solve tha…
-
comment
Comment #18648678
Laravel Spark may be an option
-
comment
Comment #18604399
Only way to find out is to go talk to some small restaurant owners. Maybe there are some industry events that you can demo your service to restauranteurs.
-
comment
Comment #18600896
I'd say the laravel/php and Ruby on Rails communities are the closest thing there is to that. Many of the people involved in those communities run sass businesses or build sass bus…
-
comment
Comment #18600595
Start by finding a small group of people that have a problem that you might be able to solve by writing python scripts or a simple web app perhaps built with flask. Joining a few m…
-
comment
Comment #18569947
You need a very specific set of users that you can explicitly identify and know how to reach online that have a specific problem that your side project helps solve. Can you identif…
-
comment
Comment #18510765
One option would be is to use a showhn post right here which is intended for promoting projects
-
comment
Comment #18459859
"People who take everything for granted" so so true. Everything that is, was once not. And everything that is, will soon not be.
-
comment
Comment #18459663
Laracasts.com and codecourse.com for laravel and vuejs rapid application development
-
comment
Comment #18140703
Laravel backend with vuejs components deployed to laravel forge is my choice even though I am an enterprise asp.net core developer. Check out laracasts.com for their new series on …
-
comment
Comment #17946627
Could be the number of concurrent requests they can serve by scaling out to more servers
-
comment
Comment #17941891
A lot of advice here is about finding time to work on your product on nights and weekends. You also need allocate some time during the day for marketing and communicating with your…
-
comment
Comment #17484251
Start with shipping from day one. Before any coding. If it's a web app create a new hello world project push it to a git repo. Get a cheap server from a hosting company deploy your…
-
comment
Comment #17214888
For every 45 minutes of sitting get up and walk around for 15 minutes. While walking keep thinking about what you were working on to stay in the zone. For every 3 to 4 hours of wor…
-
comment
Comment #17002431
He means pick a combination with one selection from each front end and back end category. For instance you can pick vuejs from front end and combine it with php/laravel on the back…