BMBarkatul Mujauddinincommunity.keploy.io·Mar 16, 2023 · 9 min readTerminologies Around APITerms Here are some common terminologies used in the context of APIs: API: An application programming interface (API) is a set of rules that specifies how two software systems should communicate with each other. It defines the types of requests that...00
BMBarkatul Mujauddininbarkatul20.hashnode.dev·Feb 28, 2023 · 5 min readMy Community ExperienceHi there, I'm Barkatul Mujauddin - a third-year B.Tech student from a Tier-3 college. I'm also a Kubesimplify Ambassador, DevRel Intern at Keploy, and the founder of HackForCode. I owe everything to the communities I have been involved with. Througho...01
BMBarkatul Mujauddinincommunity.keploy.io·Dec 27, 2022 · 7 min readEverything You Need to Know About Unit TestingWhat are APIs? An API is a set of protocols and tools for building software applications. It specifies how software components should interact with each other, allowing them to communicate and exchange data. APIs often expose data and functionality t...01S
BMBarkatul Mujauddininhackforcode.hashnode.dev·Sep 25, 2022 · 1 min readIntroduction to Java - DSAasaanhaiIntroduction Java is one of the most popular programming languages because it is used in a variety of technical fields such as app development, web development, client-server applications, and so on. Java is an object-oriented programming language. ...00
BMBarkatul Mujauddininhackforcode.hashnode.dev·Sep 14, 2022 · 2 min readFlow of program - DSAasaanhaiFlow of the program Flow Chart :- Visualization of our thought process of Algorithm and representing them diagrammatically is called a flow chart. Start / Stop -> An oval shape indicates the starting and ending points of the flow chart Input / Outp...00