본문 바로가기

카테고리 없음

2020-10-17 08시 개발자 글 모음 | "openssl 구버전 설치" 외 3개 이야기

[뉴스]GDG Korea Devfest가 오늘 열린다네요!! by 유현석

  • 🎁 뎁페 퀴즈 온 더 라이브 >> http://goo
  • Google Developers Korea라는 커뮤니티에서 매년 진행하는 컨퍼런스를 올해도 진행을 한다는군요!!
  • 퀴즈 온 더 라이브와 해커톤을 하나보네요~


RabbitMQ DLX (Dead Letter Exchange) by 신정섭 about RabbitMQ


    Node.js - 좀 더 바람직하게 Express 서버 여는 법 by 허전진 about Node

    • const express = require ( "express" );
    • const cookieParser = require ( "cookie-parser" );
    • const expressSession = require ( "express-session" );


    openssl 구버전 설치 by 장한빈

    • $ brew uninstall openssl
    • brew tap-new $USER/old-openssl
    • brew install openssl@1