<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Daniel Ndukwe</title>
    <description>The latest articles on DEV Community by Daniel Ndukwe (@danyearl).</description>
    <link>https://dev.to/danyearl</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3253194%2F88c92c9f-cb65-4cf5-9b36-e5279212e9ea.jpeg</url>
      <title>DEV Community: Daniel Ndukwe</title>
      <link>https://dev.to/danyearl</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danyearl"/>
    <language>en</language>
    <item>
      <title>AI Orchestration: The Human Job in the days of AI</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Sun, 08 Mar 2026 15:54:39 +0000</pubDate>
      <link>https://dev.to/danyearl/ai-orchestration-the-human-job-in-the-days-of-ai-3ifp</link>
      <guid>https://dev.to/danyearl/ai-orchestration-the-human-job-in-the-days-of-ai-3ifp</guid>
      <description>&lt;p&gt;AI Orchestration: The Human Job in the days of AI&lt;/p&gt;

&lt;p&gt;AI Orchestration: The Human Job in the days of AI&lt;/p&gt;

&lt;p&gt;In recent years, we have seen the rapid development and improvement of Artificial Intelligence Models particularly Large Language Models and other Multimodal Models. But in 2026, we saw an explosion of these tools and models having the capabilities of doing extra human work faster and cheaper. To be very honest, this has led to lots of professionals panicking and asking the most pertinent economic question right now&lt;/p&gt;

&lt;p&gt;"WILL AI TAKE MY JOB?"&lt;/p&gt;

&lt;p&gt;Simple answer? Yes. Full stop!.&lt;/p&gt;

&lt;p&gt;But! &lt;/p&gt;

&lt;p&gt;There's a catch and possibly a glimmer of hope somewhere. &lt;/p&gt;

&lt;p&gt;Now i am no thought-leader in the affairs of the economy or even A.I (I still learn everyday and some times it is hard to keep up) and i also have fears about job displacement but i think the answer to that question of AI taking over jobs is 'AI Orchestration'.&lt;/p&gt;

&lt;p&gt;Now what is AI orchestration?&lt;/p&gt;

&lt;p&gt;AI orchestration in my opinion is the coordination and management of AI models, integration of AI agents to the workflow of humans. It covers the efficient implementation, integration, deployment and maintenance of the components in a greater AI system.&lt;/p&gt;

&lt;p&gt;So i said to myself, maybe my job description has now changed from the human builder to the human in the loop. I no longer get to just write out codes, solve mathematical problems, but rather get to plan, organise, iterate, coordinate and monitor the automation process  of these AI tools because despite the advancements in these tools, the understanding of the human wants and needs are complex and the contexts of these needs can only be understood by humans themselves. So here's the shift in my mindset:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Automation of technicalities&lt;br&gt;
Firstly, the technical stuff (though still important to understand for proper supervision) has been largely automated and we no longer need to deal with the constraints of this. So we move towards what matters the most when building products.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choosing the right goals&lt;br&gt;
Secondly, choosing the right goals has become increasingly important (Always has been anyway) but as mentioned in the previous texts, the human mind is complex and requires a lot of context and perspective from an experiential standpoint of the real-world rather than a descriptive standpoint from multiple data sources. Therefore, the human job becomes like this:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Define the problem&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Choose the right tradeoffs acceptable&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Define what a success metric should be&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Defining Values, Constraints and Ethics&lt;br&gt;
AI Orchestration amplifies power. Humans get to set the boundaries on what is allowed such as:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The data allowed&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Actions prohibited&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Risks involved&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What should never be optimized for &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Well till Artificial Superintelligence comes, i believe any technical role of humans is still very important only that it has been distilled into the role of an Orchestrator. &lt;/p&gt;

&lt;p&gt;Interesting times&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>machinelearning</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Data Systems</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Fri, 30 Jan 2026 19:17:26 +0000</pubDate>
      <link>https://dev.to/danyearl/data-systems-3bdn</link>
      <guid>https://dev.to/danyearl/data-systems-3bdn</guid>
      <description>&lt;p&gt;In an era where software is being redefined i.e moving gradually away from human programming to more system building, it is imperative that one understands the system thinking and architecture behind modern software. Modern software is meant to be Reliable, Scalable and Maintainable&lt;/p&gt;

&lt;p&gt;Many modern applications and Machine Learning models built in production are data intensive not necessarily compute intensive. Although recent advancements in Generative AI requires lots of compute. This means that for a lot of modern applications, the hardest part isn’t doing the heavy mathematics or CPU work, it is handling lots of data successfully.&lt;/p&gt;

