Cristina Mitu
12 posts
RTSP: Real Time Streaming Protocol Explained
In this article we are going to learn about RTSP RTSP (Real Time Streaming Protocol) is a network…
Setting up Doom Emacs for Astro Development
Astro is the new hot new web framework on the block. All the cool kids are using it.…
Day 942 : Smooth Sailing
liner notes: Professional : So…today was the day. After copying over code from the proof of concepts I…
Exploring the Power of Google News API via NewsData.io
In today’s fast-paced digital world, staying up-to-date with the latest news is critical. Google News API has evolved…
Disability-Owned Business Enterprise Certification: Everything You Need to Know
Welcome to Breaking the Blueprint — a blog series that dives into the unique business challenges and opportunities of underrepresented…
Announcing the Launch of AWS Cloud Clubs!
This article was written by Tracy Wang and Jen Looper As a student, it’s very important to explore…
Slack Next-gen Platform – Custom Functions
In this tutorial, you’ll learn how to add your own “function” to Slack’s next-generation platform app in 5…
The Ultimate List: 49 Online Local Business Directories
Promoting a local business isn’t easy these days. Whether it’s because of oversaturation or complicated search engine algorithms,…
From a personal notebook to 100k YouTube subscriptions: How Carlos Azaustre turned his notes into a…
From a personal notebook to 100k YouTube subscriptions: How Carlos Azaustre turned his notes into a YouTube channel Carlos…
Structure of Java Program
Structure of Java Program class ClassName { public static void main(String args[]) { //statements } } Let’s look…