Daniel Leymantechandaiblog.hashnode.dev·12 hours agoHow to Write Effective Texts for Blogs: Tips and AI Tools to Boost Your ContentCreating effective blog posts is an art that combines creativity, strategy, and technical skills. With millions of blogs out there, how can you stand out and ensure your content resonates with your audience? In this article, we'll explore how to writ...AI
Philippe Charrièrek33g.hashnode.dev·18 hours ago"Tool Calling" and OllamaPrerequisites You should have read the previous article, Developing Generative AI Applications in Go with Ollama, to understand the basics of using Ollama and baby LLMs. For this new article, we'll use this LLM, qwen2.5:1.5b. So run the following com...1 like·274 readsOllama, Tiny Language Models & Golangollama
Daniil Pechorinberhram.hashnode.dev·Dec 22, 2024(Occasionally) Useful Web Tools For Android DevelopersIntroduction In my not-so-long career as an Android Developer, I have worked on completely different projects: 10 year old Java apps, glossy bleeding edge AI assistants and many other in between. To cut a long story short, below is a list of websites...Android
Tom Louwagietomlouwagie.hashnode.dev·Dec 22, 2024Best No Code tools for Web AppsNo-code platforms are revolutionizing the way businesses create web apps. These tools allow anyone to build powerful, scalable applications without writing code. But with so many options available, which platform should you choose? This article by th...No Code
TomShinetomshine.hashnode.dev·Dec 21, 2024工具推荐:markitdown - 转换文件为 Markdown介绍 一个 Python 工具转换文件为 Markdown,方便自己使用 Markdown 成为的笔记。 支持的文件格式如下: PDF PowerPoint Word Excel Images (EXIF metadata and OCR) Audio (EXIF metadata and speech transcription) HTML Text-based formats (CSV, JSON, XML) ZIP files (iterates over content...tools
Daniel Leymantechandaiblog.hashnode.dev·Dec 20, 2024AI Tools for Social Media ManagementIn recent years, artificial intelligence (AI) has significantly improved social media management processes. Thanks to advanced AI-powered tools, marketers and brands can automate many tasks, increasing efficiency and saving time. In this article, we ...AI
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Creating Your Own API Integration PlatformI spent the past week at the API World conference and there was a lot of talk around API Integration Platforms. Clever salesmen will tell you its too complex for you to build - but I want to prove them wrong! So, What's an API Integration Anyway? I'm...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Using Neon + PostgREST to Build a Supabase-like Developer ExperienceI'm a big fan of using Supabase to quickly spin up a Postgres DB and start building a POC. It's truly a product that has mapped out the entire developer workflow, really honing in on how devs are using the product and what features they can build to ...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024How to Convert a SQL Query to an API RequestMany of the APIs we develop these days are simple CRUD (Create Read Update Delete) which are simply proxies over wherever your data is stored. Occasionally, we will need to create APIs that allow for both complex queries (ex. filters) while also bein...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Building a PostgREST API For Your MySQL DatabaseSupabase is great for quickly spinning up a Postgres DB and building a POC. It's truly a product that has mapped out the entire developer workflow, really honing in on how devs are using the product and what features they can build to accommodate. On...APIs