vengood.devOSI Model OverviewOSI Model consists of various layers in it namely Physical Layer, Data Link Layer, Network Layer, Transport Layer, Session Layer, Presentation Layer, Application Layer. One easy way to remember all the Layers of the OSI Model is to assign them with a...Feb 23, 2024·1 min read
vengood.devImporting JSON data to Storyblok using APIUsing Storyblok Management API The Storyblok Management API is organized around REST. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP query parameters and ...Jun 17, 2023·2 min read
vengood.devYAML for PipelinesAt first, the full form of YAML was Yet Another Markup Language but later it was changed to YAML = YAML Ain't a Markup Language to distinguish its purpose as data-oriented as it can store objects as well and not just documents like a regular Markup L...May 7, 2023·6 min read
vengood.devRememberYou don't climb a mountain to look down on others, you climb it to show others what's possible.May 6, 2023·1 min read
vengood.devUsing Git and GitHub commands to make remote repositories.In this blog, I'll be writing about Git and GitHub. GitHub is used to store your local repositories remotely so that you can access them anytime from anywhere. Learning GitHub is comparatively very simple you just need to understand a few basic conce...Apr 27, 2023·2 min read