Posts by ErickV • 373 points
6 posts
-
3
votes1
answer45
viewsQ: Couchdb best practices for updating related documents
I’m using CouchDB and NodeJs with these examples of documents. Role { _id, name } User { _id, email, password, role: { _id, name } } What is the best practice for when I update a Role, also update…
-
13
votes3
answers849
viewsQ: How to make a flex container have the width of internal Ivs?
Good afternoon, I’m creating a layout with height:100% where I have 2 groups, and within each group I line up the DIVs vertically and if any DIV did not fit in the height maximum or there is resize…
-
5
votes1
answer2273
viewsQ: Obfuscate CSS and Javascript for free
Good afternoon guys, I am developing a page and would like to obfuscate the CSS and Javascript(Angularjs), I did a quick search on the internet and saw some paid tools, and some Free tools made the…
-
1
votes2
answers145
viewsQ: Quantity of items aligned vertically according to height of div
Good evening guys, I’m trying to make a basic layout similar to Windows 8/10 home screen, and in a container I would like to align vertical 80x80 items, and if according to the Height by chance some…
-
2
votes1
answer144
viewsA: Recovering badly formatted string when it contains accented words
Solved, in my Connectionstring I reported a different encoding as follows. Before: Server=127.0.0.1;User Id=postgres; Password=123;Database=gemax; Afterward: Server=127.0.0.1;User Id=postgres;…
-
1
votes1
answer144
viewsQ: Recovering badly formatted string when it contains accented words
In my application I am having trouble fetching the data in the Postgresql database, the words with accentuations when retrieved from the database and dealing in DataReader are coming badly formatted…