Tutorial

Hide Spring boot parameters and endpoints in Swagger

How to hide parameters and endpoints from swagger

Chirag S P
When we setup swagger documentation, a need might arise to hide endpoints or parameters. We might have a scenario wherein an endpoint is still being developed and we don’t want it being used by the end user, or some special parameters might be used like Pricipal or Http related parameters and this need not appear in Swagger documentation. How to hide parameters in Swagger First lets look into how to hide parameters in Swagger.

What is Programming

An introduction to programming for a non-programmer

Chirag S P
What is programming ? What can we compare it with ? Programming may look so complex and out of reach at first glance, but all it really is a set of instructions. Do this first and do that later, thats all it is. If you want to convey a set of instructions to another person, how would you do that,by using some language of course, like English, French or something else.

Programming 101

A five-part introduction series on basics of Programming

Chirag S P
Introduction: I come from non-computer science background, so when I first encountered code in my bachelor’s degree, it looked like an Alien language. I never understood how code works and why you need to explain each and every step. I was like, computers are smart, do I really need to tell that this value, which I want to store is a Number or an Alphabet each and every time! Can’t the computer get that, its so basic!