Have you ever wondered how Snowflake has designed their elastic data warehouse, then here is an extremely nice read to know more details about it?
Reference: http://info.snowflake.net/rs/252-RFO-227/images/Snowflake_SIGMOD.pdf
~-Scribbles by Sivananda Hanumanthu
My experiences and learnings on Technology, Leadership, Domains, Life and on various topics as a reference!
What you can expect here, it could be something on Java, J2EE, Databases, or altogether on a newer Programming language, Software Engineering Best Practices, Software Architecture, SOA, REST, Web Services, Micro Services, APIs, Technical Architecture, Design, Programming, Cloud, Application Security, Artificial Intelligence, Machine Learning, Big data and Analytics, Integrations, Middleware, Continuous Delivery, DevOps, Cyber Security, Application Security, QA/QE, Automations, Emerging Technologies, B2B, B2C, ERP, SCM, PLM, FinTech, IoT, RegTech or any other domain, Tips & Traps, News, Books, Life experiences, Notes, latest trends and many more...
Have you ever wondered how Snowflake has designed their elastic data warehouse, then here is an extremely nice read to know more details about it?
Reference: http://info.snowflake.net/rs/252-RFO-227/images/Snowflake_SIGMOD.pdf
A 5-step process for nearly anything!!!
"A 5-step process for nearly anything:
1) Explore widely. Find out what is possible.
2) Test cheaply. Run small, quick experiments. Sample things.
3) Edit ruthlessly. Focus on the best. Cut everything else.
4) Repeat what works. Don't quit on a good idea.
5) Return to 1."
Credits: James Clear
Question: What Tech Stacks need to be used?
Answer: It depends!
Detailed Answer:
It depends on various aspects of your functional and non-functional requirements. To know more, how this has been solved, then have a look at the following website stackshare to know what tech stacks are better for your specific requirements with a detailed decisions log from more than 1M developers community and with the information of tradeoffs and etc.
https://stackshare.io/feed
Storybook is an open-source tool for building UI components and pages in isolation.
Storybook is a tool for UI development. It makes development faster and easier by isolating components. This allows you to work on one component at a time. You can develop entire UIs without needing to start up a complex dev stack, force certain data into your database, or navigate around your application.
References:
https://storybook.js.org/
https://storybook.js.org/tutorials/intro-to-storybook/react/en/get-started/