TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: I need to built a site.I am a beginner web developer. PLEASE HELP ME

3 点作者 dprophecyguy超过 8 年前
Hey i am beginner web developer. And i am a CS undergraduate. For a long time i have been thinking about writing blog. But i just couldn&#x27;t start anywhere. Now i have been learning Web Development and i have reached upto an average level in Front-End. I have knowledge about : HTML , CSS JS JQuery (JSON, AJAX)<p>So the blog idea has started ticking again. And this time i want to make it in form of a site. So that i can use my skills and test them on a real world scenario. But i have no knowledge of where to start and what extra skills to acquire so that i can work on it. Please someone suggest me anything advice, article, blog. I don&#x27;t want to use wordpress or anything. I want to make a site on my own. With the help of technology and skills. So please guide me about the technologies that i have to use plus all the skills that i have to acquire. My aim is to become a full stack developer and i think there is no better way to learn rather than to do that thing.

3 条评论

JPLeRouzic超过 8 年前
You could use OpenShift of Redhat or a similar product.<p>But the simplest idea is to host your own Web server on your own computer. Install a Bitnami Lamp server and observe how it works, before making any modifications. You will access your local Web server with any browser at <a href="http:&#x2F;&#x2F;localhost" rel="nofollow">http:&#x2F;&#x2F;localhost</a><p>Bitnami lamp is a cool product: <a href="https:&#x2F;&#x2F;bitnami.com&#x2F;stack&#x2F;lamp" rel="nofollow">https:&#x2F;&#x2F;bitnami.com&#x2F;stack&#x2F;lamp</a>
mindcrime超过 8 年前
You&#x27;ll need a backend of some sort - a database to store the entries, and some kind of server to serve up your initial HTML &#x2F; css &#x2F; javascript files. If you&#x27;re a big javascript person, node.js might be a good choice. There are TONS of options here though, including probably multiple choices each, for every programming language you can name. But some obvious ones, to me, would be Ruby on Rails, or Grails, or maybe Play. For a database, either Postgres or MySQL would be a fine choice.<p>Once you have chosen a backend, you&#x27;ll have to decide how much, if any, &quot;server side rendering&quot; you&#x27;ll want to do, or if you want to make a pure SPA that does everything via ajax calls to the backend.<p>This might be of use to you:<p><a href="http:&#x2F;&#x2F;blog.hexican.com&#x2F;2010&#x2F;04&#x2F;building-a-blog-using-7-simple-steps-in-grails&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.hexican.com&#x2F;2010&#x2F;04&#x2F;building-a-blog-using-7-simp...</a>
评论 #13439237 未加载
fosco超过 8 年前
some spiffy templates here --&gt; <a href="https:&#x2F;&#x2F;html5up.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;html5up.net&#x2F;</a><p>in regards to &gt; Please someone suggest me anything advice, article, blog<p>write something you are passionate and enthusastic about, otherwise it will likely not be a fun experience for you. for example, if you really enjoy hiking write about all steps of planning a long hiking trip. there are many examples of others doing something similar... in any case I would start with something I enjoy and like talking about as charisma is contagious