Insightful product analytics can provide a treasure trove of valuable user information. Unfortunately, there are also a large number of roadblocks to obtaining accurate user data. In this article we explore PostHog and how it can help you improve your cross-domain user analytics.
At Yeti we recently created a custom Shopify App using Checkout UI extensions to pull real-time data from a client’s Enterprise Resource Planning (ERP) system into Shopify. By the end of this article you will better understand what Shopify Checkout UI extensions are, how to approach building them, and some of the things to keep in mind during the implementation process.
Join James McNamara in this insightful talk as he navigates the intricate world of neural networks, deep learning, and artificial intelligence. From the evolution of architectures like CNNs and RNNs to groundbreaking techniques like word embeddings and transformers, discover the transformative impact of AI in image recognition, natural language processing, and even coding assistance.
Join developer Jonny in exploring the Symbolicon, a unique 10-key custom keyboard inspired by the Braille alphabet. Delve into the conceptualization, ideas, and the hands-on process of building this unique keyboard!
Mobile devices present the biggest need for an accessibility-first mindset. So what are the challenges facing developers, and why are some hesitant to encourage accessibility as a primary design priority? This article introduces three best practices and three potential gotchas for accessibility development on one of the most popular app-building frameworks, React Native.
Insightful product analytics can provide a treasure trove of valuable user information. Unfortunately, there are also a large number of roadblocks to obtaining accurate user data. In this article we explore PostHog and how it can help you improve your cross-domain user analytics.
The Yeti team recently developed a new internal tool called "Yurt" - a command line application designed to streamline the process of setting up new code bases by incorporating our preferred preferences and patterns. Take a look at our article and video to learn how you can do the same!
Streamline workflows and boost productivity with AI powered software development! In this article and video seasoned software engineer James Feore discusses how how you can get the improve your development process with ChatGPT and Co-Pilot. Get ready to explore the transformative capabilities of Chat GPT for real-world applications.
A recap of the San Francisco Django meetups one through four.
An overview of San Francisco Django Meetups five through eight.
So whether a client sends me a brief or I draft one for my own uses, I can promise that all of my projects have one. Here’s why.
Our top 5 suggestions for developers moving into the New Year.
I wanted to have a Raspberry Pi that checks the following boxes, OS: Raspbian and Python Env: Python 3.5 (installed and routed to with Pyenv). Here's what I came up with.
Why having cross-platform applications is essential to your development process.
The code that helps fix poster image stuttering on looping videos.
Part 1 of creating basic effects for games on the Android Particle System.
The goal for this blog post is to showcase the following: Produce an Arduino that writes to Serial the current ambient light level, connect an Arduino to a Raspberry Pi via USB port, and tead the light levels on the Raspberry Pi that the Arduino is writing.
In this blog post we’ll base our example off the Snippets tutorial from the Django Rest Framework website.
Chris gives us the low down on how he tackled implementing a test suite for a large, pre-existing codebase from the ground up.
A technical look at starting an Amazon AWS EC2 Instance of Ubuntu 12.04 with EBS.
There was some great insight if you plan on implementing celery for your Django application soon.
Scott gives a talk on programming an autonomous 20 foot blimp with Python.
Python Social Auth is intended for use through the web and has routes already set up for authenticating and disconnecting users from different social media services.
What's an API? The quick and dirty answer: An API is just a way to interact with an application. Learn more.
Part 2 of how to create basic effects for games on the Android Particle System.
This post is part 4 of a series on using OAuth with Django REST Framework.