&lt;p&gt;Data Intensiveness is about storage, reading/writing data fast (Database Queries), Moving the data (APIs, distributed systems), keeping the data correct when there are many users acting at once and processing streams .&lt;/p&gt;

&lt;p&gt;For Compute intensive applications and systems, they are about 3D rendering, Training deep learning models, Scientific simulations, and Video encoding. In Machine learning, the hardest part of getting a good ML system isn’t the model math, but the data quality. This includes the proper data collection, Data cleaning, labelling, storing, versioning and serving data correctly.&lt;/p&gt;

&lt;p&gt;Data-heavy applications need the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Databases&lt;/li&gt;
&lt;li&gt;Caches&lt;/li&gt;
&lt;li&gt;Search Indexes&lt;/li&gt;
&lt;li&gt;Stream Processing and Batch Processing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the current systems for building applications and running ML models in production, many new data storage tools and processing have emerged.&lt;/p&gt;

&lt;p&gt;MODERN DATA SYSTEMS ARCHITECTURE&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkgi6t50gvngvxfmvjdf5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkgi6t50gvngvxfmvjdf5.png" alt=" " width="800" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The tools used in modern data systems architecture includes:&lt;/p&gt;

&lt;p&gt;Primary Database: This is the source of truth (The real, Official data users, Orders, Posts etc.)&lt;/p&gt;

&lt;p&gt;In-memory Cache: Very fast storage (Redis) to speed up the reads&lt;/p&gt;

&lt;p&gt;Full-text index: Specialized search engine for fast-text search&lt;/p&gt;

&lt;p&gt;Message Queue: A system of asynchronous tasks without slowing down the user request&lt;/p&gt;

&lt;p&gt;Application Code: The stitching layer that talks to all of them and coordinates updates i.e. they are the bridge between databases, data warehouses, data streams or data lakes and the business models e.g. Python, SQL Queries. Therefore, in modern data systems architecture, the application code coordinates multiple specialized components to handle distinct tasks. It works as thus:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frf8p1hl4h4jle65m17vo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frf8p1hl4h4jle65m17vo.png" alt=" " width="800" height="334"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Client → Application Code (Python Script or SQL) → In-Memory Cache (If cached, read directly from the cache. If not Cached, Proceed to the primary database) →Primary Database.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>data</category>
      <category>database</category>
      <category>systemdesign</category>
    </item>
    <item>
      <title>Data Science: 21st Century’s ‘Sexiest Job’</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Tue, 29 Jul 2025 11:56:17 +0000</pubDate>
      <link>https://dev.to/danyearl/data-science-21st-centurys-sexiest-job-382i</link>
      <guid>https://dev.to/danyearl/data-science-21st-centurys-sexiest-job-382i</guid>
      <description>&lt;p&gt;In October 2012, Data Science was famously tagged the “sexiest job of the 21st century” in a Harvard Business Review article by Thomas H. Davenport and D.J. Patil. Fast forward to the year 2025 and this career has seen an exponential growth and increase in demand and appeal for both top companies looking to drive revenue with data driven applications and undergrad pivoting more and more into these majors at top universities and polytechnics in the world. But what even is data science?&lt;/p&gt;

&lt;p&gt;Data science is the application of statistical and computational techniques used to address or gain valuable insights into a real world problem. As simple as that definition of this ‘Sexy job of the 21st century is’, it packs a lot of complexity that may be intimidating to the ‘average joe’ out there. Despite its complexity, this endeavor has seen even more appeal over the years particularly with the advent of generative Artificial Intelligence (A niche within data science that uses machine learning and deep learning to communicate like humans through the use of Natural Language Processing)&lt;/p&gt;

&lt;p&gt;But what does the data science workflow look like and what tools are used in this really exciting career path. Let’s explore this&lt;/p&gt;

&lt;p&gt;The Data Science workflow usually starts with the understanding of the business problem. For example, A company wants to find out which advertising platform generates a lot of traffic for their product and which they should put more budget for their advertising into. Whether it is TV, Social Media or Traditional forms like Paper print and billboards. Your understanding of this problem sets the tone for more actionable insights into providing a solution.&lt;/p&gt;

&lt;p&gt;The next involves data collection. This can be done by either collecting the data from web sources through the use of web-scraping and API calls and on-site or manual collection of data particularly those working in the geospatial industry.&lt;/p&gt;

