KiHongPark's Tech Blog

KiHongPark's Tech Blog

Previous | Page: 8 of 8 | Next

[Django]장고튜토리얼(3) - Static

June 02, 2020 | (Last Update : June 02, 2020)
Python Django Web

장고의 Static 파일에 대해 알아본다. 장고튜토리얼(2)와 이어지는 내용입니다. 이전 내용을 보시지 않았다면 보시고 와주시길 바랍니다.

Read more...

정적 페이지와 동적 페이지

May 29, 2020 | (Last Update : May 29, 2020)
WEB

정적 웹 페이지(static web page)와 동적 웹 페이지(dynamic web page)

Read more...

[C++]백준 10815

May 27, 2020 | (Last Update : May 27, 2020)
Algorithm C++

[C++]백준 10815 - 숫자카드 이분 탐색 알고리즘을 통해 풀어야하는 문제입니다.

Read more...

[Django]장고튜토리얼(1) - 시작하기

May 28, 2020 | (Last Update : May 27, 2020)
Python Django Web

장고 초심자들을 위한 튜토리얼 포스팅입니다. 그리고 저 또한 초심을 바로 잡기 위해 시작합니다. **이 장고 튜토리얼은 장고 공식 페이지를 참고 하였습니다.

Read more...

[C++]백준 11657

May 22, 2020 | (Last Update : May 23, 2020)
Algorithm C++

[C++]백준 11657 타임머신 입니다. 벨만-포드 알고리즘을 사용합니다. [C++]백준 11657 - 타임머신

Read more...

[C++]백준 4949

May 22, 2020 | (Last Update : May 22, 2020)
Algorithm C++

백준 4949 균형잡힌 세상문제 입니다. 백준 4949 - 균형잡힌 세상 대괄호(“[]”)와 소괄호(“()”)가 서로 짝이 맞춰져 있는지 확인하는 프로그램입니다.

Read more...

[공지] 포스트 작성법

April 02, 2020 | (Last Update : April 02, 2020)
test test2 [공지] 포스트 작성법

포스트를 작성하는 방법에 대하여 알려드리도록 하겠습니다. 이후 내용에 따라 포스트를 작성 하시면 됩니다.

Read more...

Example-Page

April 02, 2020 | (Last Update : April 02, 2020)
test test2 Example-Page

hello every one REST-API에 대하여 /posts/example-page#excerpt When using Apache Camel with Quarkus as of today, we are limited number of Camel connectors. One important one being the Apache Kafka connector. The Kafka connector provided through the Smallrye Kafka Extension is available for Quarkus though. So in this article, I will show how to wire Smallrye Kafka connector and Camel together. We will also be using the camel-servlet component to reuse the undertow http endpoint provided by Quarkus and to spice things up a little we will use the XML DSL of Camel. All of this will be natively compiled in the end.

Read more...

Quarkus Camel, First Impressions on a Game Changing Framework

March 15, 2019 | (Last Update : July 04, 2019)
quarkus kubernetes camel Quarkus Camel, First Impressions on a Game Changing Framework

On March 07, 2019 Red Hat & the JBoss Community announced Quarkus. It is a Java framework that enables ultra low boot times and tiny memory footprint for applications and services. It does that by taking advantage of GraalVM's native compilation capabilities to produce an executable out of your Java code. Why is this considered to be a game changer ? In this article I will give my view and first impressions on this framework as someone who spends a bit of time writing applications and services. I will get my hands dirty by building a working Quarkus + Apache Camel example.

Read more...
Previous | Page: 8 of 8 | Next
{# #}