반응형
반응형

[VSCODE] 확장프로그램- Peacock 

작업 공간의 작업 공간 색상을 미묘하게 변경하십시오. VS Code 인스턴스가 여러 개 있고 어떤 인스턴스인지 빠르게 식별하려는 경우에 이상적입니다.

https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock 

 

Peacock - Visual Studio Marketplace

Extension for Visual Studio Code - Subtly change the workspace color of your workspace. Ideal when you have multiple VS Code instances and you want to quickly identify which is which.

marketplace.visualstudio.com

Quick Usage

Let's see Peacock in action!

  1. Create/Open a VSCode Workspace (Peacock only works in a Workspace)
  2. Press F1 to open the command palette
  3. Type Peacock
  4. Choose Peacock: Change to a favorite color
  5. Choose one of the pre-defined colors and see how it changes your editor

Now enjoy exploring the rest of the features explained in the docs, here!

 

반응형
반응형

[VSCODE] 12 Unusual VS Code Extensions You Definitely Need As a Developer

You could improve your workflow, boost your productivity, and simply make VSCode prettier with the help of these extensions!

 

https://javascript.plainenglish.io/12-unusual-vs-code-extensions-you-definitely-need-as-a-developer-71a7f745d5e

 

12 Unusual VS Code Extensions You Definitely Need As a Developer

You could improve your workflow, boost your productivity, and simply make VSCode prettier with the help of these extensions!

javascript.plainenglish.io

1. Project Dashboard

Before working on a new project, you surely need to organize your previous one and make everything structured. A Visual Studio Code extension called VSCode Project Dashboard enables you to organize your projects in any possible way. You can access frequently used files, folders, and SSH remotes quickly, and pin them to a dashboard.

Project Dashboard

2. Git Graph

If you’re constantly using GIT, then you definitely need to install this extension. With Git Graph, you can easily view your history, and all your commits and manipulate them all. As you can see in the example below, you can directly access every important aspect of your repository right inside of VSCode, which is pretty useful. Even if you haven’t used Git, you should start to. It’s the easiest and best way to work with your team, and it will improve your workflow exponentially!

Git Graph

3. Toggle Zen Mode

If I knew about this extension, I wouldn’t be so sloppy in my coding and could accomplish my tasks more quickly. Toggle Zen Mode adds a new button. When you press on this button, it will activate VSCode’s Zen mode feature and remove all unnecessary clutter from the screen. In other words, it helps you to be more focused on your code and fall into a flow statement, which will significantly increase your productivity and efficiency!

Toggle Zen Mode

4. Peacock

The next extension in our list is Peacock, which has over 1.9 million downloads; however, many developers still haven’t heard of it before. It simply changes the color of your Visual Studio Code workspace. Ideal for quickly identifying your editor when you have multiple instances of VS Code or use VS Code's Remote features.

Peacock

5. Truffle

The Web 3.0 sphere and all technologies related to it, such as crypto, NFT, DeFi, and many others, are booming right now. I wrote an article about the importance of Web 3.0 in the future and why you should pay attention to it. And many developers working in this sphere are struggling with writing smart contracts on Solidity, which is a programming language for Ethereum. Truffle for VS Code simplifies how you create, build, debug, and deploy smart contracts on Ethereum and all EVM-compatible blockchains and layer 2 scaling solutions. So if you're a blockchain developer, you surely need it!

Truffle

6. Remote — SSH

The Remote — SSH extension lets you use any remote machine with an SSH server as your development environment. This can greatly simplify development and troubleshooting in a wide variety of situations. You can either develop on the same operating system you deploy to or use larger, faster, or more specialized hardware than your local machine. Also, quickly swap between different, remote development environments and safely make updates without worrying about impacting your local machine.

Remote-SSH

7. Surround

It’s a simple and powerful extension to add wrapper snippets around your code blocks. By using Surround extensions, you can upgrade your code to another level. You can wrap already existing lines and turn them into a function, a loop, a try/catch method, and many other essential methods.

Surround

8. Rainbow CSV

I hate CSV files. There’s nothing structured, and I get really bored with constant searching for specific information that I need. If you’re also struggling with these types of problems and want to make your CSV file readable, then this extension is right for you! It highlights different types of data and shows them to you in a better way.

Rainbox CSV

9. Better Comments

Better Comments is a pretty popular extension; however, I still want to add it to this list. As you might guess from the title, it helps you write better comments for your code. If you’re always struggling with default gray comments and lose focus finding the important one, then this extension is right for you. It will make your comments look prettier and will help others understand your code much easier!

