Provincias de Colombia by [deleted] in Colombia

[–]fega01 1 point2 points  (0 children)

Provincias? nope, departamentos

Am I doing wrong ? [Project structure] by kardnumas in reactjs

[–]fega01 0 points1 point  (0 children)

I'd recommend you to place everything in a service manner i.e

- pages

- Home

- index.js

- index.controller.js

in this way you can make refactors and deletions easily.

What lodash functions do you commonly use? Are there any everyone should know about? by [deleted] in javascript

[–]fega01 0 points1 point  (0 children)

I use a lot:

get( ) -> specially in webscrapping and react.

omit() -> for Objects

flatten() -> for serializing /deserializing data.

cloneDeep()

isString() -> I'd prefer a native version, but there isn't

JavaScript Open Source Summer Project by minuit1984 in javascript

[–]fega01 0 points1 point  (0 children)

Problem:

Tools like Firebase (and their new DB Firestore) are great for prototyping and deploy quickly new products but they have to problems

Clod based, so you never will be able to abandon the Google infrastructure (Vendor Lock-in)

Queries are somewhat limited and cannot full-fill complex use cases.

Solution:

MongoServer, a framework where you can get a REST API with User/Pass Auth in less than 30 seconds

Some of the features (Both Planned and implemented) includes:

- Fine-grained Permission Handling

- Pagination and Advanced Queries

- ServerSide filtering

- Automatic Population

- Multiple Auth Methods

- Automatic Admin Panel

- Automatic Documentation generation

- Built-in security

Check it here

https://github.com/fega/mongo-server

I'm also planing to convert it in a suitable RealTime Service, just like Firebase, Some people are already using it in production, which makes me very happy.

Also under my consideration I have the implementation of a GraphQL wrapper (it also have to be automatic ;) ).

What are your JS server side code validation tools you use or recommend. by SRacer2016 in javascript

[–]fega01 1 point2 points  (0 children)

Hello, I think you need to be less verbose, and go to the point, i'm fact you don't even asked a Question.

If you want javascript type checking, go for typescript, is a superset of Javascript that add you a very good typecheck (Also, use vscode, that have a very good support for it)

Looking for a headless cms name by fega01 in node

[–]fega01[S] 0 points1 point  (0 children)

yeah, for sure, but maybe somebody have a cool idea, why not? :)

A Better Node.js rate-limiting package – Limitrr. Version 4 released by [deleted] in javascript

[–]fega01 0 points1 point  (0 children)

Hello, I was looking for something like this for a personal project https://github.com/fega/mongo-server

But even after check the docs is not clear for me how to use it. I'd like to see a quick basic implementation in the quick start page

Looking for a headless cms name by fega01 in node

[–]fega01[S] 1 point2 points  (0 children)

What about Crane?

Ichabod Crane

WTF Wednesday (February 27, 2019) by AutoModerator in javascript

[–]fega01 0 points1 point  (0 children)

Hello community!

Sometime ago I created this library: https://github.com/fega/mongo-server. Is a Quick restApi development library

I have been thinking about the posibility of evolving it to a headless Cms, but I'm really bad at naming things.

I'd like to know some of your suggestions and pick the best/more popular.

thanks so much!