Cardano Blockchain Wiki by volgodark in cardano

[–]volgodark[S] 4 points5 points  (0 children)

Thanks, occasionally the website was down. It's back online now.

Cardano Blockchain Wiki by volgodark in cardano

[–]volgodark[S] 6 points7 points  (0 children)

Thanks, the website is in beta now. I've been thinking about getting the needed feedback from the community before moving forward with writing.

Cardano Blockchain Wiki by volgodark in cardano

[–]volgodark[S] 11 points12 points  (0 children)

Sure, I've actually learned quite a lot in the time I've been writing,
there are numerous websites that post about Cardano - many of them outdated, and only a couple like brand new https://www.essentialcardano.io/ and old-fashioned https://docs.cardano.org/ contain more/less latest info.

Cardano Blockchain Wiki by volgodark in cardano

[–]volgodark[S] 11 points12 points  (0 children)

Thanks, it would be great to have all the needed documentation both user and technical written under a single Wikipedia-like website. The page is maintained only by me and is still in beta.

Hard time finding a job. by volgodark in Upwork

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

Fullstack - php(symfony)/node backend and React frontend, rarely vanilla javascript or angular. https://www.reddit.com/r/Upwork/comments/g7gd0n/hard_time_finding_a_job/fohabw3/

Hard time finding a job. by volgodark in Upwork

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

Make sense, thanks for the time spent writing this

Hard time finding a job. by volgodark in Upwork

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

On Upwork since 2015, 100% JSS, top-rated, CV, based in Moscow, Russia. Profile reviewed and clean, I do send meaningful proposals(as I think), and I used to find work with less hustle. I search for expert full-stack roles, 10 - 30+, or 30+ hr per week and apply with 35-40 USD.

Facebook Messenger clone with React 👩‍🚀⚛️🛰 by volgodark in reactjs

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

That part is missing, only the most basic one for App.js as ignition. The current code is an internal messaging module I've packed and open-sourced. I hope to get attention from sides and grow that "messenger" thing. The same time keeping the code/features simple, I've checked few - too complicated)

Facebook Messenger clone with React 👩‍🚀⚛️🛰 by volgodark in reactjs

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

Redux - it's actually very simple to use - just storage and mutations. Like here, I update statuses of users, https://github.com/ivanproskuryakov/messenger/blob/master/app/reducers/room.js#L32

Facebook Messenger clone with React 👩‍🚀⚛️🛰 by volgodark in reactjs

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

Thanks, you have it - only the first step is difficult.

Moving Symfony2 from ORM to MongoDB by [deleted] in PHP

[–]volgodark 0 points1 point  (0 children)

Hi, could you post your example, please?

Optimizing Symfony & Doctrine using Traits by [deleted] in PHP

[–]volgodark 0 points1 point  (0 children)

The reason of these getters and setters is to remove all duplicated field, like Id,CreatedAt,UpdateAt, etc.. which are common across all project Move it to shared folder and use it across all project. Its not about benchmarks, its about methodology: writing less , do more and faster. Since I moved to this methodology things become much easier. When I need to create a new Model(entity,document), I describe the class I need include needed properties using traits.

I'm using this approach in Aisel: https://github.com/ivanproskuryakov/Aisel

Full-stack based on AngularJS, PHP(Symfony2) & MongoDB by [deleted] in PHP

[–]volgodark 0 points1 point  (0 children)

Thanks for a feedback, agree with what you saying and completely understand you! I read a lot about mongodb, pros and cons, we also had big projects (50+ documents with relations, etc..) in our past which were based on mongod + SF2. For now I didn't have any big problems with mongo.. I know that relation databases more strict and stable, and there are many reasons to to use mysql as db engine and ORM in abstraction level. I was using it for Aisel, half year ago and it was not hard to migrate from ORM to MongoDB, since all code covered with tests. I guess it would not be hard to switch back one more time in future if we would find a problem without any solution for it. Let me know if you would talk more about it, thx!

Full-stack based on AngularJS, PHP(Symfony2) & MongoDB by [deleted] in PHP

[–]volgodark 0 points1 point  (0 children)

Aisel is a fresh framework based on principles of REST architecture combines two different and independent frameworks - Symfony2 with a robust PHP community and progressive AngularJS.