Giter Site home page Giter Site logo

toptal-rest-series's Introduction

toptal-rest-series's People

Contributors

codingthat avatar makinhs 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  avatar  avatar  avatar  avatar

toptal-rest-series's Issues

Toptal Blog Part 1 URL is Missing

Hey team,

First off, I just wanted to say that your Node.js/TS series looks fantastic! I come from a predominantly Java/Golang background, so TypeScript is still pretty new to me.

That being said, I just wanted to bring one quick thing to your attention. When following the URL to part one of the Node.js/TypeScript series, it looks like I'm actually directed to part 2 (or, rather, the part 1 link returns part 2 text). Apologies if this isn't the best place to reach out, but I'd love to be able to start this series from the beginning in order to get a better understanding of NodeJS/TS for the new team I've recently joined.

Thanks!

Is Part 2 available?

I really enjoyed your article and was wondering if the article/code for part 2 has been released?

ReferenceError: request is not defined

const res = await request.post('/users').send(firstUserBody);

I get this error while writing this code.
Cannot find name 'request'. Did you mean 'Request'?ts(2552) lib.dom.d.ts(11576, 13): 'Request' is declared here.

Also after importing the same for either the 'http' or 'express' module, I get 'post' property not found error.

Property 'post' does not exist on type '{ (options: string | RequestOptions | URL, callback?: ((res: IncomingMessage) => void) | undefined): ClientRequest; (url: string | URL, options: RequestOptions, callback?: ((res: IncomingMessage) => void) | undefined): ClientRequest; }'.ts(2339)

Also I tried these but couldn't figure out how to apply them. Please help.
https://stackoverflow.com/questions/42351983/referenceerror-request-is-not-defined
https://stackoverflow.com/questions/44383387/typescript-error-property-user-does-not-exist-on-type-request
request/request#3095

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.