&lt;p&gt;Another step in the data science workflow involves the Data processing or Data pre-processing. This is the most crucial step into any data science career because real-world data is messy i.e. it contains lots of errors, missing values, duplication and redundancy. The process involved in this is usually called ‘Data Cleaning’.&lt;/p&gt;

&lt;p&gt;Furthermore, the exploration of the data which involves checking for outliers, calculating the measure of central tendency (Mean, Median and Mode), Pearson's correlation techniques and several visualisation techniques used is another part of data processing. Also in feature engineering which simply means choosing the right features in the dataset to improve the performance of machine learning models, is done as par t of the process of transforming raw data into meaningful insights.&lt;/p&gt;

&lt;p&gt;Machine learning, a subset of Artificial intelligence, is a technique where the machine learns from previous data to make a prediction. Think of it as a student studying for a future exam and using lots of Past Questions to get the mode and structure of the future exam. Machine learning teaches the computer (through your preprocessed data) to learn from the data so it can make valuable predictions or insights. Knowledge in statistics, calculus and probability are mostly key in this aspect.&lt;/p&gt;

&lt;p&gt;The final workflow i’ll be talking about is ‘Visualisation’. This involves the process of turning data/numbers into charts and graphs to capture the imagination of what the data looks like. Techniques such as Bar Chart, Histogram, Box Plot, Violin plot etc. is usually used in this aspect.&lt;/p&gt;

&lt;p&gt;There are other aspects of the data science workflow that helps to get data driven insights about a business problem. They may include Data story-telling, statistical learning, presentation skills et al.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import pandas as pd
import numpy as np
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LogisticRegression
from sklearn.metrics import accuracy_score

# load the titanic dataset
titanic = pd.read_csv('titanic.csv')
titanic.head()

# Check the shape of the dataset
titanic.shape

# Check the info
titanic.info()

# check for the missing values
titanic.isnull().sum()
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Tools Used for Data Science&lt;br&gt;
Programming Knowledge (Python, R, Julia, MATLAB)&lt;br&gt;
ML Algorithms (Scikit-learn, Matplotlib, Seaborn, Pandas, Numpy, Scipy etc)&lt;br&gt;
Visualisation tools (Tableau, PowerBI, Python)&lt;br&gt;
Databases (SQL, NoSQL[MongoDB])&lt;/p&gt;

</description>
    </item>
    <item>
      <title>In October 2012, Data Science was famously tagged the “sexiest job of the 21st century” in a Harvard Business Review article. https://medium.com/@Thanyearl/data-science-21st-centurys-sexiest-job-c2e167f5f2ef</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Tue, 29 Jul 2025 11:53:09 +0000</pubDate>
      <link>https://dev.to/danyearl/in-october-2012-data-science-was-famously-tagged-the-sexiest-job-of-the-21st-century-in-a-16c1</link>
      <guid>https://dev.to/danyearl/in-october-2012-data-science-was-famously-tagged-the-sexiest-job-of-the-21st-century-in-a-16c1</guid>
      <description></description>
      <category>datascience</category>
      <category>career</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Is Data Science is machine learning?</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Tue, 29 Jul 2025 00:25:56 +0000</pubDate>
      <link>https://dev.to/danyearl/is-data-science-is-machine-learning-262d</link>
      <guid>https://dev.to/danyearl/is-data-science-is-machine-learning-262d</guid>
      <description>&lt;p&gt;Machine learning typically and primarily involves being concerned with the development of new algorithms and model building while Data science is concerned with answering scientific question to solve business or real-world problems.&lt;br&gt;
While Data Science uses Machine learning algorithms to draw insights from raw data to results, although used interchangeably, data science is not machine learning.&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>machinelearning</category>
      <category>ai</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Transformers</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Thu, 24 Jul 2025 01:28:44 +0000</pubDate>
      <link>https://dev.to/danyearl/transformers-4586</link>
      <guid>https://dev.to/danyearl/transformers-4586</guid>
      <description>&lt;p&gt;"In 2017, the google brain and google research team introduced a paper to the world with the title 'Attention is all you need'. This paper highlights how the recent architecture, that powers current LLMs, works under the hood. The transformer model architecture replaces RNN."&lt;br&gt;
