• Title/Summary/Keyword: Next.js

Search Result 8, Processing Time 0.031 seconds

Electric Vehicle Rental System Using Next.js and Express.js (Next.js와 Express.js를 활용한 전기 자동차 대여 시스템)

  • Hur Tai-sung;Oh Ju Heon
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2023.07a
    • /
    • pp.469-470
    • /
    • 2023
  • 내연기관 자동차는 연료 소모로 인해 대기 중에 유해 물질과 온실가스를 배출한다. 반면에 전기 자동차는 전기로 작동되어 대기 중 오염을 줄이고 친환경적인 운행을 제공한다. 전기차 대여 시스템을 도입함으로써, 사용자들에게 친환경적인 교통수단을 이용할 수 있는 기회를 제공하고, 탄소 배출량을 줄이는 데 크게 기여할 수 있기에 해당 연구를 진행하였다. 이 연구에는 React 기반의 Next.js 웹 프레임워크를 이용하여 클라이언트 측과 서버 측 렌더링을 지원하고 사용자들에게 빠른 반응 속도와 사용 편의성을 제공한다. Bootstrap을 이용하여 사용자 인터페이스(UI)를 개발하고, 전기 자동차 대여 서비스에 필요한 화면을 구성하였다. 또한 Node.js 기반의 Express.js 웹 프레임워크를 이용하여 서버 사이드 로직과 RESTful API를 개발하는 데 사용하고 데이터베이스와의 통신, 사용자 인증, 대여 정보 관리 등을 처리하였다. 이러한 기술적 개발을 통해 전기 자동차 대여 시스템은 실용적이고 효율적인 서비스를 제공하며, 환경 보호와 탄소 배출 감소에 기여할 수 있는 프로젝트라고 볼 수 있다.

  • PDF

Creating GitHub Electronic Business Card Using Next.js and Building an Efficient Developer Business Card Ecosystem through App and Web Multi-Platform-Based Services (Next.js를 활용한 깃허브 전자 명함 제작 및 앱, 웹 멀티 플랫폼 기반 서비스를 통한 효율적인 개발자 명함 생태계 구축)

  • Hyeonwoo Kim;Jeongmin Lee;Minsoo Park;Sohyeon Lee;Jaeman Shim;Young-jong Kim
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2023.05a
    • /
    • pp.745-747
    • /
    • 2023
  • 깃허브는 개발자의 명함이라는 말이 있듯, 많은 수의 개발자들이 깃허브를 활용해 자신의 개발 이력과 프로젝트들을 관리한다. 이를 위해 기존의 깃허브 정보 요약 서비스들이 제공되어졌으나, 정보 공유의 불편함과 많은 정보를 담지 못한다는 불편함이 존재했다. 본 논문에서는 이러한 불편함을 해소하기 위해 서버 기반의 깃허브 웹 명함 제작 및 멀티플랫폼에서의 서비스를 기반으로 한 효율적인 개발자 명함 생태계 구축을 제안한다. 본 서비스에서는 Next.js 기술을 활용한 한 명함 제작 및 웹, 앱 클라이언트를 통한 명함 관리 기능을 제공한다. Github oauth를 통해 인증된 정보를 바탕으로 Next.js를 활용해 사용자에 대한 정보를 정해진 형식으로 요약한 명함을 제작한다. 제작된 명함은 웹 / 앱 플랫폼을 기반으로 관리되며, 추가적으로 명함의 공유 및 저장 기능을 수행한다. 이를 통해, 명함 공유를 바탕으로 한 개발자 네트워크 형성을 목표로 한다.

A Study on the Development of Organizational Recruiting Management Service Using Next.js and Spring Boot (Next.js 와 Spring Boot 를 이용한 조직 리쿠르팅 관리 플랫폼 개발에 관한 연구)

  • So-Na Gong;Jin-Seok Park;Hyeon-Seo Bae;HO-Yeon Choi
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2023.05a
    • /
    • pp.763-764
    • /
    • 2023
  • 조직 활동에 필수적인 조직 모집 관리를 위해 많은 조직들은 효과적인 모집 전략과 도구를 추구하고, 이러한 모집 프로세스에 많은 시간과 비용을 투자하고 있다. 이러한 모집 프로세스를 통합적으로 관리할 수 있는 웹 서비스를 구축하여, 조직 관리자와 지원자가 모집 및 지원 활동에 효율적으로 참여할 수 있도록 돕고자 한다.

