Dev News Updates

Dev news updates “A constructive and inclusive social network for software developers. With you every step of your journey.”. Visit Dev website here or see the feed summary below.

  • May the Source Be With You, 2024!
    It's Star Wars Day again, and we usually do a hackathon to celebrate. This year it falls on a weekend though, and we're trying to get better at respecting everyone's work-life balance and personal time. Luke Skywalker actually only said May the Force be with you! once and it was… Read more »
  • Scheduling a BigQuery SQL script, using Apache Airflow, with an example
    In my day to day work one of the most common use cases for Apache Airflow is to run hundreds of scheduled BigQuery SQL scripts. Developers who start with Airflow often ask the following questions   How to use airflow to orchestrate sql? This post aims to cover the above… Read more »
  • Lucide Icons for VS Code [Unofficial]Lucide Icons for VS Code [Unofficial]
    Hey there, You know that feeling when you're in the flow, coding away, and then you realize you need an icon? Instead of interrupting your rhythm to hunt one down online, now you can just grab it from within VS Code. I made this extension because, well, I needed it… Read more »
  • How to install Ant Media Server on UbuntuHow to install Ant Media Server on Ubuntu
    (https://dev-to-uploads.s3.amazonaws.com/uploads/articles/v31mk063w17h7r5d8d8u.png) Ant Media is a streaming server that can be installed on a Linus server for webRTC, HLS & DASH streaming. Here is how to set it up: Read more »
  • Data Ingestion in Snowflake with Google Cloud Storage - Part IData Ingestion in Snowflake with Google Cloud Storage - Part I
    In this article we will go through the process to ingest data into Snowflake from Google Cloud Storage (GCS). Along the way we will understand the required concepts and tasks involved in a step by step manner. You can refer to the official docs here. Assumptions You have an active… Read more »
  • Data Ingestion in Snowflake with Google Cloud Storage - Part IIData Ingestion in Snowflake with Google Cloud Storage - Part II
    In this article we will go through the process to auto ingest data into Snowflake from Google Cloud Storage (GCS) using a Snow Pipe. Along the way we will understand the required concepts and tasks involved in a step by step manner. You can refer to the official docs here.… Read more »
  • Php features: parameter changes
    Attributes First class callable syntax Constructor changes As promised in my last post this one is about parameters Theory The biggest change is named parameters in php 8.0. This makes functions and class methods easier to use, less error prone and makes calling them self documenting. A little change in… Read more »
  • 42. Trapping Rain Water42. Trapping Rain Water
    42. Trapping Rain Water Hard Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining. Example 1: Input: height = [0,1,0,2,1,0,1,3,2,1,2,1] Output: 6 Explanation: The above elevation map (black section) is represented by array [0,1,0,2,1,0,1,3,2,1,2,1].… Read more »
  • 402. Remove K Digits
    402. Remove K Digits Medium Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num. Example 1: Input: num = "1432219", k = 3 Output: "1219" Explanation: Remove the three digits 4, 3, and 2 to form… Read more »
  • Your containerized application with IAC on AWS — Pt.2
    Hi everyone! We’ll see how to create our terraform modules in this blog article. Next, we’ll publish our application to AWS Fargate using the terraform modules we created here and also terragrunt. TERRAFORM We will establish our directory structure and our terraform module scripts in this blog article. We will… Read more »

Daily

Live is updated with the latest news from Dev find out how to keep this page updated.