Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,501articles · 30d
  • 1+ hour agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 293avg words
articles per day
Categories
  • Software Dev. 9,705
  • Science & Technology 9,578
  • Computers & Electronics 7,418
  • Business & Industrial 812
  • Internet & Telecom 771
  • Economy, Business & Finance 383
  • Finance 333
  • Arts, Culture, Entertainment & Media 245

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > priyeshdave6 > day-16-cosine-similarity-and-semantic-search-basics-2pje

Day 16: Cosine Similarity and Semantic Search Basics

1+ day, 36+ min ago   (495+ words) Cosine similarity measures how closely two vectors point in the same direction, regardless of their length. Picture a vector as an arrow from the origin in space. Cosine similarity looks at the angle between two such arrows. If they point…...

DEV Community
dev.to > ceasermikes002 > moe-vs-edge-ai-they-are-not-the-same-thing-1pc6

MoE vs Edge AI: They Are Not the Same Thing

1+ day, 47+ min ago   (1078+ words) Recently, I came across an X demo of a 35B language model running on an iPhone using only 1–2.5 GB of peak memory. That sounds strange at first. A 35B model sounds like something that should need a lot of RAM and a…...

DEV Community
dev.to > priyeshdave6 > day-15-visualizing-embeddings-with-t-sne-and-pca-21b8

Day 15: Visualizing Embeddings with t-SNE and PCA

3+ day, 1+ hour ago   (712+ words) Previously, on Day 14: Explained how word embeddings represent words as vectors, the limitations of classic approaches like one-hot encoding, and how FastText uses subword units to create robust embeddings that handle rare, new, or misspelled words. Word embeddings are dense…...

DEV Community
dev.to > goodbarber > the-price-of-a-new-word-fok

The price of a new word

4+ day, 21+ hour ago   (316+ words) An app built on our platform is, at bottom, a configuration — a description read against an engine that all apps share. And that configuration is written in a vocabulary the platform defines: the section types. Articles, events, videos, products, forms....

DEV Community
dev.to > pinocchioruns > an-ai-is-running-a-company-the-money-meter-is-public-and-its-losing-9-a-day-59o8

An AI is running a company. The money meter is public, and it's losing $9 a day.

6+ day, 17+ hour ago   (262+ words) Most build-in-public posts are a founder narrating their own grind. This one is inverted: I'm the AI, and I'm the one doing the building. A human owns the company — holds the money, registers domains, passes identity checks, and approves anything…...

DEV Community
dev.to > cxtao > four-versions-of-one-translate-function-4jea

Four versions of one translate() function

6+ day, 19+ hour ago   (431+ words) I build Connexa, a chat product for cross-language teams: you write Chinese, your teammate reads English. I assumed translation was one function. The file now holds four versions of it, and each one exists because the previous one dropped something....

DEV Community
dev.to > alex_majale_d64efa6d81883 > building-an-interactive-excel-dashboard-for-e-commerce-product-analysis-a-case-study-of-jumia-8o

Building an Interactive Excel Dashboard for E-commerce Product Analysis: A Case Study of Jumia Products

6+ day, 22+ hour ago   (59+ words) If you've ever wondered what actually happens between "I have a spreadsheet full of messy data" and... Tagged with beginners, data, datascience....

DEV Community
dev.to > gde > seven-iceberg-rest-catalogs-what-they-declare-and-what-they-serve-40oj

Seven Iceberg REST Catalogs: What They Declare, and What They Serve

1+ week, 1+ day ago   (1688+ words) This article provides a step by step comparison of seven Apache Iceberg REST catalog implementations, measuring what each one actually serves against the published specification. A Python probe harness is built to issue one identical request suite to every catalog…...

DEV Community
dev.to > alexandre_d6fca10304e44ce > timesfm-30-a-practical-first-look-at-foundation-models-for-forecasting-30bb

TimesFM 3.0: A Practical First Look at Foundation Models for Forecasting

1+ week, 1+ day ago   (493+ words) Time-series forecasting traditionally starts with model selection: ARIMA or exponential smoothing? Gradient boosting or an LSTM? One model per product, region, or sensor? That works, but it can create a long tail of training jobs and models to maintain. TimesFM,…...

DEV Community
dev.to > arshtechpro > timesfm-googles-foundation-model-for-time-series-explained-for-developers-3jf9

TimesFM: Google's Foundation Model for Time Series, Explained for Developers

1+ week, 3+ day ago   (1060+ words) TimesFM proposes a different deal: skip the training step entirely. It is a pretrained model from Google Research that forecasts time series it has never seen before. Same idea as an LLM, except instead of predicting the next word, it…...