DoePixelforDoePixeldoepixel.hashnode.dev·Nov 14, 2024Mastering ChatGPT for Content Creation FreeMastering ChatGPT for Content Creation: Unlocking Your Creative Potential Welcome to the exciting world of content creation with ChatGPT, where your ideas can take flight and your writing can reach new heights! In the second chapter of our comprehens...DiscussAI
Jeremy Morganjeremymorgan.hashnode.dev·Oct 17, 2024The Ultimate Guide to Running Local LLMs on Your MacHello Friends! Want to run LLM (large language models) locally on your Mac? Here's your guide! We'll explore three powerful tools for running LLMs directly on your Mac without relying on cloud services or expensive subscriptions. Whether you are a be...DiscussAI
Victor Uzoagbavictoru.hashnode.dev·Oct 7, 2024Building a Custom Static Site Generator for Technical DocumentationIntroduction What is a Static Site Generator (SSG)? A Static Site Generator (SSG) is a tool that converts plain text files (like Markdown) into a complete static website. The output is a set of static HTML pages, which are fast to load and easy to ho...Discusstutorials
Natalia PolomkinaforSkyviaskyvia.hashnode.dev·Sep 19, 2024Key Differences Between Data Integration and ETL ExplainedData has become a valuable asset in today’s business landscape, and managing it is like safeguarding a treasure—ensuring it’s well-organized, easily accessible, and secure. While there are various approaches to data management, this article focuses o...Discuss·68 readsdataworkflow
Ethanethan91.hashnode.dev·Sep 16, 2024Introduction to the WebCodec API - Real Time Video Encoding and DisplayIntroduction Hello! 😎 In this tutorial I will be introducing the WebCodec API and how to use it to display a video track in a canvas element. The WebCodec API is an exciting advancement for developers looking to access low-level control over encodin...DiscussJavaScript
Sukhpinder Singhdotnet.hashnode.dev·Aug 31, 202410-Day .Net Aspire Challenge: Day 4— Add Oracle ComponentIntroduction .Net Aspire framework is used to develop cloud and production-ready distributed applications. It consists of components to handle cloud-native concerns such as Redis, Postgres etc. Prerequisites Install .Net 8 Install Visual Studio 202...Discuss.Net Aspire Challengedotnet
LynnforLynn's team blogcoding-.hashnode.dev·Aug 31, 2024Top 10 Books for Object-Oriented Programming in PythonObject-oriented programming (OOP) is a fundamental paradigm in software development, and Python is an excellent language for learning and implementing OOP concepts. Whether you're a beginner or an experienced programmer looking to enhance your skills...Discuss·38 readsPython
VISHAL GAURAVvgaur.hashnode.dev·Aug 27, 2024Taking it to productionI've been caught up with professional commitments lately, but I’m excited to be back and ready to dive back into my blog journey. This time, I’m committing to being more consistent in sharing content that matters. In this first series, I’ll be explor...DiscussFacing the Real Worldtutorials
Samrat Kumar Dascolddsam.hashnode.dev·Aug 27, 2024The Ultimate Guide to Web Development: A Journey to MasteryThe Ultimate Guide to Web Development: A Journey to Mastery What is Web Development? Web development is the process of creating and maintaining websites. It encompasses the front-end (client-side) and back-end (server-side) of a website. Front-end de...DiscussWeb Development
Jeremy Morganjeremymorgan.hashnode.dev·Aug 20, 2024FeaturedThe Complete Guide to Image Compression with OpenCVImage compression is a critical technology in computer vision that allows us to store and transmit images more efficiently while maintaining visual quality. Ideally, we’d love to have small files with the best quality. However, we must make the trade...Christopher Duran and 3 others are discussing this4 people are discussing thisDiscuss·17 likes·148 readsProgramming Blogs