장고의 Static 파일에 대해 알아본다. 장고튜토리얼(2)와 이어지는 내용입니다. 이전 내용을 보시지 않았다면 보시고 와주시길 바랍니다.
Read more...장고의 MVT 디자인 패턴에 대해 알아본다.
Read more...정적 웹 페이지(static web page)와 동적 웹 페이지(dynamic web page)
Read more...[C++]백준 10815 - 숫자카드 이분 탐색 알고리즘을 통해 풀어야하는 문제입니다.
Read more...장고 초심자들을 위한 튜토리얼 포스팅입니다. 그리고 저 또한 초심을 바로 잡기 위해 시작합니다. **이 장고 튜토리얼은 장고 공식 페이지를 참고 하였습니다.
Read more...[C++]백준 11657 타임머신 입니다. 벨만-포드 알고리즘을 사용합니다. [C++]백준 11657 - 타임머신
Read more...백준 4949 균형잡힌 세상문제 입니다. 백준 4949 - 균형잡힌 세상 대괄호(“[]”)와 소괄호(“()”)가 서로 짝이 맞춰져 있는지 확인하는 프로그램입니다.
Read more...포스트를 작성하는 방법에 대하여 알려드리도록 하겠습니다. 이후 내용에 따라 포스트를 작성 하시면 됩니다.
Read more...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...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...