Skip to content

Instantly share code, notes, and snippets.

View odev954's full-sized avatar
🏠
Working from home

Александр Пушкин odev954

🏠
Working from home
  • Everywhere and nowhere
View GitHub Profile
@odev954
odev954 / Dockerfile
Last active January 26, 2023 13:05
AWS Lambda Nest Microservice Essentials
FROM public.ecr.aws/lambda/nodejs:16
COPY package.json nest-cli.json tsconfig.build.json tsconfig.json src/ ${LAMBDA_TASK_ROOT}/
RUN npm i
RUN npm run build
CMD [ "dist/main.handler" ]
@odev954
odev954 / README.md
Last active February 2, 2022 17:40
VSCode Extensions & Config Files For MYFS (Lesson #15)

VSCode Extensions & Config Files For MYFS (Lesson #15)

This README file is provided for 2nd year Magshimim students. This file includes a list of recommanded extensions for vscode development environment, installations, build and debug comfiguration files.

You can install VSCode via your app store, package manager, via snapcraft or directly from the site.

VSCode Recommanded Extensions

Development

  1. C/C++
  2. CMake