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.
"The great courses" (google it) has a many well done courses taught by college professors on a variety of topics
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'll use the example of front end…
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 use DO load balancer so you don't have…
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
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.
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 jobs, push notifications integrated with…
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 and get them involved in the building…
Take a look at the recently announced phoenix framework live view
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 is WHY they should use it and…
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 that persons problem. Expand out your…
Laravel Spark may be an option
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.
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 business tools.
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 meetups or online forums or looking for…
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 identify such a user? If not then that is your…
One option would be is to use a showhn post right here which is intended for promoting projects
"People who take everything for granted" so so true. Everything that is, was once not. And everything that is, will soon not be.
Laracasts.com and codecourse.com for laravel and vuejs rapid application development
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 the newly released Laravel 5.7
Could be the number of concurrent requests they can serve by scaling out to more servers
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 target customers
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 hello world app to it. Point a real…
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 working take a two hour break and do…
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 end
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.
"The great courses" (google it) has a many well done courses taught by college professors on a variety of topics
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'll use the example of front end…
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 use DO load balancer so you don't have…
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
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.
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 jobs, push notifications integrated with…
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 and get them involved in the building…
Take a look at the recently announced phoenix framework live view
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 is WHY they should use it and…
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 that persons problem. Expand out your…
Laravel Spark may be an option
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.
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 business tools.
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 meetups or online forums or looking for…
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 identify such a user? If not then that is your…
One option would be is to use a showhn post right here which is intended for promoting projects
"People who take everything for granted" so so true. Everything that is, was once not. And everything that is, will soon not be.
Laracasts.com and codecourse.com for laravel and vuejs rapid application development
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 the newly released Laravel 5.7
Could be the number of concurrent requests they can serve by scaling out to more servers
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 target customers
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 hello world app to it. Point a real…
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 working take a two hour break and do…
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 end