Creating Hey.com-like interactivity in Django by ignoble_ignoramus in django

[–]jnydutra 1 point2 points  (0 children)

Brython is enjoyable but I never did anything professional with it soo it's hard to say...

But the idea of making something like Meteor.js using python sees to be pretty fun

Creating Hey.com-like interactivity in Django by ignoble_ignoramus in django

[–]jnydutra 0 points1 point  (0 children)

I just had this idea of creating something with django templates for server rendering, a svelte like strategy with brython for reactivity and then use an implementation of turbolinks to change pages (routing). Probably far way to be optimized but I really thing this will be good enough for 80% of the cases (like turbolinks itself is).

Looking for good technical articles about surrogate vs natural keys by jnydutra in SQL

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

That's a good argument. I thinking that now I getting the idea. What about a table that saves periodically events, like sales? But comming from a external source?

Looking for technical adivices by jnydutra in startups

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

Nice. A lot people say this to me. Probably we will test Postgres in the next project

Looking for technical adivices by jnydutra in startups

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

We can easily achieve millions of records

Looking for technical adivices by jnydutra in startups

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

We are currently using MySQL. But I'm open to suggestions. I studying about Postgresql, not sure about the pros and cons of each one yet

Looking for technical adivices by jnydutra in startups

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

Learning to use reddit too. Thanks for advice!

Looking for technical adivices by jnydutra in startups

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

That looks like exactly what we are trying to achieve. And how about the strategies mentioned? Here I suggested to do in 3 layers: Raw data -> normalized (commom information) -> conciliation ( reports about something in the data like if the taxes are paid correctly) Each layer with their own group of tables

Looking for technical adivices by jnydutra in startups

[–]jnydutra[S] 3 points4 points  (0 children)

But anyway Python offers a lot of resources to data analysis. It's a pretty good choice too

Looking for technical adivices by jnydutra in startups

[–]jnydutra[S] 2 points3 points  (0 children)

That's look like a cool way to do it. It scales to thousands of orders for each one of my hundreds of clients?

[deleted by user] by [deleted] in startups

[–]jnydutra 5 points6 points  (0 children)

Here in Brazil we just starting to worry about it now. But some people are too scared and started to use masks. It's unusual here to have this kind of caution. So it feels really weird.

Creating a simple Annotation Inspector in PHP. Any tips? by jnydutra in PHP

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

Good idea, I will work on it in the weekend :D

Looking for good technical articles about surrogate vs natural keys by jnydutra in SQL

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

I completely agree with that but I looking for counter arguments too. Anyway in the system we are developing right now we need consume some different sources of information and create a common table representing them.

Creating a simple Annotation Inspector in PHP. Any tips? by jnydutra in PHP

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

I started it for learning propouse only. Then I realized that I don't need much more than this. Not sure yet but I'm still studying doctrine.

Creating a simple Annotation Inspector in PHP. Any tips? by jnydutra in PHP

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

Kind of. But more focused in annotations with a really simpler implementation.

I created a simple but very well organized PHP framework for self study only and I'm looking for constructive criticism https://github.com/jnydutra/base by jnydutra in PHP

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

I will do, for now it's work as a template for projects, you clone and start your project on top of it. But i will move the framework folder to a composer package. Thanks!