Text Shadows를 쉽게 만들어 보자 - Trendy CSS, mixfont


관련 자료

 

 

Mixfont | A modern font generator

 

www.mixfont.com

https://www.mixfont.com/generate

 

Mixfont | A modern font generator

 

www.mixfont.com

https://www.mixfont.com/shadows )

 



 

 

글자 폰트와 그림자를 통해 세련된 페이지를 만들 수 있는 라이브러리이다. 

아래 그림들은 이 라이브러리를 이용해 만든 글자를 캡처해 보았다.

 

 

 

그리고 하이라이트 마지막으로 이 사이트에서 Generate(html, css, text)된 페이지를 만들어 주기 때문에 생각 없이 웹 페이지를 만들때 참고하여 빠르게 만들어 볼 수 있게 지원하고 있다.

https://www.mixfont.com/generate

 

Mixfont | A modern font generator

 

www.mixfont.com

위 링크를 타고 들어가면 바로 자동 생성된 페이지로 변환이 된다.

 

[그림] 자동 생성된 페이지 화면

 

색상 찾기 - 어울리는 색상을 찾아보자


관련 자료

 

 

Colordot - A color picker for humans

 

color.hailpixel.com

 

 

 



 

쉽고 간단하게 색상을 찾아주는 웹사이트이다. 색상을 고르기 어려울 때 이곳에서 마우스를 위아래로 움직이면서 색상을 고를 수 있게 되어 있다.

 

 

[그림] 색상을 선택하는 화면

브라우저에서 particle을 만들어 보자


관련 자료

https://vincentgarreau.com/particles.js/#default

 

particles.js - A lightweight JavaScript library for creating particles

A lightweight JavaScript library for creating particles.

vincentgarreau.com

 

 

 



 

 

웹을 개발하면서 인트로나, 로그인 페이지의 배경으로 particle을 이용해 꾸며볼 수 있다.

 

[그림] 웹에서 만들어진 particle

 

[그림] particle 옵션 설정 화면

 

RWDB - Responsive Web Design dB Web awards


관련 자료

 

 

RWDB

RWDB Responsive Web Design dB Web awards, 우수 하이브리드웹·반응형웹 모음 사이트

rwdb.kr

 

 

멀티미디어 작업을 위한 모든 소스 "Stock-Jo" - RWDB

RWDB Responsive Web Design dB Web awards, 우수 하이브리드웹·반응형웹 모음 사이트

rwdb.kr

 

 

Awesome Free Photos Stock Resources Collections Vectors Images

Collection of free stock Photography,Textures,Video,Mockups,Fonts ,Audio,Vectors and Graphics,Colours,Tools,Softwares,Web Resources & HTML Templates

www.stockjo.com

 



 

웹을 완성도 있게 개발하기 위해서 디자인과 UI/UX를 완숙하게 보여주는데 필요한 라이브러리(javascript 포함)를 공유하는 사이트다.

 

 

RWDB는?

모바일 퍼스트

2009년 이후 스마트폰과 태블릿이 확산되며 모바일 퍼스트가 웹사이트 제작이 핵심이 되었고, 새로운 기기의 해상도를 지원해야 하는 이슈가 발생하고 있습니다. 이러한 문제를 해결하기 위해 하나의 소스로 다양한 디바이스를 한번에 지원(One Source Multi Use )하는 반응형웹에 대한 관심이 증가하기 시작하였습니다.

반응형웹

반응형웹은 모바일부터 데스크탑까지 한 가지의 소스로 다양한 종류의 기기에 최적화된 화면을 보여 주는 웹 기술입니다. N-Screen 시대에 맞추어 화면이 자동으로 재배치되며, 모바일과 PC홈페이지를 하나로 운영할 수 있어 편리한 장점을 가지고 있습니다. 더불어, 하나의 URL을 갖고 있어 검색과 노출에 유리하다는 장점을 가지고 있습니다. 모바일, 타블렛PC, 데스크탑을 동시에 지원하는 반응형웹은 새로운 이슈에 가장 빠르고 정확하게 대응할 수 있는 주요 해결 방안이 되었습니다.

RWDB 는 국내 환경의 개선과 우리의 동료들 모두에게 긍정적인 경험을 제공하기 를 좋아합니다.

