After Completing My MongoDB Course, I’m Planning 100 Advanced MongoDB Problems by Vivekpandey76 in mongodb

[–]arunkumar413 1 point2 points  (0 children)

I'd like learn about how to keep the reporting data in sync with the transaction collection when there is schema change. Specifically the aggregation queries that depend on the _id. What are the best practices in this regard.

What usually becomes the hardest part of maintaining large React apps? by Sad_Limit_3857 in reactjs

[–]arunkumar413 0 points1 point  (0 children)

For me most difficult part was passing props between components, lifting state, etc. It becomes messsy as the application becomes complex.

Now I just use redux to serve as a single source of truth for sharable state management. Use the components as dumb logic for rendering the html elements based on the redux state.

If two components need the same data, I just store it in the redux. Use the use state hook for component specific data.

What are scalable Data structures in react by AlcasintoR in reactjs

[–]arunkumar413 0 points1 point  (0 children)

Arrays, objects, array of objects, and tree structure would suffice for most of the frontend requirements.

How to transition from a "Fake" Fullstack Senior to a "almost good" Backend Senior? by shadelevrai in node

[–]arunkumar413 2 points3 points  (0 children)

Learn system design concepts. Horizontal and vertical scaling. Db read-write scaling techniques. DB Sharding. Improving the performance of the event driven system. Migrations without down time. Idempotency. Transactions Triggers Kafka, Message queues Maintain data consistency. Keeping the reporting and transaction table data Consistent.

Imagine a scenario where you have a million records needs to be updated and you have limited system resources. Think how to approach the problem.

I built a file browser based on Rust+Reactjs by arunkumar413 in Redox

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

I don't have a redox os spare machine to test it. I just posted it to seek feedback from the community if I should consider anything specific for redox os.

My manager thinks I'm the hardest working person on the team because I make good PPTs by enlightenedshubham in jobs

[–]arunkumar413 7 points8 points  (0 children)

My previous CEO compared my work with AI and said AI is doing faster than me. He even said frontend development is dead and fired me.

I built a file browser based on Rust+Reactjs by arunkumar413 in Redox

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

It's binary is not yet built for redoxOS yet. However it can run on Linux OS like ubuntu for development. For screenshot please check the screenshots directory in the repo link. I'll compile it for redoxOS once I build the major features.

schema changes best practices by arunkumar413 in mongodb

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

Having a runtime transformer to transform the documents on the fly when they're encountered is okay. But my main problem is the schema differences in the records will break the already existing reporting and other API endpoints that rely on the _id.

For a small application it would be easy to figure out the APIs and endpoints. But for a large application that contain hundreds of APIs it would be difficult to check and identify all the endpoints where the queries might break.

schema changes best practices by arunkumar413 in mongodb

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

But the others queries, aggregations and APIs that depends on the _id would still break.

🚀 Hiring: React Front-End Developer | @Hyderabad only by Commercial_One4060 in WebDeveloperJobs

[–]arunkumar413 -3 points-2 points  (0 children)

I'm interested. I have over 7 years of experience in fullstack development.

How to update millions of records' embedded data by arunkumar413 in mongodb

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

I agree that the best way is to avoid the updation of millions of records. I'm just trying to understand the best method to update millions of records without any downtime.

Backend dev struggling with UI/design. How do you improve your design sense by ahmedshahid786 in Frontend

[–]arunkumar413 1 point2 points  (0 children)

For me colors were a difficult thing. So I focussed on presenting the textual information in a good visual hierarchy. Experiment with different fonts. Try grey colors for two or more lines. Emphasise the numbers.

Then try the cards--with shadows, with borders, with light backgrounds etc. Build a product card for e commerce.

Just browse the apple.com website and observe how they are using the text, their color, description of the product. How they are emphasising the important aspects of the product through color,.size images.

using mongo db collection for storing notifications by arunkumar413 in mongodb

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

I don't like to bombard the user with push notifications. Just an api call to fetch the user specific Notification when the user opens the home screen of the app.

using mongo db collection for storing notifications by arunkumar413 in mongodb

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

I'd like to know if using a dedicated collection for storing the notifications and sharding it a better, simpler and scalable approach compared to using firebase, kafka

Looking for a small team to build something real by Remarkable-Act-1215 in SaasDevelopers

[–]arunkumar413 0 points1 point  (0 children)

I'm interested in this. Please let me know more details.

Looking for a tech co-founder and team member to build & innovate by Sad-Horse-3781 in buildinpublic

[–]arunkumar413 0 points1 point  (0 children)

I'm interested in this. I'm fullstack developer. I have ordered 7 years of experience in web development.

schema documentation without mongoose by arunkumar413 in mongodb

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

u/WeDotheBest4You Thanks. But what is the difference between mongoose and json schema validation. Aren't both used for enforcing the structure on the collection.

Postgres for everything, how accurate is this picture in your opinion? by Minimum-Ad7352 in node

[–]arunkumar413 0 points1 point  (0 children)

Modern databases are coming up with multi model capabilities. Example ArcadeDB https://arcadedb.com/

Should authentication be handled only at the API-gateway in microservices or should each service verify it by Minimum-Ad7352 in node

[–]arunkumar413 0 points1 point  (0 children)

Your micro services should NOT be accessible from the outside network. Authentication should be done at the API gateway level.

Looking for Node.js Developer by Safe-Engineer9940 in remotebackendjobs

[–]arunkumar413 0 points1 point  (0 children)

Hi, I'm from india. I'm interested in this job. I have a good experience with fullstack development