IT최신정보

IT최신정보 - 1999년 처럼 웹사이트 구축하기

산삼인생 2023. 3. 21. 11:42
728x90

Adobe Stock

목차

     

    개요

     

    소프트웨어 개발 및 IT 최신 정보 (1999년 처럼 웹사이트 구축하기)

     

    오늘 이슈가 되는 소프트웨어 개발 및 IT 관련 최신 정보를 정리하였습니다.

     

    매일 매일 수많은 소프트웨어 개발 및 IT 관련 정보들이 업데이트 되고 있습니다.

     

    모든 정보를 확인할 수는 없지만

    개인적으로 중요하다고 생각하거나,

    개발에 도움이 되는 내용 위주로 링크를 모았습니다.

    오늘의 IT의 흐름의 변화, 핫 이슈를 통해 새로운 생각을 얻어가길 바랍니다.

     

    Reddit, AllTop, Techradar, The Register, Coding World News, Daily.dev, Hacker News, Lobsters에서 발취를 하였습니다.

     

    개발에 조금이나마 도움이 되시길 희망합니다.

    IT 최신 정보를 정리하였습니다.

     

    목차

    1. 1999년 처럼 웹사이트 구축하기

    2. Gitea 1.19.0 이 출시되었습니다.

    3. curl, 25년의 역사

    4. 좀더 나은 개발자를 위한 요구사항 이야기 'The ambiguous zone(모호한 영역)'

    5. Raycast 및 Alfred의 Open Warp Launch 구성

    6. AI SQL 쿼리 생성기

    7. 4W 프레임워크, 리팩토링 결정 평가 방법

    8. 애자일 스프린트에 대한 또다른 이야기

    9. 기술회사 인터뷰 준비

    10. 풀스택 프레임워크 Ruby on Rails 7.0.4.3 출시

    11. 환각은 ChatGPT의 성공을 무뎌지게 만들 수 있다

    12. 공격적 AI를 다루는 유용한 리소스 선별 목록

    13. 프론트엔드 개발의 끝

    14. Linux 터미널에서 ChatGPT를 설정하고 사용하는 방법

    15. 보고서, 조직의 92%가 디지털 혁신에 대한 준비가 되어 있지 않습니다.

    16. OpenTelemetry, 추적, 메트릭, 로그와 같은 원격 측정 데이터를 계측, 생성, 수집, 내보내기 위한 중립적 오픈소스 관찰 가능성 프레임워크

    17. PyTorch 2.0 출시

    18. 스타트업 Runway가 텍스트-비디오 생성 AI 새로운 모델 발표

    19. 10 안에 서버리스 ChatGPT앱을 만드는 방법

     

     

    1. 1999년 처럼 웹사이트 구축하기

    이제는 과거가 되어버린 웹의 초창기 웹사이트를 추억하며, 재미있는 과거 스타일의 웹사이트 구축을 해보는 것도~~~

    원본출처 : https://localghost.dev/blog/building-a-website-like-it-s-1999-in-2022/

     

    Building a website like it's 1999... in 2022 - localghost

    I'm on a bit of a mission this year to bring back the spirit of the old web. The creativity and flair of the late 90s and early 2000s. So I've recreated some of that old web magic, in modern HTML, CSS and JS.

    localghost.dev

    2. Gitea 1.19.0 이 출시되었습니다.

    Gitea는 Gitlab, Github와 같이 웹상에서 형상관리를 할 수 있는 오픈소스 도구입니다.

    Git을 자체 서버에 구축하고 싶다면 Gitea를 고려하시면 좋을지도~~^^

    원본출처 : https://blog.gitea.io/2023/03/gitea-1.19.0-is-released/

     

    Gitea 1.19.0 is released - Blog

     

    blog.gitea.io

    설치방법 : https://docs.gitea.io/en-us/install-from-binary/

     

    Installation from binary - Docs

     

    docs.gitea.io

    3. curl, 25년의 역사

    3월 20일은 curl의 25번째 생일이었습니다. 25년동안 개발자는 27세에서 52세가 되었습니다. curl의 변천사에 대한 글입니다.

    한가지에 최선을 다하고 끝까지 이뤄낸다는 것은 또다른 대단함인것 같습니다.

    우리도 한가지에 매진하는 열정을 다할 수 있는 그 한가지를 찾았으면 합니다.

    원본출처 : https://daniel.haxx.se/blog/2023/03/20/twenty-five-years-of-curl/

     

    twenty-five years of curl | daniel.haxx.se

    Time flies when you are having fun. Today is curl‘s 25th birthday. The curl project started out very humbly as a small renamed URL transfer tool that almost nobody knew about for the first few years. It scratched a personal itch of mine, Me back then I m

    daniel.haxx.se

    4. 좀더 나은 개발자를 위한 요구사항 이야기 'The ambiguous zone(모호한 영역)'

    원본출처 : https://www.bennorthrop.com/Essays/2023/the-ambiguous-zone.php

     

    The Ambiguous Zone - Ben Northrop

    In my experience, it's easy for developers (me included) to hang out at either end of the following spectrum: On the left is when we stay in our lane. We're given a requirement, we interpret the requirement, and then we make it so. Easy peasy. But what's t

    www.bennorthrop.com

    5. Raycast 및 Alfred의 Open Warp Launch 구성

    원본출처 : https://blog.joe.codes/open-warp-launch-configurations-from-raycast-and-alfred

     

    Open Warp Launch Configurations from Raycast and Alfred

    Launch configurations from Warp are an incredible tool in our development tool belt. Let's get them working with both Raycast and Alfred so we can utilize them without opening Warp.

    blog.joe.codes

    6. AI SQL 쿼리 생성기

    원본출처 : https://www.logicloop.com/ai-sql-query-generator

     

    AI Automatic SQL Query Generator Tool

    Online AI Artificial Intelligence assistance to automatically generate SQL queries from text free. Text to SQL AI generator tool. AI with GPT3/ChatGPT bot to write, debug, and edit SQL queries.

    www.logicloop.com

    7. 4W 프레임워크, 리팩토링 결정 평가 방법

    원본출처 : https://fhur.me/posts/2023/how-to-think-about-refactors-a-framework

     

    fhur

    fhur's blog

    fhur.me

     

    8. 애자일 스프린트에 대한 또다른 이야기

    소프트웨어 개발 환경에서는 수많은 프로세스, 방법론, 문서, 도구, 프레임워크 등이 존재합니다.

    왜 그럴까요? 답이 없어서 이지 않을까 싶습니다. ㅎㅎㅎ

    소프트웨어 개발 환경에서 만병통치약은 없습니다.

    애자일 쓰면 문제가 해결돼~ 가 될 수는 없습니다.

    모르겠습니다. ChatGPT가 나오고 더 나은 AI가 나온다면? 그래도 거기에 해당되는 문제가 있겠지요~^^

    애자일에서 '스프린트'에 대한 또 다른 이야기를 들어보시는 것도~^^

    원본출처 : https://samestuffdifferentday.net/2023/03/15/sprints/

     

    Stop doing sprints? That’s outrageous, egregious, preposterous!

    My thoughts on sprints, the artificial timebox we all seem to use in software development.

    samestuffdifferentday.net

    9. 기술회사 인터뷰 준비

    원본출처 : https://gist.github.com/tfpk/78bac6bc26cf06cab1bc1c772db2e493

     

    interview_advice.md

    GitHub Gist: instantly share code, notes, and snippets.

    gist.github.com

    10. 풀스택 프레임워크 Ruby on Rails 7.0.4.3 출시

    공식홈페이지 : https://rubyonrails.org/

     

    Ruby on Rails

    A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

    rubyonrails.org

    11. 환각은 ChatGPT의 성공을 무뎌지게 만들 수 있다

    원본출처 : https://spectrum.ieee.org/ai-hallucination

     

    ChatGPT's Hallucinations Could Keep It from Succeeding

    OpenAI says the problem’s solvable, Yann LeCun says we’ll see

    spectrum.ieee.org

    12. 공격적 AI를 다루는 유용한 리소스 선별 목록

    원본출처 : https://github.com/jiep/offensive-ai-compilation

     

    GitHub - jiep/offensive-ai-compilation: A curated list of useful resources that cover Offensive AI.

    A curated list of useful resources that cover Offensive AI. - GitHub - jiep/offensive-ai-compilation: A curated list of useful resources that cover Offensive AI.

    github.com

    13. 프론트엔드 개발의 끝

    다소 제목이 과감할 수 도 있지만 내용은 다소 부드럽습니다.

    원본출처 : https://www.joshwcomeau.com/blog/the-end-of-frontend-development/

     

    The End of Front-End Development

    Large language models like GPT-4 are becoming increasingly capable, at an alarming rate. Within a couple of years, we won't need developers any more! …Or at least, that's the narrative going viral on Twitter. I'm much more optimistic about what these AI

    www.joshwcomeau.com

     

    14. Linux 터미널에서 ChatGPT를 설정하고 사용하는 방법

    원본출처 : https://beebom.com/how-use-chatgpt-linux-terminal/

     

    How to Set up and Use ChatGPT in Linux Terminal

    Want to converse with ChatGPT AI chatbot in Command Line on Linux? Learn the process to set up and use ChatGPT in Linux Terminal here.

    beebom.com

    15. 보고서, 조직의 92%가 디지털 혁신에 대한 준비가 되어 있지 않습니다.

    원본출처 : https://www.vsmtimes.com/report-92-of-organizations-are-not-prepared-for-digital-transformation/

    16. OpenTelemetry, 추적, 메트릭, 로그와 같은 원격 측정 데이터를 계측, 생성, 수집, 내보내기 위한 중립적 오픈소스 관찰 가능성 프레임워크

    공식홈페이지 : https://opentelemetry.io/docs/

     

    Documentation

    The OpenTelemetry Project Site

    opentelemetry.io

    17. PyTorch 2.0 출시

    공식홈페이지 : https://pytorch.org/get-started/pytorch-2.0/

     

    PyTorch 2.0

    Overview

    pytorch.org

    18. 스타트업 Runway가 텍스트-비디오 생성 AI 새로운 모델 발표

    원본출처 : https://www.theverge.com/2023/3/20/23648113/text-to-video-generative-ai-runway-ml-gen-2-model-access

     

    Text-to-video AI inches closer as startup Runway announces new model

    Text-to-video AI is rudimentary but improving fast.

    www.theverge.com

     

    19. 10분 안에 서버리스 ChatGPT앱을 만드는 방법

    원본출처 : https://www.freecodecamp.org/news/create-a-serverless-chatgpt-app/

     

    How to Create a Serverless ChatGPT App in 10 Minutes

    Since OpenAI released an official API for ChatGPT [https://openai.com/blog/introducing-chatgpt-and-whisper-apis] in March 2023, many developers and entrepreneurs are interested in integrating it into their own business operations. But some significant barr

    www.freecodecamp.org

     

    이상으로 마치겠습니다.