50 acrónimos y términos técnicos que cualquier programador debería conocer.
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
November 8, 2025 at 1:57 PM
50 acrónimos y términos técnicos que cualquier programador debería conocer.
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
the value is in the standardization
yes, shell scripts work. but you cant import shell scripts into a remote web app, that’s insecure
gRPC would work, but no AI tools are picking it up
yes, shell scripts work. but you cant import shell scripts into a remote web app, that’s insecure
gRPC would work, but no AI tools are picking it up
New post! MCP seems like a lot of hype without much substance. Seems like some developers are catching on.
This MCP Server Could Have Been a JSON File
There's a lot of buzz around MCP. I'm not convinced it needs to exist.
materializedview.io
September 12, 2025 at 12:48 AM
the value is in the standardization
yes, shell scripts work. but you cant import shell scripts into a remote web app, that’s insecure
gRPC would work, but no AI tools are picking it up
yes, shell scripts work. but you cant import shell scripts into a remote web app, that’s insecure
gRPC would work, but no AI tools are picking it up
Trying out various libs for doing local RPC (C++, Python, maybe web later).
Building these from source is insane: gRPC helloworld builds >2k object files, takes ~10m to compile on 12 cores. cpprestsdk is similar in complexity. What gives?
Building these from source is insane: gRPC helloworld builds >2k object files, takes ~10m to compile on 12 cores. cpprestsdk is similar in complexity. What gives?
December 7, 2024 at 9:12 PM
Trying out various libs for doing local RPC (C++, Python, maybe web later).
Building these from source is insane: gRPC helloworld builds >2k object files, takes ~10m to compile on 12 cores. cpprestsdk is similar in complexity. What gives?
Building these from source is insane: gRPC helloworld builds >2k object files, takes ~10m to compile on 12 cores. cpprestsdk is similar in complexity. What gives?
Wissance/WebApiToolkit: WebApi toolset that allows to make CRUD REST API like a cookie for ~ 20 lines of code, it also allow to build GRPC too by Wissance github.com/Wissance/Web... #aspnetcore
May 27, 2025 at 5:29 PM
Wissance/WebApiToolkit: WebApi toolset that allows to make CRUD REST API like a cookie for ~ 20 lines of code, it also allow to build GRPC too by Wissance github.com/Wissance/Web... #aspnetcore
www.manning.com/books/the-de... << ...This new edition of the book The Design of Web APIs covers the latest updates to the OpenAPI, teaches you to streamline & standardize API design decisions with rationale & automation, and gives you insights you can apply to other API styles, such as gRPC... >>
The Design of Web APIs, Second Edition - Arnaud Lauret
Learn how to design web APIs that are a delight to use and maintain.
Thousands of developers have followed renowned API expert Arnaud Lauret’s guidance to create APIs that are flexible, secure, and e...
www.manning.com
October 9, 2025 at 6:45 PM
www.manning.com/books/the-de... << ...This new edition of the book The Design of Web APIs covers the latest updates to the OpenAPI, teaches you to streamline & standardize API design decisions with rationale & automation, and gives you insights you can apply to other API styles, such as gRPC... >>
the direction this is going is like, the penumbra fullnode already serves http to serve grpc, what if it bundled in a basic block explorer or web frontend etc
November 20, 2023 at 12:45 AM
the direction this is going is like, the penumbra fullnode already serves http to serve grpc, what if it bundled in a basic block explorer or web frontend etc
gRPC Web ainda tá na ativa? Quando eu lidava com front usava o mesmo proto nas duas pontas.
December 19, 2024 at 9:24 PM
gRPC Web ainda tá na ativa? Quando eu lidava com front usava o mesmo proto nas duas pontas.
【イベントレポート】イマドキのC# .NET Web開発 〜gRPC, GraphQL, Blazorもあるよ〜 を開催しました | Sansan Tech Blog
【イベントレポート】イマドキのC# .NET Web開発 〜gRPC, GraphQL, Blazorもあるよ〜 を開催しました - Sansan Tech Blog
はじめに こんにちは、技術本部 Sansan Engineering Unit Data Hubグループの髙芝です。 2024年5月15日にData Hubグループ単独として初のイベントを開催しました。 sansan.connpass.com 弊社のデータ連携ソリューションであるSansan Data Hubを題材として、GraphQL ClientやgRPC-Web、Blazor WASMといったC# .NETのちょっとモダンなWeb開発を紹介しました。
buildersbox.corp-sansan.com
May 23, 2024 at 10:21 PM
【イベントレポート】イマドキのC# .NET Web開発 〜gRPC, GraphQL, Blazorもあるよ〜 を開催しました | Sansan Tech Blog
APIs power the modern web!
Here’s a breakdown of key API types & concepts
🔹 REST: CRUD, HTTP Verbs, Stateless
🔹 GraphQL: Schema, Queries, Single Endpoint
🔹 gRPC: RPC, Protocol Buffers, Streaming
🔹 Other: SOAP, WebSockets, Microservices
Which one is your go-to API style?👇
Here’s a breakdown of key API types & concepts
🔹 REST: CRUD, HTTP Verbs, Stateless
🔹 GraphQL: Schema, Queries, Single Endpoint
🔹 gRPC: RPC, Protocol Buffers, Streaming
🔹 Other: SOAP, WebSockets, Microservices
Which one is your go-to API style?👇
April 7, 2025 at 8:00 AM
APIs power the modern web!
Here’s a breakdown of key API types & concepts
🔹 REST: CRUD, HTTP Verbs, Stateless
🔹 GraphQL: Schema, Queries, Single Endpoint
🔹 gRPC: RPC, Protocol Buffers, Streaming
🔹 Other: SOAP, WebSockets, Microservices
Which one is your go-to API style?👇
Here’s a breakdown of key API types & concepts
🔹 REST: CRUD, HTTP Verbs, Stateless
🔹 GraphQL: Schema, Queries, Single Endpoint
🔹 gRPC: RPC, Protocol Buffers, Streaming
🔹 Other: SOAP, WebSockets, Microservices
Which one is your go-to API style?👇
5 top tuts!
1) Promises frontendmasters.com/tutorials/fi...
2) Web Component frontendmasters.com/tutorials/fi...
3) gRPC frontendmasters.com/tutorials/me...
4) Handle Permissions like a Senior Dev frontendmasters.com/tutorials/we...
5) Debounce vs Throttle frontendmasters.com/tutorials/we...
1) Promises frontendmasters.com/tutorials/fi...
2) Web Component frontendmasters.com/tutorials/fi...
3) gRPC frontendmasters.com/tutorials/me...
4) Handle Permissions like a Senior Dev frontendmasters.com/tutorials/we...
5) Debounce vs Throttle frontendmasters.com/tutorials/we...
Your First Web Component | Frontend Masters
Learn the fundamentals of Web Components and how to create your own from scratch using JavaScript.
Define custom elements using HTML elements, attach shadow DOM, and encapsulate styles and logic for …
frontendmasters.com
September 10, 2025 at 8:40 PM
5 top tuts!
1) Promises frontendmasters.com/tutorials/fi...
2) Web Component frontendmasters.com/tutorials/fi...
3) gRPC frontendmasters.com/tutorials/me...
4) Handle Permissions like a Senior Dev frontendmasters.com/tutorials/we...
5) Debounce vs Throttle frontendmasters.com/tutorials/we...
1) Promises frontendmasters.com/tutorials/fi...
2) Web Component frontendmasters.com/tutorials/fi...
3) gRPC frontendmasters.com/tutorials/me...
4) Handle Permissions like a Senior Dev frontendmasters.com/tutorials/we...
5) Debounce vs Throttle frontendmasters.com/tutorials/we...
gRPC Web is still an obtuse experience after all these years
January 16, 2025 at 8:28 PM
gRPC Web is still an obtuse experience after all these years
Update: Achei o erro, tinha uma lib que tava puxando o spring-web e por consequ6encia ele tentava criar o server grpc.
March 8, 2025 at 1:33 AM
Update: Achei o erro, tinha uma lib que tava puxando o spring-web e por consequ6encia ele tentava criar o server grpc.
第1特集はgRPCによるWeb APIの設計・実装です!(代返してみました :-)
June 13, 2023 at 2:44 AM
第1特集はgRPCによるWeb APIの設計・実装です!(代返してみました :-)
With a serial connection up between my genetic device and my web interface, I'm at the crossroads of picking a serialisation protocol. Any hot takes?
I was aiming for gRPC + protobuf, but gRPC needs HTTP (vs serial that I have) so maybe raw protobuf will be the best?
I was aiming for gRPC + protobuf, but gRPC needs HTTP (vs serial that I have) so maybe raw protobuf will be the best?
February 18, 2025 at 12:08 PM
With a serial connection up between my genetic device and my web interface, I'm at the crossroads of picking a serialisation protocol. Any hot takes?
I was aiming for gRPC + protobuf, but gRPC needs HTTP (vs serial that I have) so maybe raw protobuf will be the best?
I was aiming for gRPC + protobuf, but gRPC needs HTTP (vs serial that I have) so maybe raw protobuf will be the best?
Showcasing WebApiToolkit – A .NET Web API (REST, GRPC) Constructor with Swagger, Logging & More https://old.reddit.com/r/csharp/comments/1kvuvsk/showcasing_webapitoolkit_a_net_web_api_rest_grpc/
#csharp #dotnet
#csharp #dotnet
May 26, 2025 at 2:03 PM
Showcasing WebApiToolkit – A .NET Web API (REST, GRPC) Constructor with Swagger, Logging & More https://old.reddit.com/r/csharp/comments/1kvuvsk/showcasing_webapitoolkit_a_net_web_api_rest_grpc/
#csharp #dotnet
#csharp #dotnet
Something that might play nicer with standard tooling is Connect RPC from the folks who make Buf. The Connect protocol also uses Protobuf but its output is gRPC and gRPC-web compliant. As a bonus, it works with normal tools like curl!
connectrpc.com
connectrpc.com
Connect
Simple, reliable, interoperable: Protobuf RPC that works.
connectrpc.com
July 9, 2025 at 1:47 AM
Something that might play nicer with standard tooling is Connect RPC from the folks who make Buf. The Connect protocol also uses Protobuf but its output is gRPC and gRPC-web compliant. As a bonus, it works with normal tools like curl!
connectrpc.com
connectrpc.com
The latest update for #Honeybadger includes "Building a #gRPC #Nodejs API" and "Multithreading in #JavaScript with Web Workers".
#DevOps https://opsmtrs.com/2Y5KhaD
#DevOps https://opsmtrs.com/2Y5KhaD
Honeybadger
Zero-instrumentation, 360 degree coverage of errors, outages and service degradation. Deploy with confidence and be your team's devops hero.
opsmtrs.com
May 29, 2025 at 5:10 AM
The latest update for #Honeybadger includes "Building a #gRPC #Nodejs API" and "Multithreading in #JavaScript with Web Workers".
#DevOps https://opsmtrs.com/2Y5KhaD
#DevOps https://opsmtrs.com/2Y5KhaD
What Are gRPC Web Services and When Should I Use Them? #aspnetcore #dotnetcore #webdev #grpc https://lnkd.in/eqR2a7k
LinkedIn
This link will take you to a page that’s not on LinkedIn
lnkd.in
December 1, 2024 at 11:36 AM
What Are gRPC Web Services and When Should I Use Them? #aspnetcore #dotnetcore #webdev #grpc https://lnkd.in/eqR2a7k
I basically want the gRPC experience where it takes in protos and spits out both a client and server that already know how to talk to one another… but it needs to work on web. Honestly I think this is more a general GCP problem. Solutions exist for this like API Gateway or Cloud Endpoints
May 16, 2025 at 10:34 PM
I basically want the gRPC experience where it takes in protos and spits out both a client and server that already know how to talk to one another… but it needs to work on web. Honestly I think this is more a general GCP problem. Solutions exist for this like API Gateway or Cloud Endpoints
50 acrónimos y términos técnicos que cualquier programador debería conocer.
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
June 25, 2025 at 2:56 PM
50 acrónimos y términos técnicos que cualquier programador debería conocer.
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
De SPA a CI/CD pasando por SOLID y TDD.
Los vas a ver en PRs, reuniones y documentación.
Guárdalo. Te vas a cruzar con todos:
> **gRPC connections now supported**
> Deno can now connect to gRPC services using the `@grpc/grpc-js` client library from npm.
... You call this support? I thought it was some sort of vendor-native or web-compliant APIs.
RE: < […]
> Deno can now connect to gRPC services using the `@grpc/grpc-js` client library from npm.
... You call this support? I thought it was some sort of vendor-native or web-compliant APIs.
RE: < […]
June 11, 2024 at 3:30 PM
> **gRPC connections now supported**
> Deno can now connect to gRPC services using the `@grpc/grpc-js` client library from npm.
... You call this support? I thought it was some sort of vendor-native or web-compliant APIs.
RE: < […]
> Deno can now connect to gRPC services using the `@grpc/grpc-js` client library from npm.
... You call this support? I thought it was some sort of vendor-native or web-compliant APIs.
RE: < […]
Software Design 2023年7月号 gRPCで始めるWeb API開発 3章を寄稿しました | フューチャー技術ブログ
future-architect.gi...
future-architect.gi...
Software Design 2023年7月号 gRPCで始めるWeb API開発 3章を寄稿しました | フューチャー技術ブログ
はじめに2023年6月16日に発売された、Software Design 2023年7月号の特集である、「gRPCで始めるWeb API開発」の3章をフューチャーメンバーである、渋川、武田、真野の3名で寄稿させていただきました。このような寄稿の機会をくださった技術評論社の方々には、心からお礼申し上げます。 Software Design とは技術評論社が出版している月刊の技術情報誌です。Web
future-architect.github.io
August 13, 2023 at 2:48 AM
Software Design 2023年7月号 gRPCで始めるWeb API開発 3章を寄稿しました | フューチャー技術ブログ
future-architect.gi...
future-architect.gi...
Definitely worth clarifying that connectrpc.com is "gRPC done right" - gRPC / gRPC-Web compatible, but also debuggable from curl with URLs and JSON.
Connect
Simple, reliable, interoperable: Protobuf RPC that works.
connectrpc.com
January 17, 2025 at 1:34 AM
Definitely worth clarifying that connectrpc.com is "gRPC done right" - gRPC / gRPC-Web compatible, but also debuggable from curl with URLs and JSON.
How to Utilize #gRPC-Web From a #Blazor #WebAssembly Application by Wael Kdouh. #dotnet #webdev #wasm #aspnetcore https://lnkd.in/eYwP8Bt
LinkedIn
lnkd.in
November 28, 2024 at 6:23 PM
How to Utilize #gRPC-Web From a #Blazor #WebAssembly Application by Wael Kdouh. #dotnet #webdev #wasm #aspnetcore https://lnkd.in/eYwP8Bt
Insanely wrong take (CRUD maps very well to HTTP verbs, and CRUD of objects is a huge portion of web apps).
Which isn’t to say GraphQL can’t be a lot better.
I mean use whatever architects best for your application, I’m working with gRPC right now. But REST is good.
Which isn’t to say GraphQL can’t be a lot better.
I mean use whatever architects best for your application, I’m working with gRPC right now. But REST is good.
#dev
Hot take. I think REST as an API model is bad.
The semantics of caching and side-effects are good, and the meta headers are useful, but the interface model of verbs on paths maps to nothing in programming languages and leads developers to writing endless boilerplate.
Hot take. I think REST as an API model is bad.
The semantics of caching and side-effects are good, and the meta headers are useful, but the interface model of verbs on paths maps to nothing in programming languages and leads developers to writing endless boilerplate.
August 23, 2025 at 3:09 AM
Insanely wrong take (CRUD maps very well to HTTP verbs, and CRUD of objects is a huge portion of web apps).
Which isn’t to say GraphQL can’t be a lot better.
I mean use whatever architects best for your application, I’m working with gRPC right now. But REST is good.
Which isn’t to say GraphQL can’t be a lot better.
I mean use whatever architects best for your application, I’m working with gRPC right now. But REST is good.