Commit Graph

45 Commits

Author SHA1 Message Date
nikitaTay 3022d07c68
Creating Blog Post of gRPCConf2024 (#1382)
* Changes for creating Blog Post of gRPCConf2024

* Changes as per review comments
2024-11-25 15:01:29 +05:30
Terry Wilson 61176cb366
Resize the gRPConf2023 blog images (#1221)
They don't need to be some humongous.
2023-11-02 19:32:32 -07:00
Terry Wilson 9fe25e1f92
Banner for gRPConf 2023 talk videos (#1220) 2023-11-02 13:33:44 -07:00
yifeizhuang b864596016
Blog: gRPConf 2023 wrap-up (#1215) 2023-10-30 10:19:16 -07:00
Easwar Swaminathan d357308215
Add a guide for request hedging (#1199) 2023-10-03 10:42:42 -07:00
yifeizhuang 8397c58ecc
add orca guide (#1131) 2023-06-09 10:38:36 -07:00
Paulo Castello da Costa f222efb795
Add blog post on gRPC performance benchmarks on GKE (#940) 2022-03-01 19:32:21 -05:00
Patrice Chalin b2d0059284
Wireshark blog post (#625)
Final "infrastructure" changes: relocate image files and fix issue with link rendering inside the alert shortcode.
2021-02-03 13:55:35 -05:00
Patrice Chalin 8443a4baeb
Wireshark post: fix port naming prose (#606)
* Wireshark post: fix port naming prose - and added the request screenshot which I missed in the previous commit.
* Compress request screenshot
2021-01-22 07:08:39 -05:00
Patrice Chalin 4fad233953
Compress images (#607) 2021-01-21 14:46:25 -05:00
Patrice Chalin 64ae35d58a
Wireshark blog post: 2021-01-18 rework (#598)
* Wireshark blog post: 2021-01-18 rework + 01-20 edits

* Tweak about preloading of msg defs from .proto

Co-authored-by: huangqiangxiong <qiangxiong.huang@qq.com>

* More updates following review + new images

Co-authored-by: huangqiangxiong <qiangxiong.huang@qq.com>
2021-01-21 11:37:42 -05:00
Aidan Ranney a8b0a9db9a
Refactor Docs ToC and improve styles (#567)
* Refactor inline ToC approach and add second link

This revises the approach to expanding and collapsing the inline ToC in
the docs pages - rather than template login, a more CSS-driven solution
was adopted. A fix to the shortcode ToC and some improved comments on
the styles have also been added.

* Optimize common background SVG

* Revise style structure and class names on pages

* Move Gitter to social links

* Render images with Markdown parser where able

* Fill view height with docsy ToC

* Fix reference to font awesome icon

* Pass over styles to implement a namespacing scheme

This revises much of the inline styles using Bootstrap utilities to try
and limit their use to Bootstrap components and concerns with display
and layout. Some styling has been extracted to namespaced classes when
either the object in question had potential for reuse, extracting
improved clarity, or the content was encapsulated on a top-level page.

An exception has been made to the inline table of contents on top-pages,
as this has a dependency on Docsy's internal ToC styling, as well as our
overrides for use in the /docs section. Its inline styling has been
minimized.
2020-12-18 08:40:50 -05:00
huangqiangxiong 40a2de58ee
Blogpost about how to use wireshark with protobuf and grpc dissectors (#467)
* Blogpost about how to use wireshark with protobuf and grpc dissectors

Add this blogpost as recommended on
https://github.com/protocolbuffers/protobuf/issues/3303

* Update content according to last comments

1. change title to "How to analyze gRPC with Wireshark"
2. add link to github id (after the name attribute).
3. add "Protocol Buffers" for "Protobuf" in first sentence.
4. add summary info about the intent and scope of this blog.
5. move the history to a nearly end section.
6. add a short section about how to capture gRPC traffic.
7. change "official *.proto library of Protobuf" to "Protocol Buffers Well-Known Types"
8. remove the section about JSON-serialized capture.
9. remove the sections about build-in UDP and custom dissectors, instead leaving a link to wireshark protobuf wiki page.
10. remove sample link of Protobuf only capture from referrence section.

* Update how-to-analyze-grpc-with-wireshark.md

Updated according to comments.
1. Update date.
2. Fixed some link errors.

* PR #467 copyedits, spelling and text wrap 2020-11-27

* PR #467 correct clerical and grammar errors 2020-11-28

also update date

* Mark as draft

Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
2020-12-04 19:52:43 -05:00
Patrice Chalin 561fb8212e
Basic cleanup of testimonials (#410)
* Basic cleanup of testimonials

Trimming file: keep only 6 entries. This is meant to be a quick cleanup. (More updates to the site will be coming in subsequent PRs, e.g., to add dev stories.)

- Drop Carbon3D: I can't find any public evidence that they're using gRPC
- Drop University of Wisconsin: not clear that the Open lambda project is still active
- Add dates for all remaining entries

* Also remove images that will no longer be used
2020-09-23 20:04:40 -04:00
Patrice Chalin 5400e229a3
Move google-site-verification file to /static (#366) 2020-07-20 15:31:10 -04:00
Patrice Chalin 6df104e026
Add "grpc-web interceptors" blog entry (#292)
* Add a new blog "Using gRPC-Web Interceptors"  (#261)

* Create grpc-web-interceptor.md

* Update grpc-web-interceptor.md

* Add some links

* Update grpc-web-interceptor.md

* Add a diagram

* Markdown cleanup, no change in content (#262)

* gRPC-web interceptors blog: revisions 20/06/11 (#279)

* Add an image for grpc-web blog (#287)

* gRPC-web interceptors blog: revisions 20/06/17 (#291)

* gRPC-web interceptors blog: revisions 20/06/17

- Final copyedits
- Replaced ASCII art with diagram
- Dropped the advanced example

* Set date to today

Co-authored-by: Zhenli Jiang <jennyjiang@google.com>
2020-06-18 11:08:51 -04:00
lucperkins 441f3ef445 Add CNCF section to main page
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 12:41:37 -07:00
lucperkins 4be406d7b5 Add testimonials shortcode
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-05 15:51:00 -08:00
lucperkins 2326f4a19e Add info section to main page
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-05 14:57:15 -08:00
lucperkins 99ed41a59b Add initial home hero
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-05 14:30:02 -08:00
lucperkins 125d5d6c29 Add initial navbar implementation
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-05 13:45:16 -08:00
lucperkins 76768e306f Move gRPC logos from artwork repo
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-05 13:22:19 -08:00
lucperkins 7650c4d06e Remove existing style.css
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-05 13:21:41 -08:00
lucperkins d721e7c2d0 Set up Sass pipeline
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-05 13:03:07 -08:00
Srini Polavarapu c5a1a6059b
Merge pull request #68 from dcalvin/update-pingcap-usecase
Add PingCAP use case
2020-02-21 12:23:43 -08:00
Richard Belleville 78decb61be Shellcheck 2020-01-30 20:03:44 -08:00
Richard Belleville 27feca3571 Enable unattended installation 2020-01-30 19:57:50 -08:00
Richard Belleville 52ebb0640c Support more config file formats 2020-01-30 17:45:00 -08:00
Richard Belleville 2be85097f1 Adopt Lidi's advice 2020-01-30 16:31:20 -08:00
Richard Belleville de422dbaf4 Add get_grpcurl installer 2020-01-30 16:01:17 -08:00
Calvin Weng 02abfb5279 update vertical logo
Signed-off-by: Calvin Weng <wenghao@pingcap.com>
2019-11-27 16:55:49 +08:00
Calvin Weng ea73c0f29b add PingCAP use case
Signed-off-by: Calvin Weng <wenghao@pingcap.com>
2019-11-25 15:29:44 +08:00
Lidi Zheng e084ff04b4 Enlarge font size volume 2:
* Makes our blog posts human readable
* Sanitize potential small font size
2019-11-13 12:26:02 -08:00
Jan Tattermusch a518308557
Merge pull request #52 from shirhatti/shirhatti/dotnetcore-blog-post
Blog post for grpc-dotnet release
2019-09-23 20:08:34 +02:00
Sourabh Shirhatti c64bf18f69 Add VS screenshot 2019-09-19 23:18:28 -07:00
Sourabh Shirhatti 48f3485458 Fix typo in svg 2019-09-19 22:40:14 -07:00
Sourabh Shirhatti 9f02400726 Create grpc-on-dotnetcore.md 2019-09-17 23:53:26 -07:00
Lidi Zheng 56d7fdf978 Add responsive font-size to adapt different screen size 2019-08-23 15:50:55 -07:00
Lidi Zheng 573fa8fcc7 Enlarge the font size to be human readable 2019-08-23 15:37:36 -07:00
lucperkins 6bdc9a64ef Add RSS feed button to blog
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-06-15 09:38:12 -07:00
lucperkins da6edf606e Add CNCF logo on main page
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-26 14:13:49 -07:00
cjyabraham 06d953e5c0 pancakes favicon 2019-04-24 11:13:47 +07:00
cjyabraham 39e3119e14 updated favicon 2019-04-24 10:53:09 +07:00
lucperkins 31451ff6b6 Add padding to code samples and fix some indentation issues
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-23 09:41:26 -07:00
lucperkins 067307dd29 Add contents of new site repo
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-22 18:07:24 -07:00