<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hyunsol</title><link>https://hyunsolchoi.github.io/hyunsol/en/</link><atom:link href="https://hyunsolchoi.github.io/hyunsol/en/index.xml" rel="self" type="application/rss+xml"/><description>Hyunsol</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sun, 29 Sep 2024 00:00:00 +0000</lastBuildDate><image><url>https://hyunsolchoi.github.io/hyunsol/media/icon_hu19837290bca79a23a66ee2502d2b36bb_16281_512x512_fill_lanczos_center_3.png</url><title>Hyunsol</title><link>https://hyunsolchoi.github.io/hyunsol/en/</link></image><item><title>Obtaining SQLD Certification</title><link>https://hyunsolchoi.github.io/hyunsol/en/post/sqld/</link><pubDate>Sun, 29 Sep 2024 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/post/sqld/</guid><description>&lt;div style="text-align: justify; word-break: normal; text-justify: inter-word;">
&lt;p>
I studied for the SQLD certification based on my skills in SQL and knowledge of data modeling.
&lt;/p>
&lt;h3 id="goal">GOAL&lt;/h3>
&lt;p>
I aimed to pass the 54th SQLD exam, which will be held on August 24, 2024.
&lt;/p>
&lt;h3 id="설명">설명&lt;/h3>
&lt;p>
SQLD is a nationally recognized certification administered by the &lt;a href="https://www.dataq.or.kr/www/main.do">Korea Data Agency&lt;/a>. SQLD stands for SQL Developer, which refers to a developer who has the ability to directly access, manipulate, and develop databases using SQL. The exam assesses SQL skills based on knowledge of data modeling. There are no specific eligibility requirements, and the passing criteria for the exam are a total score of 60 points and at least 40% in each subject.
&lt;/p>
&lt;h3 id="overview">Overview&lt;/h3>
&lt;p>
In the previous semester, I took a database course where I learned the basics of data modeling and how to use SQL. While considering how to apply what I had learned in the course for review, I discovered the SQLD certification and promptly registered for the exam and began studying. I supplemented my theoretical knowledge by purchasing &lt;a href="https://www.hdatalab.co.kr/">a private theory book&lt;/a>. Since the exam does not provide any previous exam questions, so I studied using &lt;a href="https://product.kyobobook.co.kr/detail/S000212021705">practical question book&lt;/a>, and reviews from previous candidates. After much effort, I finally completed the exam and passed with a high score of 90.
&lt;/p>
&lt;h3 id="conclusion">Conclusion&lt;/h3>
&lt;p>
I believe that the certification may not significantly contribute to a development position, but it was a great opportunity to review databases and learn about the areas I was lacking. As I studied databases, I found the certification to be manageable in terms of difficulty, making it a satisfying experience overall.
&lt;/p>
&lt;/div></description></item><item><title>Web practice using HTML, CSS, and JS</title><link>https://hyunsolchoi.github.io/hyunsol/en/post/web/</link><pubDate>Wed, 25 Sep 2024 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/post/web/</guid><description>&lt;div style="text-align: justify; word-break: normal; text-justify: inter-word;">
&lt;p>
In August 2024, I created my own basic website using HTML, CSS, and JavaScript.
&lt;/p>
&lt;h3 id="goal">GOAL&lt;/h3>
&lt;p>
The goal was to introduce a few series that I enjoyed watching, focusing on the theme of series. Additionally, I aimed to learn the basic syntax of HTML, CSS, and JavaScript, and to work with the components of the web by directly setting up text, icons, names, and more.
&lt;/p>
&lt;h3 id="description">DESCRIPTION&lt;/h3>
&lt;p>
I adopted the MPA (Multi-Page Application) approach so that when users perform specific interactions (such as clicking a button), they can navigate to designated pages and view the information they desire. To prevent the dullness of text-only content, I inserted images of each series and linked to official or reference sites so users can obtain additional information. I implemented a comment feature on the web page using. I implemented a comment feature on the web page using &lt;a href="https://disqus.com/">DISQUS&lt;/a> and enabled direct communication between users and the developer (myself) using &lt;a href="https://www.tawk.to/">TAWK&lt;/a>. Additionally, I deployed the project using GitHub Repositories, allowing anyone to access the web from anywhere.
&lt;/p>
&lt;h3 id="conclusion">CONCLUSION&lt;/h3>
&lt;p>
The UI and content of &lt;a href="https://hyunsolchoi.github.io/my-first-web">the website&lt;/a> are somewhat lacking, but it was very useful for learning WEB. Additionally, this experience provided me with more motivation to continue studying web development.
&lt;/p>
&lt;h3 id="reference">REFERENCE&lt;/h3>
&lt;p>
This project was completed based on the materials from &lt;a href="https://opentutorials.org/course/1">opentutorials&lt;/a>.
&lt;/p>
&lt;/div></description></item><item><title>2022-1 Club(WHO) Mentoring</title><link>https://hyunsolchoi.github.io/hyunsol/en/post/metoring/</link><pubDate>Sun, 22 Sep 2024 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/post/metoring/</guid><description>&lt;div style="text-align: justify; word-break: normal; text-justify: inter-word;">
&lt;p>
As a mentor, I taught C language and basic algorithms to new students. &lt;br>&lt;br>
&lt;p>In addition, the role was to review and supplement the difficult parts from the lectures, helping to address the challenges faced by new students.&lt;/p>
&lt;/p>
&lt;/div></description></item><item><title>Using Riot API with WPF</title><link>https://hyunsolchoi.github.io/hyunsol/en/post/riot-api/</link><pubDate>Sun, 22 Sep 2024 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/post/riot-api/</guid><description>&lt;div style="text-align: justify; word-break: normal; text-justify: inter-word;">
&lt;p>
In February 2022, I studied WPF and API in advance to prepare for the Windows programming lecture scheduled to take.
&lt;/p>
&lt;h3 id="goal">Goal&lt;/h3>
&lt;p>
The goal was to use the &lt;a href="https://developer.riotgames.com/apis">Riot API&lt;/a> to retrieve user information by ID, providing the information in JSON format.
&lt;/p>
&lt;h3 id="diffrences">Diffrences&lt;/h3>
&lt;p>
A website that implements the feature is &lt;a href="https://www.op.gg/">OP.GG&lt;/a>. However, I used WPF to implement that feature. Therefore, you don't need any web browsers, and you can use it only with programs. &lt;br>&lt;br>
&lt;p>And there are no restrictions received from any web server like op.gg, refreshing was more free within the range supported by the API and faster.&lt;/p>
&lt;/p>
&lt;h3 id="result">Result&lt;/h3>
&lt;p>
The implementation of UI is not perfect, but I successfully implemented information inquiry through ID.
&lt;/p>
&lt;/div></description></item><item><title>YouTube Searching with specific country code</title><link>https://hyunsolchoi.github.io/hyunsol/en/post/youtube-searching/</link><pubDate>Sun, 22 Sep 2024 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/post/youtube-searching/</guid><description>&lt;div style="text-align: justify; word-break: normal; text-justify: inter-word;">
&lt;p>
YouTube's search function uses the user's country code to search mainly for videos in the region. Therefore, even if you want to search for foreign videos, the user's national video is recommended first.
&lt;/p>
&lt;h3 id="goal">GOAL&lt;/h3>
&lt;p>
The goal is to implement a feature that searches for user-inputted keywords in a specific language and recommends videos from a specific country.
&lt;/p>
&lt;h3 id="apis">APIs&lt;/h3>
&lt;p>
First, I used the &lt;a href="https://developers.naver.com/docs/papago/README.md">Papago API&lt;/a> to translate the words or sentences entered by the user into the specified language(It's not currently supported). The language detection feature identifies the language entered by the user and translates it into the specified language.
&lt;p>Secondly, the &lt;a href="https://developers.google.com/youtube">YouTube API&lt;/a> is utilized. The API is requested using the country code of the specified language and the translated text. The returned data is then presented as a list in the interface, including the video title, thumbnail, and video link.&lt;/p>
&lt;/p>
&lt;h3 id="result">Result&lt;/h3>
&lt;p>
This allows users to search for videos from their desired country in the language of their choice, without being limited by their own country.
&lt;/p>
&lt;h3 id="attachment">Attachment&lt;/h3>
&lt;p>&lt;a href="https://hyunsolchoi.github.io/hyunsol/hyunsol/uploads/report.pdf" target="_blank">Download the report in Korean&lt;/a>&lt;/p>
&lt;/div></description></item><item><title/><link>https://hyunsolchoi.github.io/hyunsol/en/admin/config.yml</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/admin/config.yml</guid><description/></item><item><title>About</title><link>https://hyunsolchoi.github.io/hyunsol/en/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/about/</guid><description/></item><item><title>Contact</title><link>https://hyunsolchoi.github.io/hyunsol/en/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/contact/</guid><description/></item><item><title>Interests</title><link>https://hyunsolchoi.github.io/hyunsol/en/interests/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/interests/</guid><description/></item><item><title>Skills</title><link>https://hyunsolchoi.github.io/hyunsol/en/skills/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hyunsolchoi.github.io/hyunsol/en/skills/</guid><description/></item></channel></rss>