&lt;a href="https://www.linkedin.com/posts/daniel-ndukwe-2a9b6663_transformers-architecture-with-the-rise-activity-7351678448135790595-xCJh?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAA2FBCEBfALVe1r1vpKHAMm7LvYb5HUxDb8" rel="noopener noreferrer"&gt;https://www.linkedin.com/posts/daniel-ndukwe-2a9b6663_transformers-architecture-with-the-rise-activity-7351678448135790595-xCJh?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAA2FBCEBfALVe1r1vpKHAMm7LvYb5HUxDb8&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>pwl</category>
      <category>ai</category>
      <category>llm</category>
    </item>
    <item>
      <title>YOU ARE THE JOB NOT THE TOOLS</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Thu, 24 Jul 2025 01:16:07 +0000</pubDate>
      <link>https://dev.to/danyearl/you-are-the-job-not-the-tools-57ip</link>
      <guid>https://dev.to/danyearl/you-are-the-job-not-the-tools-57ip</guid>
      <description>&lt;p&gt;In our rapidly growing world, automation is taking over, and lots of people think learning tools, rather than the principles that governs a career, is what fast-tracks that career.&lt;/p&gt;

&lt;p&gt;The tool doesn't make the career.&lt;/p&gt;

&lt;p&gt;You are not a good driver because you can move a car; you are a good driver because you follow the principle of safe and smooth driving. It doesn't matter whatever vehicle it is.&lt;/p&gt;

&lt;p&gt;Likewise the current tech and data industry trend. Python, SQL, Javascript, Scala, Apache etc while being a must have skill in our vastly automated society today, the basic principles that guide the industry is what makes you go from good to great. In our rapidly growing world, automation is taking over and lots of people think learning tools over principles that governs a career is what fast-tracks that career.&lt;/p&gt;

&lt;p&gt;The tool doesn't make the career.&lt;/p&gt;

&lt;p&gt;You are not a good driver because you can move a car. You are a good driver because you follow the principle of safe and smooth driving. It doesn't matter whatever vehicle it is.&lt;/p&gt;

&lt;p&gt;Likewise the current tech and data industry trend. Python, SQL, Javascript, Scala, Apache etc while being a must have skill in our vastly automated society today, the basic principles that guide the industry is what makes you go from good to great&lt;/p&gt;

</description>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Daniel Ndukwe</dc:creator>
      <pubDate>Mon, 09 Jun 2025 03:37:39 +0000</pubDate>
      <link>https://dev.to/danyearl/-1d82</link>
      <guid>https://dev.to/danyearl/-1d82</guid>
      <description>&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/zekeriyyaa_/traffic-data-analysis-with-apache-spark-based-on-autonomous-transport-vehicle-data-4leg" class="crayons-story__hidden-navigation-link"&gt;Traffic Data Analysis with Apache Spark Based on Autonomous Transport Vehicle Data&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/zekeriyyaa_" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmedia.dev.to%2Fdynamic%2Fimage%2Fwidth%3D90%2Cheight%3D90%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F450548%252F9dbe3cfa-a4b1-4e5b-a752-a017dbbacf2b.jpg" alt="zekeriyyaa_ profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/zekeriyyaa_" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Zekeriyya Demirci
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Zekeriyya Demirci
                
              
              &lt;div id="story-author-preview-content-1045916" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/zekeriyyaa_" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmedia.dev.to%2Fdynamic%2Fimage%2Fwidth%3D90%2Cheight%3D90%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto%2Fhttps%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F450548%252F9dbe3cfa-a4b1-4e5b-a752-a017dbbacf2b.jpg" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Zekeriyya Demirci&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/zekeriyyaa_/traffic-data-analysis-with-apache-spark-based-on-autonomous-transport-vehicle-data-4leg" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Apr 5 '22&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/zekeriyyaa_/traffic-data-analysis-with-apache-spark-based-on-autonomous-transport-vehicle-data-4leg" id="article-link-1045916"&gt;
          Traffic Data Analysis with Apache Spark Based on Autonomous Transport Vehicle Data
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/python"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;python&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/mongodb"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;mongodb&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/datascience"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;datascience&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/machinelearning"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;machinelearning&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/zekeriyyaa_/traffic-data-analysis-with-apache-spark-based-on-autonomous-transport-vehicle-data-4leg" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/multi-unicorn-b44d6f8c23cdd00964192bedc38af3e82463978aa611b4365bd33a0f1f4f3e97.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;4&lt;span class="hidden s:inline"&gt; reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/zekeriyyaa_/traffic-data-analysis-with-apache-spark-based-on-autonomous-transport-vehicle-data-4leg#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              Comments


              2&lt;span class="hidden s:inline"&gt; comments&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            2 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;


</description>
      <category>python</category>
      <category>mongodb</category>
      <category>datascience</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
