Git Product home page Git Product logo

courses.nestjs.com's Introduction

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Coverage Discord Backers on Open Collective Sponsors on Open Collective

Official NestJS Courses (website)

Whether you are a Node.js veteran, front-end developer, or even new to development. Learn everything about NestJS from the basic principles, best-practices, tips & tricks, to advanced patterns, getting you ready to build NestJS / Node.js applications at any scale.

Prepare for an in-depth guided course & walkthrough of all the fundamentals of a NestJS application from the Creator Kamil Mysliwiec himself, and Mark Pieszak (Core Team Member).

Repository contains courses.nestjs.com source code, the official Nest website subpage.

Developing

Navigate to http://localhost:1234/.

$ npm install
$ npm run start

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

courses.nestjs.com's People

Contributors

arhell avatar dependabot[bot] avatar flipfloop avatar kamilmysliwiec avatar kruemelmann avatar markpieszak avatar marsonya avatar renovate-bot avatar renovate[bot] avatar tony133 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

courses.nestjs.com's Issues

Public URL for certificate of completion

Hello again,

Just finished the fundamentals course (thanks for the content by the way).

I just got access to the certificate of completion and there is a certificate ID, however, I do not seem to find the Certificate Public URL, for example, to share it on LinkedIn certificate areas.

Did not find anything on your website, nor Teachable FAQs.

Do we support this feature?

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Course fix suggestion - 'Add PostgreSQL with TypeORM: Using repository to Access Database'

Hi,

In the chapter 'Add PostgreSQL with TypeORM: Using repository to Access Database' after installing TypeORM in version 0.3 or above the method 'findOne' is no more correct and there is no suggestion which one should be installed. According to TypeORM changelog:

findOne() signature without parameters was dropped.
If you need a single row from the db you can use a following syntax:

const [user] = await userRepository.find()

This change was made to prevent user confusion.
See typeorm/typeorm#2500 for details.

findOne(id) signature was dropped. Use following syntax instead:

const user = await userRepository.findOneBy({
    id: id // where id is your column name
})

I can imagine that making a new video every time when something changes, would be to much, but some notice in the code below could be helpful :)

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

npm
package.json
  • copyfiles 2.4.1
  • parcel-plugin-browserconfig 1.0.5
  • parcel-bundler 1.12.5

  • Check this box to trigger a request for Renovate to run again on this repository

Request for Inclusion of Nest.js Course in GitHub Student Developer Pack

The GitHub Student Developer Pack is a program offered by GitHub that provides students with free access to a variety of developer tools, services and course. This pack is designed to help students learn about software development and gain practical experience using the same tools that professional developers use.

@valorkin could you consider adding this course to the GitHub Student Developer Pack? As a student eager to learn Nest.js, the course fees are prohibitively high for me. Offering a discount would not only benefit students like me but also promote your content, similar to what other organizations like Frontend Masters, AlgoExpert, Educative and others are doing.

Payment: the card was declined

I'm trying to buy this course, but getting the error The card was declined.

How can I pay with paypal? Coz I already bought with paypal, but then it was removed :(((

Or add at least klarna

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.