HN user

talyssonoc

142 karma
Posts31
Comments6
View on HN
blog.codeminer42.com 1y ago

Welcome to the Worst Form

talyssonoc
2pts0
blog.codeminer42.com 1y ago

You are using React context wrong

talyssonoc
1pts0
blog.codeminer42.com 2y ago

Third-party cookies are phasing out, now what?

talyssonoc
2pts0
blog.codeminer42.com 2y ago

You are using React Context WRONG

talyssonoc
1pts0
blog.codeminer42.com 3y ago

Using Mapbox to plan a city: a use case

talyssonoc
1pts0
blog.codeminer42.com 3y ago

Everything you need to know about React concurrent with a little bit of Suspense

talyssonoc
3pts0
jsconf.cl 3y ago

First JSConf Chile

talyssonoc
1pts0
blog.codeminer42.com 3y ago

Dependency Injection in JavaScript/TS – Part 2

talyssonoc
2pts0
blog.codeminer42.com 3y ago

Understanding Integers Overflow and Underflow

talyssonoc
1pts1
blog.codeminer42.com 3y ago

Adding a new technology or concept in your team (the correct way)

talyssonoc
1pts0
blog.codeminer42.com 3y ago

Blockchain: What are you Token about?

talyssonoc
1pts0
blog.codeminer42.com 3y ago

Dependency Injection in JavaScript/TS

talyssonoc
1pts0
structure.js.org 6y ago

Structure 2 stable released – Faster, with new features and easier to test

talyssonoc
8pts0
blog.codeminer42.com 7y ago

Tackling Complexity in State Management

talyssonoc
1pts0
blog.codeminer42.com 7y ago

Common patterns in scalable front end applications

talyssonoc
3pts0
blog.codeminer42.com 7y ago

Scalable Front end 1: How can your front end benefit from software architecture?

talyssonoc
2pts0
blog.codeminer42.com 9y ago

Node.js and Good Practices – Separation of concerns doesn't need to be boring

talyssonoc
2pts0
github.com 9y ago

Node web API boilerplate with focus on separation of concerns and scalability

talyssonoc
2pts1
searchonmath.com 9y ago

SearchOnMath new version with more than 1,900,000 indexed formulas

talyssonoc
3pts0
talyssonoc.gitbooks.io 9y ago

Structure: A simple schema/attributes library built on top of modern JavaScript

talyssonoc
5pts0
news.ycombinator.com 10y ago

Ask HN: What are some open REST APIs like Pokéapi?

talyssonoc
1pts0
www.npmjs.com 10y ago

Show HN: Generator for isomorphic/universal flux apps with Alt

talyssonoc
3pts0
github.com 10y ago

Transform JavaScript Code with Babel from inside PHP

talyssonoc
1pts0
packagist.org 11y ago

React-laravel now supports Laravel 5.1

talyssonoc
2pts0
github.com 11y ago

JsT9 – A text-prediction JavaScript tool

talyssonoc
1pts0
github.com 11y ago

React-Laravel: Use ReactJS with Laravel

talyssonoc
2pts2
searchonmath.com 11y ago

Search On Math

talyssonoc
148pts20
searchonmath.com 11y ago

SearchOnMath – A powerful search engine for math formulas

talyssonoc
2pts0
rhapsodyjs.github.io 12y ago

RhapsodyJS – HMVC and REST framework built on top of Express 4

talyssonoc
1pts0
github.com 12y ago

Show HN: jsT9 – JavaScript library for text autocomplete

talyssonoc
2pts0

It's not a framework, it's a boilerplate with an architecture focused on scalability, not just the old controllers/models/services folders. It comes ready to be used on production, to write tests and to use a SQL database. Check the repo wiki (https://github.com/talyssonoc/node-api-boilerplate/wiki) as well to more details about the architecture, configuration and features.

The documentation is still in the first version so feel free to ask and suggest changes.

Ok, tell me where on "object-oriented programming" is the word "class". Objects are not necessarily related to classes. And yes, a prorotype is a object that you can extend from, as well as from any other object, like prototype-based OOP works.

Totally agree. The lack of understanding of JavaScript's paradigm from some people make them blind about the language power, it has the enough amount of every needed paradigm there, including OOP, functional and evented. I see in the comments here people complaining about things like dynamic `this` when they just don't understand it's one of the biggest powers of JS.

Damn, I see so much frustration from you for not being able to understand JavaScript here... once you understand it's a different language instead of trying to write your favorite language with JavaScript syntax it'll get better, buddy, relax :)

Seems pretty good, and faster than the previous version, but:

- Changed some things (method names, and so on) with no reason - It's not possible to use a custom logger anymore - I can't access the list of rooms anymore (or it changed and they didn't documented it yet)

Somebody else ?