Lucian Ghindaallaboutcoding.ghinda.com·Dec 8, 2024Everything that I published this week about Ruby #4Monday Every Monday, I publish the Short Ruby Newsletter: Short Ruby Newsletter - edition 116 - The one where Rails World, Friendly.rb, and EuRuKo announced the dates for 2025 conferences, and Marco Roth announced rubytriathlon.com Tuesday I wrote an...64 readsRuby
PIYUSH SHARMAk8dev.hashnode.dev·Dec 6, 2024What the Hell is Dev?Mastering GitHub and DevOps: The Blueprint for Modern Development GitHub and DevOps are two integral aspects of modern software engineering that focus on collaboration, automation, and efficiency. By mastering both, teams can optimize the software de...Git
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Dec 2, 2024Deep Linking in Android with Kotlin and Clean Architecture: A Comprehensive GuideHello, devs I am your App Sensei and Today, we’re going to discuss deep linking in Android, specifically using Kotlin and following the principles of Clean Architecture. Deep linking is a powerful feature that allows you to direct users to specific c...AndroidAndroid
Lucian Ghindaallaboutcoding.ghinda.com·Dec 1, 2024Everything that I published this week about Ruby #3Monday Every Monday, I publish the Short Ruby newsletter I create over the weekend: Short Ruby Newsletter - edition 115 Additionally, I also published a page with some discounts for my Good Enough Testing Workshop: Black Friday / Cyber Monday Deals f...113 readsRuby
Lim Woojaejaylog.hashnode.dev·Nov 24, 2024하루가 힘들어도 행복한 순간 덕분에“하루에 5분. 5분만 숨통 트여도 살 만하잖아. 편의점에 갔을 때 내가 문을 열어주면 '고맙습니다' 하는 학생 때문에 7초 설레고, 아침에 눈 떴을 때 '아 오늘 토요일이지.' 10초 설레고. 그렇게 하루 5분만 채워요. 그게 내가 죽지 않고 사는 법" - 나의 해방일지 15화 中 우리의 일상은 예측 불가하고 생각했던 것보다 더 많은 일들이 일어나기 마련이다. 일상은 스트레스의 연속이고 그러한 일상은 우리가 살면서 죽을 때까지, 즉 365일...Personalarticles
JoonCjoonc.hashnode.dev·Nov 15, 2024소프트웨어 개발을 위한 새로운 아이디어소프트웨어 개발을 위한 새로운 아이디어 소프트웨어 개발은 복잡한 문제를 해결하고 새로운 기능을 만들어내는 과정이다. 하지만 이 과정은 누구나 쉽게 시작할 수 있는 일이 아니다. Grant Slatton의 블로그에서는 소프트웨어 개발을 더 창의적이고 효과적으로 할 수 있는 몇 가지 흥미로운 방법을 소개한다. 이 아이디어들은 단순히 코드 작성 기술을 넘어, 창의력을 키우고 문제 해결 능력을 향상시키며, 효율적인 코딩 습관을 형성하는 데 도움을 준다...articles
Ayusharpcoderreacttonext.hashnode.dev·Nov 15, 2024The Importance of Version Control: Mastering Git and GitHub for CollaborationVersion control is the backbone of modern software development, enabling teams to collaborate seamlessly, track changes, and manage project history efficiently. Among the many tools available, Git and GitHub are indispensable for developers. Whether ...1 likecoding
Parasai-powered-personal-assistants.hashnode.dev·Nov 14, 2024Mastering Ensemble Methods: Boosting, Bagging, and Stacking ExplainedIn machine learning, ensemble methods combine multiple models to improve performance and achieve more accurate predictions. By leveraging the strengths of individual models and reducing their weaknesses, ensemble methods like boosting, bagging, and s...Machine Learning
Rudraksh Laddharudrakshladdha.hashnode.dev·Nov 11, 2024Building a Self-Healing Infrastructure on Kubernetes: A Practical GuideIn modern cloud-native environments, maintaining high availability and minimizing downtime is crucial. Kubernetes offers self-healing capabilities that can detect and correct failures automatically, enhancing the resilience of applications with minim...Kubernetes
Ashwinashwinrajendran.hashnode.dev·Nov 7, 2024m𝗼𝗱𝗲𝗿𝗻 𝘁𝗲𝗰𝗵 𝗽𝗿𝗮𝗰𝘁𝗶𝗰𝗲𝘀𝗘𝘅𝗰𝗶𝘁𝗲𝗱 𝘁𝗼 𝘀𝗵𝗮𝗿𝗲 𝗶𝗻𝘀𝗶𝗴𝗵𝘁𝘀 𝗶𝗻𝘁𝗼 𝘁𝗵𝗲 𝗱𝘆𝗻𝗮𝗺𝗶𝗰 𝗹𝗮𝗻𝗱𝘀𝗰𝗮𝗽𝗲 𝗼𝗳 𝗺𝗼𝗱𝗲𝗿𝗻 𝘁𝗲𝗰𝗵 𝗽𝗿𝗮𝗰𝘁𝗶𝗰𝗲𝘀! 1. 𝐃𝐞𝐯𝐎𝐩𝐬: DevOps is a cultural and organizational approach that aims to bridge the gap between dev...Devops