Here are my 10 key takeaways from the book “The Entrepreneur Mind” by Kevin D. Johnson. Ask for help. When[…]
Read moreLatest Posts
Top 10 Key Takeaways From The Book – The Richest Man In Babylon
Managing our finances efficiently is a universal desire, and teaching our children about its significance is equally crucial. I reread[…]
Read moreAI is Not Our Enemy : Embrace the Future
Concern 1: With the new wave of better LLM models, such as ChatGPT, people have started wondering again: will AI[…]
Read moreData Warehouse Vs Data Lake vs Data Lakehouse
Data Warehouse Vs Data Lake vs Data Lakehouse What is a Data warehouse? A data warehouse is a type of data management system that[…]
Read moreQuick Tips On Cracking DP-203 Certification
I recently completed my DP 203 certification. My learning and tips to prepare for the exam. If you are a[…]
Read moreMachine Learning For Beginners 1: Must Know Terminologies
Data model: Data model involves providing an ML algorithm (that is, the learning algorithm) with training data to learn from. The term[…]
Read morePython : Playing with Linked list
Create linked list and add node at the beginning class node: def __init__(self, p_data): self.data=p_data self.next=None class[…]
Read more