Design and Implementation of Web GIS Server Using Node.js (Node.js를 활용한 웹GIS 서버의 설계와 구현)

  • Jun, Sang Hwan;Doh, Kyoung Tae
    • Spatial Information Research
    • /
    • v.21 no.3
    • /
    • pp.45-53
    • /
    • 2013
  • Web GIS, based on the latest web-technology, has evolved to provide efficient and accurate spatial information to users. Furthermore, Web GIS Server has improved the performance constantly to respond user web requests and to offer spatial information service. This research aims to create a designed and implemented Web GIS Server that is named as Nodemap which uses the emergent technology, Node.js, which has been issued for an event-oriented, non-blocking I/O model framework for coding JavaScript on the server development. Basically, NodeMap is Web GIS Server that supports OGC implementation specification. It is designed to process GIS data by using DBMS, which supports spatial index and standard spatial query function. And NodeMap uses Node-Canvas module supported HTML5 canvas to render spatial information on tile map. Lastly, NodeMap uses Express module based connect module framework. NodaMap performance demonstration confirmed a possibility of applying Node.js as a (next/future) Web GIS Server development technology through the benchmarking. Having completed its quality test of NodeMap, this study has shown the compatibility and potential for Node.js as a Web GIS server development technology, and has shown the bright future of internet GIS service.

An Asynchronous-Driven Node.js Based Intermediary-free Direct Deal Distribution Platform Converged with Cloud Service

  • Lee, SongYeon;Paik, JongHo
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.13 no.8
    • /
    • pp.4212-4226
    • /
    • 2019
  • In this paper, a design and implementation for direct deal distribution platform is proposed to bypass the complex traditional distribution structure of agricultural market, as one of the fields where distribution patterns have changed. In the case of domestic agricultural distribution, demand and supply are unstable since the sales market is excessively concentrated in the designated wholesale market. Besides sales must go through multiple stages of distribution leading to problems in freshness and stability of agricultural products and downward pressure on profit margins for producers. To solve the above mentioned issues, we propose a cloud service convergence direct deal distribution platform based on asynchronous-driven Node.js. The proposed platform can facilitate a variety of direct trading functions and also access to visualization information related to agricultural products, which may increase user confidence at an intermediary-free direct transactions platform. First, we describe the requirements of intermediary-free direct transactions of agricultural products and transaction entities. Next the database structure and transaction functions are designed and then implemented according to those requirements. Finally, an API based cloud convergence service structure is designed to provide the analyzed information to ensure a trustworthy system.

Fecal Microbiota Profiling of Holstein and Jersey, in South Korea : A Comparative Study (국내에서 사육되는 Holstein 젖소과 Jersey 젖소의 대변 미생물 분석 : 비교연구)

  • Gwangsu Ha;Ji-Won Seo;Hee Gun Yang;Se Won Park;Soo-Young Lee;Young Kyoung Park;RanHee Lee;Do-Youn Jeong;Hee-Jong Yang
    • Journal of Life Science
    • /
    • v.33 no.7
    • /
    • pp.565-573
    • /
    • 2023
  • In light of the complex interactions between the host animal and its resident gut microbiomes, studies of these microbial communities as a means to improve cattle production are important. This study was conducted to analyze the intestinal microorganisms of Holstein (HT) and Jersey (JS), raised in Korea and to clarify the differences in microbial structures according to cattle species through next-generation sequencing. The alpha-diversity analysis revealed that most species richness and diversity indices were significantly higher in JS than in HT whereas phylogenetic diversity, which is the sum of taxonomic distances, is not significant. Microbial composition analysis showed that the intestinal microbial community structure of the two groups differed. In the both groups, a significant correlation was observed among the distribution of several microbes at the family level. In particular, a highly significant correlation (p<0.0001) among a variety of microbial distributions was found in JS. Beta-diversity analyis was to performed to statistically verify whether a difference exists in the intestinal microbial community structure of the two groups. Principal coordinate analysis and unweighted pair group method with arithmetic mean (UPGMA) clustering analysis showed separation between the HT and JS clusters. Meanwhile, permutational multivariate analysis of variance (PERMANOVA) revealed that their microbial structures are significantly different (p<0.0001). LEfSe biomarker analysis was performed to discover the differenc microbial features between the two groups. We found that several microbes, such as Firmicutes, Bacilli, Moraxellaceae and Pseudomonadales account for most of the difference in intestinal microbial community structure between the two groups.