Better Comments

10. Random Everything

This extension was previously covered in one of my other lists. It’s definitely for you if you frequently work with databases or simply need some random information for the test, even though I think it’s really cool. Names, numbers, and even email addresses can all be generated at random using Random Everything. So, yeah, it’s pretty cool and essential for everybody!

Random Everything

11. Resource Monitor

One of the latest extensions on the list is Resouce Monitor. There’s nothing so difficult in this extension. It just shows you some information about your system and usage. It can display CPU frequency, usage, memory consumption, and battery percentage remaining within the VSCode status bar.

12. Shades of Purple

Everyone is tired of One Dark Pro, right? Me too. So, there’s probably a better alternative to make your VS Code even prettier. It’s called "shades of purple," and yeah, you guessed right, it’s a purple color scheme for your IDE. However, there are no toxic colors, and it looks pretty nice. I’ve switched to this theme myself and am happy with the results!

Shades of Purple
 
반응형
반응형

[VSCODE] 확장프로그램 - Git Graph 

https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph 

 

Git Graph - Visual Studio Marketplace

Extension for Visual Studio Code - View a Git Graph of your repository, and perform Git actions from the graph.

marketplace.visualstudio.com

Git Graph extension for Visual Studio Code

View a Git Graph of your repository, and easily perform Git actions from the graph. Configurable to look the way you want!

 

 

 

반응형
반응형

[VSCODE] 확장프로그램 - Project Dashboard

 

https://marketplace.visualstudio.com/items?itemName=kruemelkatze.vscode-dashboard 

 

Project Dashboard - Visual Studio Marketplace

Extension for Visual Studio Code - Organize your workspaces in a speed-dial manner.

marketplace.visualstudio.com

VSCode Project Dashboard

VSCode Project Dashboard is a Visual Studio Code extension that lets you organize your projects in a speed-dial like manner. Pin your frequently visited folders, files, and SSH remotes onto a dashboard to access them quickly.

 

 

반응형
반응형

React와 Django로 웹 서비스 뚝딱 세팅하기 (feat. Webpack, Redux, django rest framework, PWA)

http://milooy.github.io/TIL/Django/react-with-django-rest-framework.html#%E1%84%86%E1%85%A9%E1%86%A8%E1%84%91%E1%85%AD

 

