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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Where are the gaps in my understanding as a new webdev?

1 点作者 SherlockeHolmes将近 5 年前
Yello! I am trying to build a data-visual interactive site. Here is what I got so far out of my research. I have included my idea of what the stack will look like. I am hoping for feedback that fills in gaps in understanding, shows alternatives&#x2F;better options, and more! Forgive any egregious oversights.<p>--- databases (tech not yet researched) --- core logic (tech: sbcl) --- server compute &amp; memory (aws?) --- routers&#x2F;switches&#x2F;network devices (tech: invented already at DARPA) --- client OS through access points on device (tech: variable) --- Client browsers (tech: engines and parsers for html, js, css) --- DOM (tech: put together by choices of models, views, and controllers using html, css, angular) --- User interface (tech: human)

1 comment

SherlockeHolmes将近 5 年前
One thought is that somewhere I&#x27;d need to translate the LISP objects into JS ones before putting them in the DOM. I think I would have to do this both before sending the JSON and after receiving it at the browser.<p>I came across Sibilant, which can do this for me on either side - I believe. Hoping to find out soon.