Tutorial Getting started with Stable Diffusion Text2Img AI Getting started with open source image generation AI has gotten a lot easier. In this post we will show you some helpful tricks to get started.
Informative OpenAIs GPTs with a third party API: Does it work? Review of integrating OpenAI's GPTs with APIs: a candid look at challenges, potential, and the future of custom GPT applications.
Informative 5 Best Free Cloud GPU Providers For Hobbyists The modern-day AI models require GPUs with high computing power that are crazy expensive. So, we compiled a list of Free Cloud GPU providers.
Informative Generative AI: How Self-Hosting Can Help Your Business Self-hosting generative AI can make a huge impact on business workflows. Here is how you can get the maximum out of it.
Company news Codesphere @ Karlsruhe Digital Sharing our insights and learnings in our "home" city Karlsruhe has been great! Read more about our keynote at Karlsruhe Digital below.
Tutorial Getting started with Jupyter Notebooks for AI Jupyter notebooks are a pillar of the machine learning community because they are great for testing & experimenting with datasets and models. Learn how to get started with Jupyter Notebooks in Codesphere.
Informative Software Development: Moving Away from Expensive Sequential Workflows Software development processes have painful backsteps. Codesphere aims to parallelize the process to improve go-to time to market and reduce costs.
Informative 7 Open Source LLM Text Generators You Need to Know About Fine-tuned versions of open-source LLM models for text generation are coming out each day, and we have picked the seven we found most promising.
Tutorial Creating an Angular Template for Codesphere Learn how to get the popular Angular framework running on Codesphere and build a PDF merging tool with us.
Informative Migrating Node.js to Bun: Really a drop in replacement? Bun claims to be a faster drop-in replacement for Node.js. We tested its integration with our Node.js setup. While build times improved significantly, not all tasks were seamless, needing reconfiguration.
Tutorial Stay On Top of Your Tasks: Build a TO-DO Application with Angular Build an easy to-do app with Angular: Stay organized, boost productivity, and access it anywhere. Learn how in this step-by-step guide.
Company news Codesphere @ TechCrunch Disrupt 2023 Recap: Codesphere @ TechCrunch Disrupt 2023 - read more about our adventures in San Francisco in this blog post
Informative Self-hosted vs. API-based LLMs: Which One is Better? LLAMA 2 has considerably bridged the gap between the quality and performance of open-source LLMS vs. the managed API-based models. Self-hosted LLMs are just as efficient and much more widely available now.
Tutorial Build an LSI Keywords Tool with Node JS To make our short tutorial articles more SEO friendly we decided to add LSI keywords to them and to find those keywords we built an LSI keyword tool using Node JS.
Informative Software Deployment in 2023: Strategies, Importance & Best Practices Software deployment is challenging and require time. Follow this deployment checklist to bring your code from development to production smoothly.
Informative Improving Code Quality using Embold In the realm of software development, Embold helps developers maintain high code quality. It dives deep into your code to identify issues and provide suggestions on how to adress these issues.
Company news Off when unused deployment mode now available Announcing codesphere off when unused deployment mode - cloud resources at a fraction of the cost. Server available within seconds of receiving a request.
Tutorial Building a Chrome Extension from Scratch using GitWit Get to know GitWit, a new AI tool that can help you write boilerplate code in a breeze and make revisions to your full-stack apps.
Tutorial From first click to prompt output in 1m38s - Running Llama2 in Codesphere Learn how to get your very own ChatGPT clone up and running in under two minutes. In this tutorial we show you how to run Llama2 inside of Codesphere.
Informative Software Testing in 2023: The Ultimate Guide Lack of software testing can negatively affect software functionality, reliability and user experience. Read about these testing techniques to avoid these problems.
Tutorial How to create a custom Static Site Generator for Blogs in 2023 Ever wondered how to set up a blazingly fast Blog for your personal project or company site without dealing with complex security issues? Learn how to do it from scratch or just host it directly for free in a matter of minutes!
Tutorial Build Your Own Content Optimizer with Django Discover a seamless solution to enhance your content's SEO effortlessly. Explore how to employ Django and the OpenAI API to create an interactive web app and deploy it in seconds on codesphere.
Tutorial Automation Sequence with BullMQ (Email Engine Pt.5) Delve into the intricacies of automating email sending using SQLite & BullMQ in our latest installment. Learn how to structure, schedule, and send custom delayed emails.
Discussion Back to the roots: advantages to static web development Should there be a trend back to basic static website development? In our opinion absolutely. Learn why we decided to go this route.
Tutorial Building an Email Marketing Engine Part 4: API Endpoints & Database Enhancements Learn how to extend your email marketing engine's database and create API endpoints for managing contacts. This in-depth guide covers every step from SQLite table creation to securing APIs.