[서버부터 프론트까지] React와 Django로 웹 서비스 뚝딱 세팅하기 (feat. Webpack, Redux, django rest framework

[서버부터 프론트까지] React와 Django로 웹 서비스 뚝딱 세팅하기 (feat. Webpack, Redux, django rest framework, PWA) 목표 모임 개설 사이트, 'MOGAE' 제작. Django에 Django Rest Framework를 얹어 API 서버를, react로 프론

milooy.github.io

목표

모임 개설 사이트, 'MOGAE' 제작. Django에 Django Rest Framework를 얹어 API 서버를, react로 프론트엔드를 개발합니다. 상태관리는 redux로 하며 Progressive Web App기술을 적용해 앱처럼 사용할 수 있습니다.

이를 연동하여 온전한 웹 어플리케이션을 만드는 것에 초점을 맞춘 튜토리얼입니다. (기술에 대한 설명은 하지 않습니다.)

#사용 버전

  • Python: 3.4.3
  • Django: 1.11.3
  • Django Rest Framework: 3.6.3

장고걸스 : https://tutorial.djangogirls.org/ko/django_installation/

 

Django 설치하기 · HonKit

virtualenv를 생성하려면 콘솔 창을 열고, (이전 장에서 얘기했는데, 기억나죠?) 그리고 C:\Python35\python -m venv myvenv를 실행하세요. 아마도 화면에 이렇게 보일 거에요. : command-line C:\Users\Name\djangogirls>

tutorial.djangogirls.org

https://gitter.im/DjangoGirls/tutorial

 

DjangoGirls/tutorial

This is a tutorial we are using for Django Girls workshops

gitter.im

 

@ Django 자습 : https://wikidocs.net/book/837

 

Django 자습

Django 자습, 요약, 정리 # 출처 ## 참고 서적 * Django로 배우는 쉽고 빠른 웹 개발 - 파이썬 웹 프로그래밍 * Django를 활용한 쉽고 빠른 웹 …

wikidocs.net

 

반응형
반응형

[단독] 카카오, 내년 3월부터 전면 출근...격주 놀금제도 6개월만에 폐지

 

 

https://n.news.naver.com/article/009/0005066028

 

[단독] 카카오, 내년 3월부터 전면 출근...격주 놀금제도 6개월만에 폐지

카카오 100% 재택근무 해제하고 3월부터 사무실 출근 공식화 업무 상황따라 재택 일부 가능 카카오가 전면 재택근무를 해제하기로 했다. 내년 3월 1일부터 회사가 지정하는 오피스(사업장) 내 근

n.news.naver.com

카카오 100% 재택근무 해제하고
3월부터 사무실 출근 공식화
업무 상황따라 재택 일부 가능



카카오 사옥 내부 모습카카오가 전면 재택근무를 해제하기로 했다.

내년 3월 1일부터 회사가 지정하는 오피스(사업장) 내 근무를 원칙으로 하는 ‘오피스 퍼스트(Office First)’ 기반의 근무제를 시작하기로 했다. 또 지난 6개월간 시행해온 ‘격주 놀금제도’도 폐지하는 등 대대적인 근로제 개편을 예고했다.

27일 정보통신(IT) 업계에 따르면 카카오는 이날 이러한 내용을 담은 2023년 근무제 기준을 전사 직원들에게 공지했다.

카카오는 임직원에게 “안정성과 편의성 있는 근무 환경의 조성을 위해 2023년 3월 1일부터 전 크루에게 (회사 내) 고정 좌석을 제공하겠다”고 밝혔다.

다만 카카오는 업무 상황에 따라 탄력적으로 재택근무도 가능하도록 길을 열여뒀다. 카카오는 임직원에게 “조직·개인별 성과 창출과 업무 수행을 하는 데 있어 원격 근무가 오피스 근무보다 더 효과적이거나 불가피한 상황 등이 발생할 수 있을 것”이라면서 “이러한 경우 최소 단위 조직장은 조직에 최적화된 그라운드룰(Ground Rule)을 설정해 원격 근무를 진행할 수 있다”고 설명했다.

또 내년 3월 1일이라는 오피스 근무 원칙의 시행 시점도 조정될 수 있다는 게 카카오의 계획이다. 코로나19 상황에 따른 실내 마스크 착용 해제 시점이 3월 1일 이후로 지연될 경우 전면 오피스 근무 원칙도 연기될 수 있다는 얘기다. 반대로 그 이전에라도 실내 마스크 착용 해제가 선포되면 오피스 근무 원칙은 내년 3월 1일로 유지된다.

이에앞서 카카오는 지난 7월부터 현재까지 약 6개월 동안 임직원마다 자신이 선택한 장소에서 자유롭게 근무할 수 있도록 하는 임시 근무제를 시행해 왔다. 그동안은 무조건 출근해야하는 최소 집합근무 횟수 기준 자체가 없었기 때문에 카카오 내에선 재택을 중심으로 근무하는 임직원이 대부분이었다.

특히 카카오 임직원 사이에서 유독 호응이 많았던 ‘격주 놀금제(2주마다 주 4일 근무)’는 반년만에 사라지게 됐다. 지난 10월 중순 발생했던 카카오의 대규모 서비스 장애 사태와 관련해 놀금에도 일할 수 밖에 없는 직원들이 생기면서 그렇지 않은 직원들 간의 형평성 논란이 촉발됐던 게 크게 작용했다는 분석이다.

실제로 놀금은 카카오 근로 규정 상 일해야 하는 날이지만, 임직원 복지 차원으로 회사가 쉴 수 있게끔 편의를 봐준 것이다보니 놀금에 일했다고 별도의 수당이 발생하는 구조가 아니다. 이 때문에 놀금에 일하는 사람이나 쉬는 사람이나 수당이 동일해 먹통 사태 당시 서비스 복구 작업에 매달렸던 서버 엔지니어 등을 중심으로 불만이 터져나왔던 것으로 전해졌다.

결국 내부 분란까지 발생하면서 카카오는 한시적으로나마 서비스 장애와 관련해 추가 근무한 직원들을 포상하는 등 임직원 달래기에 나서기도 했다.

아울러 카카오는 격주 놀금제를 없애는 대신 매월 마지막 주 금요일을 휴무일로 설정하는 ‘리커버리데이(Recovery Day)’ 제도를 운영하기로 했다. 적용 시점은 내년 1월 1일부터다.

반응형

+ Recent posts