@abhinavcodes2108
B-Tech in Information Technology || Android and Web Developer || Technical Content Writer || Open Source Enthusiast
I am an Information Technology student who is deeply intrigued by the world of mobile app development and server-side programming. My area of interest is Android Development and Back-end Development. With knowledge of programming languages like Kotlin and JavaScript, I am eager to combine my skills in Android development with the power of Node.js to create user-friendly, scalable and high-performing mobile applications along with efficient and dynamic server-side systems.
I am available for collaborating on projects related to Android development
Nov 22, 2024 · 2 min read · Web Socket Config package com.example.logdemo.config; import org.springframework.context.annotation.Configuration; import org.springframework.messaging.simp.config.MessageBrokerRegistry; import org.springframework.web.socket.config.annotation.Enable...
Join discussionNov 22, 2024 · 2 min read · package com.example.process.controller; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.w...
Join discussionMay 22, 2023 · 3 min read · Clean Architecture is an approach to software development that emphasizes the separation of concerns and independence from external frameworks, libraries, and technologies. It consists of several layers, each with its responsibilities and dependencie...
Join discussion
May 22, 2023 · 2 min read · The Node.js REPL (Read-Eval-Print-Loop) is an interactive programming environment that reads input code, parses and executes it, and prints the result, allowing users to try out small pieces of code and address issues in a debugger. Full form of REPL...
Join discussion