-
Currently, displayed text is hardcoded into the app code. We want to separate this out into variables or use a declarative framework so that it will be easier to change the text down the line for int…
-
Jake Meier: https://dev-soc.vercel.app/
Brishna Bakshev: https://brishna-bakshev.vercel.app/
-
### Introduction
When people build applications or develop products, they may be required to get customer feedback on the product to determine areas for improvement. This feedback are usually gotte…
-
Chasing 10X: Leveraging A Poor Memory In Engineering
http://bit.ly/2CZjkrp
About 0 Minutes
I was burned out and my software career was stalling just three years in. My memory sucked. Was my poor …
-
### Introduction
[The generation and broad distribution of website content can be streamlined with content management systems (CMSs). However, it is essential to inform the public about the architect…
-
## Netlify
- [Docs | Netlify](https://www.netlify.com/docs/)
- [Netlify](https://qiita.com/tags/netlify)
- [Netlify + Netlify CMS + GatsbyでCMSを構築してみたメモ - Qiita](https://qiita.com/jshimazu/items/e…
hdknr updated
6 years ago
-
see video: [link](https://share.getcloudapp.com/YEuDAB20)
Note: I think we can ignore the first error - it seems to only show up when API token is not set correctly. :) so just the deprecation warn…
-
Just ran into an issue in production where we need the [redis_ssl data store adapter](https://github.com/ButterCMS/buttercms-ruby/commit/074646e69d9af151202f936197c20c02c71b3424). But this this gem ha…
-
https://github.com/streaak/keyhacks
Has a list of many ways to test an API Key for validity.
Porting these to KeyScope would be useful.
- [ ] ABTasty API Key
- [X] Algolia API key
- […
-
# React 在服务端渲染的实现
React是最受欢迎的客户端 JavaScript 框架,但你知道吗(或许更应该试试),你可以使用 React 在服务器端进行渲染?
假设你为客户构建了一个很棒的事件列表 React app。。该应用程序使用了您最喜欢的服务器端工具构建的API。几周后,用户告诉您,他们的页面没有显示在 Google 上,发布到 Facebook 时也显示不出来。 这…