목록Fundamental of CS (16)
Silver Library (Archived)
In a Nutshell. https://medium.com/litslink/react-js-firebase-basics-in-examples-cfc980e6b144 Firebase Basics with React in Examples Here we will be talking about creating, configuring and using Firebase in React.js application. medium.com Cloud Firestore in react app? https://www.freecodecamp.org/news/how-to-use-the-firebase-database-in-react/ How to Use Cloud Firestore in a React App Firebase p..
Definition. In software engineering, CI/CD or CICD is the combined practices of continuous integration (CI) and (more often) continuous delivery or (less often) continuous deployment (CD).[1] CI/CD - Wikipedia From Wikipedia, the free encyclopedia Jump to navigation Jump to search Software development methodology In software engineering, CI/CD or CICD is the combined practices of continuous inte..
목적 및 용도. react project 를 firebase 에 api 연계 또는 호스팅하는 것 까지. react project 를 aws amplify (ec2 말고) 에 api 연계 또는 호스팅하는 것 까지. 개요. firebase 안에 firestore 라는 것이 있는데, 이 또한 알아둬야 함. aws amplify 의 경우, 자습서를 따름. 필자의 메모. aws 와 firebase 둘 다, 우선 원하는 기능만 할 줄 알도록 알아두는 게 가장 이득. - aws 검색 시, 같은 주제로 여러번 검색해야 정말 원하던 기능에 대한 설명과 정보가 나옴(aws 웹페이지 한정). - firebase 검색 시, aws 에 비하면 깔끔하게, 검색하면 잘 나옴. https://github.com/mireu-san/f..
You all might have had this question in mind; why on earth you have to use document whenever you want to make some change on its target value or whatsoever? Here is the thing I want to note. That weird nonsense code line meant 'you are manipulating the document'. And this is part of DOM(Document Object Model). Note: Document: It treats all the HTML documents. Elements: All the tags that are insi..