PKPriyanshu Kumarinstartagain.hashnode.dev·May 22, 2024 · 6 min readThe Future of SEO if ChatGPT Kills Search EnginesI was trying "write for me" a product based on chatgpt. This blog is generated by "write for me" Search Engine Optimization (SEO) has been a cornerstone of digital marketing for decades. Marketers, businesses, and content creators have relied on sea...00
PKPriyanshu Kumarincbum-dev.hashnode.dev·Dec 25, 2023 · 3 min readHow To Create REST API Using DjangoWhat is a REST(Representational State Transfer) API? API is the way by which systems communicate with each other. APIs can be used for various purposes, such as accessing web services, retrieving data from databases, or connecting different component...00
PKPriyanshu Kumarincbum-dev.hashnode.dev·Aug 23, 2023 · 7 min readUnderstanding the OSI ModelOVERVIEW: OSI(Open System Interconnection) model is a conceptual model created to communicate over the network. Although the modern Internet is not based truly on the OSI model but on a simpler TCP/IP model. HISTORY: OSI model was introduced in 1983 ...00
PKPriyanshu Kumarinstartagain.hashnode.dev·Aug 17, 2023 · 2 min readDSA and LEETCODE.DSA - USING LEETCODE EFFICIENTLY A DSA is a must for any programmer as it helps in developing problem-solving skills. Learning DSA helps in writing well-optimized code. Now, To become a better programmer and master the dsa, we have to practice it a l...00
PKPriyanshu Kumarincbum-dev.hashnode.dev·Jul 4, 2023 · 2 min readInstant Knowledge #1 OOPOOP(Object Oriented Programming)'s Encapsulation: Encapsulation means wrapping up data and information under a single unit. It includes data, and functions which can affect the class. Example of encapsulation : In Colleges, there are different sectio...00