Skip to content

Instantly share code, notes, and snippets.

View Delta456's full-sized avatar
:octocat:
Back to Coding

Swastik Baranwal Delta456

:octocat:
Back to Coding
View GitHub Profile
@Delta456
Delta456 / notes.md
Last active December 27, 2024 16:14
Fundamental of Backend Communications and Protocol

Fundamental of Backend Communications and Protocol

Design Patterns

Request - Response

Client sends a request, then server parses and then processes the request, finally send a response to the client, which parses it and consumes.

Where it is used?

  • Web, HTTP, DNS. SSH
  • RPC (Remote Procedure Call)
@Delta456
Delta456 / README.md
Last active September 27, 2024 09:11
LambdaTest Hactkoberfest README

LambdaTest Hacktoberfest

Welcome to LambdaTest's edition of Hacktoberfest ๐Ÿ‘‹

We welcome you to contribute to Open Source through LambdaTest this year.

Learn from experts, LT's Spartans and experienced folks.

Win prices, learn to code and much more! ๐Ÿš€

@Delta456
Delta456 / CODE_OF_CONDUCT.md
Created September 30, 2024 08:18
Code of Conduct for LambdaTest

Contributor Covenant Code of Conduct

Our Pledge

We as members, contributors, and leaders of this open-source project pledge to make participation in our community and contribution to our project an inclusive experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, gender identity, and expression, sexual identity and orientation, level of experience, education, socio-economic status,

Contributing

Thank you for your interest and for taking the time to contribute to this project. If you feel insecure about how to start contributing, feel free to ask us on our Discord Server in the #open-source channel.

Code of conduct

Read our Code of Conduct before contributing.

How can I contribute?