Physicochemical Properties and Bacterial Communities of Meongge (Halocynthia roretzi) Jeotgal Prepared with 3 Different Types of Salts

  • Kim, Jeong A;Yao, Zhuang;Kim, Hyun-Jin;Kim, Jeong Hwan
    • Journal of Microbiology and Biotechnology
    • /
    • v.29 no.4
    • /
    • pp.527-537
    • /
    • 2019
  • Three types of meongge (Halocynthia roretzi) jeotgal (MJ) were prepared with 3 different types of salts (12%, w/v): purified salt (PS), solar salt aged for 3 years (SS), and bamboo salt that had been recrystalized 3 times (BS). One set of MJ was fermented with starters, Bacillus subtilis JS2 and Tetragenococcus halophilus BS1-37 (each 6 log CFU/g), and another set without starters for 42 days at $10^{\circ}C$. The LAB count of the SSMJ (non-starter) was highest at day 28 (2.30 log CFU/g). The pH of the PSMJ and SSMJ was 5.72-5.77 at day 0, and 5.40-5.50 at day 42. BSMJ showed higher pH and lower titratable acidities than other samples. Amino-type nitrogen (ANN) increased continuously, and SSMJ showed higher values than other samples from day 14. Bacterial species of non-starter MJ were examined by culture independent method. Clone libraries of 16S rRNA genes were constructed in Escherichia coli from total DNA from non-starter MJ samples at day 0, 14, and 28. Thirty clones per each sample were randomly selected and DNA sequences were analyzed. Variovorax sp., uncultured bacterium, and Acidovorax sp. were the most dominant group at day 0, 14, and 28, respectively. Lactobacillus sakei and Streptococcus sp. were the next dominant group in SSMJ at day 28. A Streptococcus sp. was detected from PSMJ at day 28. Sensory evaluation for MJ samples at day 28 showed that SSMJ got higher overall acceptability scores. These results showed that solar salt can cause desirable changes in the microbial community of fermented foods, thereby positively affecting their overall quality.

Risk Assessment of Highly Pathogenic Avian Influenza by Comparison of Biosecurity Level in Domestic Poultry Farms (국내 가금농장의 차단방역수준비교에 따른 고병원성 조류인플루엔자 발생 위험도 평가)

  • So, Hyun Hee;Bae, Yeonji;Mo, Inpil
    • Korean Journal of Poultry Science
    • /
    • v.46 no.4
    • /
    • pp.313-325
    • /
    • 2019
  • In most cases of HPAI (highly pathogenic avian influenza) outbreaks, stamping-out operations are initiated by officially designating the affected premise, which is subsequently followed by depopulation of infected flocks. The primary objective of this study was to develop an evaluation method that correlates the level of biosecurity and the risk of having an HPAI outbreak in domestic poultry farms. A total of eight farms were selected nationwide, including layer farms, broiler farms, and an animal welfare type farm. The biosecurity level of the chosen poultry farms was assessed based on a total scoring index of 183 divided into three categories, general management (51), quarantine management (106), and sanitation management (26). Conclusively, the five layer farms (JS, GE, CS, HS, OE), scored higher overall scores compared to the animal welfare farm (CH) and broiler farms (JG, LB). In terms of scoring, which adds up to a total of 183 points, most layer farms scored between 130 and 157, while the two broiler farms and the welfare farm scored 45, 75 and 70, respectively. Next, an independent HPAI risk assessment of the farms was carried out. Regarding the correlation between biosecurity levels and HPAI risks, in the farms that presented a higher overall score in terms of biosecurity and outweighed the risks of HPAI, they tended to earn more points in the quarantine management category. The results of this study suggest that a viable system for evaluating biosecurity levels can establish strong correlations with the risk of having HPAI.