코딩Coding/HTML_CSS_JavaScript
-
Google JavaScript Style Guide코딩Coding/HTML_CSS_JavaScript 2023. 5. 3. 06:47
https://google.github.io/styleguide/jsguide.htmlGoogle JavaScript Style GuideGoogle JavaScript Style Guide 1 Introduction This document serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language. A JavaScript source file is described as being in Google Style if and only igoogle.github.io
-
나단 보사르트(Nathan Bossart), 마사히코 사와다(Masahiko Sawada) AWS출신코딩Coding/HTML_CSS_JavaScript 2023. 5. 2. 18:25
나단 보사르트(Nathan Bossart), 마사히코 사와다(Masahiko Sawada) 등은 AWS 출신이며 원문보기: https://www.ciokorea.com/news/288313#csidx18089f656e561689c7f0b82810eb364 칼럼 | AWS의 조용한 오픈소스 혁명지난 수년간 오픈소스 프로젝트에 무임승차해왔던 AWS가 이제 기여에 대한 관심을 조금씩 늘리고 있다. ⓒ Getty Iwww.ciokorea.com
-
Publishing your website(Mozilla MDN공식문서)코딩Coding/HTML_CSS_JavaScript 2023. 4. 30. 18:17
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Publishing_your_website Publishing your website - Learn web development | MDNOnce you finish writing the code and organizing the files that make up your website, you need to put it all online so people can find it. This article explains how to get your simple sample code online with little effort.developer.mozilla.org
-
Jenkins 원격 서버 배포(Publish Over SSH)코딩Coding/HTML_CSS_JavaScript 2023. 4. 30. 18:13
https://velog.io/@chang626/Jenkins-%EC%9B%90%EA%B2%A9-%EC%84%9C%EB%B2%84-%EB%B0%B0%ED%8F%ACPublish-Over-SSH Jenkins 원격 서버 배포(Publish Over SSH)Jenkins와 github 연동을 한 후 진행해야 한다. 🔔 Jenkins와 배포 서버 구성을 한 서버에서 한다?Jenkins와 github만 연동하여 배포, 실행하면 가능하다!배포할 서버가 여러대로 늘어날 경우, Jenkins 서버velog.io
-
fast.io로 홈페이지 배포하기_Github연결 되고 Google Drive도 됨.코딩Coding/HTML_CSS_JavaScript 2023. 4. 30. 17:55
https://www.freecodecamp.org/news/how-to-deploy-a-static-website-for-free-in-only-3-minutes-with-google-drive/ How to deploy a static website for free in just 3 minutes straight from your Google Drive, using Fast.io In this article, I'll show you how to deploy a static website for free in only 3 minutes, using a cloud storage service like Google Drive or Dropbox. And no - fast.io didn't pay me o..