Giter VIP home page Giter VIP logo

node-typescript-api's Introduction

$ whoami

From developing open-source MMORPG emulators at the age of 16 to working as a professional software engineer at Atlassian in Sydney at the age of 30, I am passionate about software development!

I am an open-source collaborator, speaker, and author who enjoys working with agile methodologies to deliver large-scale products. In my free time, I like to contribute to the communities that I love, such as Javascript, Node.js, Docker, DevOps, and Elastic.

I have been working professionally as a software engineer for approximately ten years and have worked for great companies. I believe that people should be capable of doing their job without bureaucracy. I advocate for horizontal cultures and teams where everybody has the opportunity to do their best.

Technically, I enjoy working with large-scale systems architecture, micro-services, DevOps culture, cloud computing, and quality. In the past year, I wrote the book "Building testable APIs with Node.js" which is entirely free for the Brazilian community. Additionally, I maintain a blog and YouTube channel, where I frequently publish content.

🛠 What I'm Working on

  • Micro-services
  • Cloud infrastructures

📫 How to reach me:

💬 Linkedin

📧 via email

💻 my site

node-typescript-api's People

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

node-typescript-api's Issues

[C05P05] Property 'decoded' does not exist on type 'Request<ParamsDictionary, any, any, ParsedQs>'.

error on run project locally with ts-node-dev

import * as http from 'http';
import { DecodedUser } from '@src/services/auth';
// module augmentation
declare module 'express-serve-static-core' {
  export interface Request extends http.IncomingMessage, Express.Request {
    decoded: DecodedUser;
  }
}

log error on yarn start:local:

 Property 
'decoded' does not exist on type 'Request<ParamsDictionary, any, any, ParsedQs>'.

Video: Node.js API [C02P03]

Olá pessoal,

Na configuração dos dados de apiToken e appUrl, estou recebendo esse erro abaixo, já procurei em outros lugares e não achei uma solução, aparentemente é algo relacionado ao vscode + windows, alguém mais com o mesmo problema?

"Cannot parse config file: '"+fullFilename+"': SyntaxError: Unexpected token � in JSON at position 0"

Erro ao rodar npm start. Estou no video [C04P05].

node:internal/modules/cjs/loader:936
throw err;
^

Error: Cannot find module '@src/models/beach'
Require stack:

  • C:\Users\User\Desktop\waves-api\dist\src\controllers\forecast.js
  • C:\Users\User\Desktop\waves-api\dist\src\server.js
  • C:\Users\User\Desktop\waves-api\dist\src\index.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object. (C:\Users\User\Desktop\waves-api\dist\src\controllers\forecast.js:14:17)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    'C:\Users\User\Desktop\waves-api\dist\src\controllers\forecast.js',
    'C:\Users\User\Desktop\waves-api\dist\src\server.js',
    'C:\Users\User\Desktop\waves-api\dist\src\index.js'
    ]
    }

Failed to fetch

is this error fixed?

there is a working /web example code??
thanks

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.