이러한 반응형 웹 디자인은 다양한 디바이스를 지원하고자 하는 기업의 핵심 해결방안이 되었고 성공사례도 다수 확인되었지만 다수의 국내 기업은 여전히 반응형 웹을 적용하는데 어려움을 겪고 있는 것이 엄연한 현실입니다. 반응형웹을 이미 많이 사용하고 있는 외국을 비롯하여, 국내정서에 맞게 반응형웹을 제작한 회사들을 소개하여 점차 One Source Multi Use의 세상이 되길 바랍니다.

 

 

웹 리소스를 공유하는 사이트다

https://www.stockjo.com/

 

링크된 사이트를 타고 들어가다 보면 오디오, 비디오, 아이콘 등등 웹을 화려하게 할 수 있는 여러가지 리소스를 확인할 수 있다.

nextjs - service side react framework


관련 자료

 

 

Next.js - The React Framework

Production grade React applications that scale. The world’s leading companies use Next.js to build server-rendered applications, static websites, and more.

nextjs.org

 

 

Getting Started

Install it: npm install --save next react react-dom and add a script to your package.json like this: { "scripts": { "dev": "next", "build": "next build", "start": "next start" } } After that, the file-system is the main API. Every .js file becomes a route

nextjs.org

 

 

https://blueshw.github.io/2018/04/15/why-nextjs/

 

blueshw.github.io

 



 

 

Nextjs

 

NextJS는 서버사이드렌더링(SSR)과 code splitting 등을 지원하는 reactjs 전용 프레임워크다. 아래에는 크게 네가지로 NextJS의 특징을 간략하게 모아 보았다.

1. Server-Side Rendering Done Right

Take the pain out of creating Universal React apps with Next.js

 

2. File-System routing

 

3. Automatic code splitting

4. Static exporting

Static Sites, No Compromise

 

5. More ...

 

preactjs - react의 subset, simple, lightweight library

Fast 3kB alternative to React with the same modern API


관련 자료

https://preactjs.com/

 

Preact: Fast 3kB alternative to React with the same modern API. Components & Virtual DOM.

 

preactjs.com

https://github.com/developit/preact/

 

developit/preact

⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. - developit/preact

github.com

https://www.slant.co/versus/10513/15409/~react_vs_preact

 

Slant - React vs Preact detailed comparison as of 2019

Comparison of React vs Preact detailed comparison as of 2019 and their Pros/Cons

www.slant.co

 



 

 

A different kind of library.

Closer to the Metal

Preact provides the thinnest possible Virtual DOM abstraction on top of the DOM. The web is a stable platform, it's time we stopped reimplementing it in the name of safety.

Preact is also a first-class citizen of the web platform. It diffs Virtual DOM against the DOM itself, registers real event handlers, and plays nicely with other libraries.

Small Size

Most UI frameworks are large enough to be the majority of an app's JavaScript size. Preact is different: it's small enough that your code is the largest part of your application.

That means less JavaScript to download, parse and execute - leaving more time for your code, so you can build an experience you define without fighting to keep a framework under control.

Big Performance

Preact is fast, and not just because of its size. It's one of the fastest Virtual DOM libraries out there, thanks to a simple and predictable diff implementation.

It even includes extra performance features like customizable update batching, optional async rendering, DOM recycling, and optimized event handling via Linked State.

Portable & Embeddable

Preact's tiny footprint means you can take the powerful Virtual DOM Component paradigm to new places it couldn't otherwise go.

Use Preact to build parts of an app without complex integration. Embed Preact into a widget and apply the same tools and techniques that you would to build a full app.

Instantly Productive

Lightweight is a lot more fun when you don't have to sacrifice productivity to get there. Preact gets you productive right away. It even has a few bonus features:

  • props, state and context are passed to render()
  • Use standard HTML attributes like class and for
  • Works with React DevTools right out of the box

Ecosystem Compatible

Virtual DOM Components make it easy to share reusable things - everything from buttons to data providers. Preact's design means you can seamlessly use thousands of Components available in the React ecosystem.

Adding a simple preact-compat alias to your bundler provides a compatibility layer that enables even the most complex React components to be used in your application.

 

 

[그림1] preactjs logo

 

preact의 목표

Preact는 몇 가지 주요 목표를 달성하는 것을 목표로합니다.

성능 : 빨리고 효율적으로 렌더링
크기 : 작은 크기, (3.5kb 약) 경량
효율성 : 효과적인 메모리 사용 (재활용, GC 쓰레기 방지)
이해 : 코드베이스를 이해하는 데 몇 시간 이상 걸리지 않아야합니다.
호환성 : Preact는 반작용 API와 대부분 호환되도록하는 것을 목표로하고있다. preact-compat은 가능한 한 React와 많은 호환성을 달성하려고 시도합니다.

