PinnedJAVA EE WEB APPLICATION DEVELOPMENTJava Platform, Enterprise Edition (Java EE) is the standard in community-driven enterprise software. Java EE is developed using the Java Community Process, with contributions from industry experts, commercial and open source organizations, Java User Groups, and countless individuals. …Java Maven6 min read
PinnedHow to Create YouTube clone Using React Js?Create Rect Js Project First savindu-pasintha/youtubeClone Contribute to savindu-pasintha/youtubeClone development by creating an account on GitHub.github.com Download Project 1-npx create-react-app youtube 2-cd my-app 3-npm start RUN THAT COMMANDS IN YOU TERMINAL. Now you can go to GOOGLE COLSOLE AND ENABLE YOUTUBE API V and Create Credentials. After get you API Key Most use full YouTube ATI data Access Links.React Rea12 min read
Apr 28GRAPHQL IS THE FUTURE OF APISWhat is GraphQL? GraphQL is a query language specification for your API. Developed internally by Facebook in 2012, it became public and open source in 2015. GraphQL itself can’t be installed since it’s only a specification, if you want to use it, you’ll have to install a client and a server. The most…Graph QL3 min read
Jan 1HTTP Response Status CodesMain 5 Categories Informational responses (100–199) Successful responses (200–299) Redirection messages (300–399) Client error responses (400–499) Server error responses (500–599) Information responses 100 Continue This interim response indicates that the client should continue the request or ignore the response if the request is already finished. 101 Switching Protocols This code is sent…Http Error Codes8 min read
Nov 5, 2021THREADS IN JAVAUnlike many other computer languages, Java provides built-in support for multithreading. Multithreading in Java contains two or more parts…6 min read
Nov 5, 2021JAVA DATA COLLECTION TYPESSet, List, Queue, Deque and ArrayList, Vector, LinkedList, PriorityQueue, HashSet, LinkedHashSet, TreeSet…7 min read
Nov 5, 2021Spring Boot Dependency InjectionSpring Boot Dependency Injection3 min readSpring Boot Dependency Injection----
Nov 2, 2021Dev OpsIts a culture, concept, process and approach that merges software requirement gathering, software development, testing, quality assurance, system configurations, product deployment and operations. …3 min read