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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Three Things about the Back-End that Front-End programmers need to know about

2 点作者 peterbsmith超过 9 年前

1 comment

lsiunsuex超过 9 年前
#4 - You will, eventually, need to learn some back-end code.<p>November of last year, I began re-designing my site to use AngularJS &#x2F; Firebase. After looking at some examples, I fell in love with the live updating of the data, single page design.<p>In July it went live.<p>And now, on the edge of October, I find myself writing pieces in PHP &#x2F; MySQL and accessing them via a http request to do any number of things from querying user data, to sending email via Mailgun, to triggering a Twillio message.<p>Pick a language &#x2F; database - doesn&#x27;t matter if its PHP or Ruby, MySQL or Postgres - but learn 1 of each - I still love and use Firebase, but it&#x27;s no good if I can&#x27;t perform the simplest of queries like &quot;select * from users where school_id=x&quot;. No fancyness on the frontend will negate the power of a properly formatted sql statement.