Azure Cloud Services


관련 자료

https://docs.microsoft.com/ko-kr/azure/cloud-services/cloud-services-choose-me

 

Azure Cloud Services란

Azure Cloud Services에 대해 알아봅니다.

docs.microsoft.com

https://cuteprogramming.wordpress.com/2018/01/07/tcp-listener-on-microsoft-azure-for-iot-devices/

 

TCP Listener on Microsoft Azure for IoT Devices

After working on the beacon projects back half a year ago, I was given a new task which is building a dashboard for displaying data collected from IoT devices. The IoT devices basically are GPS tra…

cuteprogramming.wordpress.com

 

 



 

 Azure에서 VM말고 Managed된 환경에서 TCP/IP를 서비스할 수 있는 방법을 찾아 보게 되었다. 가용성과 분산 환경을 고려하면, VM 환경은 너무 무겁고 관리가 힘들기도 하여 Managed 서비스를 찾아보게 되었다. 그 중에 찾아 보다보니 Azure Cloude Services라는 서비스가 있는것을 알게 되었다. ( 이전 Worker Role 이라고 보면 된다 )

이제 이 서비스로 MAVLink 프로토콜을 통해 드론을 통제및 모니터링 하는 프로젝트를 만들어야 한다.

 

 

 

Dynamic Role-Based Authorization in ASP.NET Core 2.0


관련 자료

 

 

Dynamic Role-Based Authorization in ASP.NET Core 2.0

You already know how role-based authorization works in ASP.NET Core but what if you don't want hardcode roles in authorization attribute or create roles later and specify in which controller and action it has access without touching source code?

www.codeproject.com

 

 

mo-esmp/DynamicRoleBasedAuthorizationNETCore

Dynamic Role-Based Authorization in ASP.NET Core 2.0 - mo-esmp/DynamicRoleBasedAuthorizationNETCore

github.com



 

You already know how role-based authorization works in ASP.NET Core but what if you don't want hardcode roles in authorization attribute or create roles later and specify in which controller and action it has access without touching source code?

Introduction

You already know how role-based authorization works in ASP.NET Core.

Hide   Copy Code

[Authorize(Roles = "Administrator")] public class SomeController : Controller { }

But what if you don't want hardcode roles in authorization attribute or create roles later and specify in which controller and action it has access without touching source code?

Using the Code

Let's begin our journey. Create ASP.NET Core Web Application project and change authentication to Individual User Accounts.

 

 

제목


관련 자료

 

 

Microsoft Ignite | The Tour

 

techcommunity.microsoft.com

 

 

What is the Helm

쿠버네티스 패키지 매니저 플러그인 helm 소개 자료입니다. 쿠버네티스 한글 유저 그룹 밋업에서 발표한 키노트 자료 공유합니다.

www.slideshare.net

 

 

AWS re:Invent 특집 세미나 - (1) 컴퓨팅 분야 신규 서비스 요약 :: 윤석찬 (AWS 테크에반젤리스트)

클라우드의 미래를 가늠할 re:Invent를 통해 출시한 다양한 서비스를 소개합니다. 본 세션에서는 폭넓고 깊이 있는 클라우드 (컴퓨팅) 서비스를 제공하기 위한 가상 서버, 콘테이너 및 서버리스 분야의 신규 서비스를 알아봅니다. 베어 메탈을 비롯한 가상화 분야의 혁신 과정과 쿠버네티스…

www.slideshare.net

 

Introduce Google Kubernetes

Google의 Kubernetes에 대해서 간단하게 정리 해봤습니다.

www.slideshare.net



 

 4월 3, 4일 이틀에 걸쳐서 코엑스에서 Ignite Tour 세미나를 개최에 참석을 하였다. 이전과는 다르게 Kubernetes (docker orchestration )를 통한 Docker에 대해서 많은 시간을 할애 할것으로 보여진다.

 

Kubernetes logo

 

 

 클라우드 환경이던지, 사내 환경이던지 모두 Docker에서 돌아 갈 수 있도록 개발하고 DevOps를 지원할 수 있도록 개발 플랫폼 환경을 구축해야 겠다는 생각을 하게 되었다.

 

+ Recent posts