EBEshaa Bhasinineshaabhasin.hashnode.dev·Jan 20, 2024 · 3 min readBuilding Web Server with GOWebServer A web server comprises both software and hardware components, utilizing protocols such as HTTP (Hypertext Transfer Protocol) to address client requests on the World Wide Web. Its primary function involves presenting website content by stori...01P
EBEshaa Bhasinineshaabhasin.hashnode.dev·Feb 18, 2023 · 3 min readEverything about Python StringsWhat are Strings? Strings: Strings are sequences of characters enclosed by single(‘ ’) or double quotes (“ ”). This sequence of Unicode characters may include letter, number and a special character. How to create a String? A string can be created by ...01S