内容简介:Whilst my world is on hiatus for the foreseeable, I've decided to learn enough web development to ship a few product ideas I've had on the back burner, for a mix of fun, profit and self development.Plan A was to just learn front-end development (HTML, CSS,
Whilst my world is on hiatus for the foreseeable, I've decided to learn enough web development to ship a few product ideas I've had on the back burner, for a mix of fun, profit and self development.
Plan A was to just learn front-end development (HTML, CSS, JS, framework, UI/UX) and use a baas like Firebase or AWS for the back-end.
Now, I'm a little concerned that relying on front-end and baas will bottleneck me in some way that isn't obvious to me as a newbie.
Given the above, how valuable would a back-end education be (node/express or ruby on rails), even if I end up going the baas route?
Notes: My product ideas are run of the mill Reddit for dogs, news aggregator, to-do list app type stuff.
I'll be following one of the Odin Project's curriculums. They offer both front-end and full stack learning tracks.
-Front end https://www.theodinproject.com/tracks/3
-Full stack Javascript https://www.theodinproject.com/tracks/2
-Full stack Ruby on Rails https://www.theodinproject.com/tracks/1
以上所述就是小编给大家介绍的《Do you need more than a Front end and Firebase education to ship product?》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python神经网络编程
[英]塔里克·拉希德(Tariq Rashid) / 林赐 / 人民邮电出版社 / 2018-4 / 69.00元
神经网络是一种模拟人脑的神经网络,以期能够实现类人工智能的机器学习 技术。 本书揭示神经网络背后的概念,并介绍如何通过Python实现神经网络。全书 分为3章和两个附录。第1章介绍了神经网络中所用到的数学思想。第2章介绍使 用Python实现神经网络,识别手写数字,并测试神经网络的性能。第3章带领读 者进一步了解简单的神经网络,观察已受训练的神经网络内部,尝试进一步改......一起来看看 《Python神经网络编程》 这本书的介绍吧!