ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Data modeling in Azure CosmosDb - Part 2

    calendarDec 4, 2023 · 3 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we will begin with a relational perspective to design an ecommerce application and gradually transition to a document-oriented approach.
    Read More
  • Data modeling in Azure CosmosDb - Part 3

    calendarDec 4, 2023 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we initiate the transition from a relational schema to a document-oriented one (Azure Cosmos DB). In this context, we delve into the theoretical concepts, postponing the discussion of practical implementation details to the subsequent post.
    Read More
  • Data modeling in Azure CosmosDb - Part 4

    calendarDec 4, 2023 · 9 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this concluding article, we put into action the principles and techniques we discussed earlier within the context of our illustrative ecommerce example.
    Read More
  • Building a content-based recommendation system with the tf-idf algorithm - Part 4

    calendarNov 30, 2023 · 12 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we will implement what we theoretically mentioned in the last post and code the tf-idf algorithm (here in C# but the programming language can be easily adpated).
    Read More
  • Building a content-based recommendation system with the tf-idf algorithm - Part 3

    calendarNov 30, 2023 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will introduce a widely adopted approach to perform content-based filtering—the tf-idf algorithm.
    Read More
  • Building a content-based recommendation system with the tf-idf algorithm - Part 2

    calendarNov 30, 2023 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we will precisely outline the scope of our study and introduce key definitions that will be extensively utilized throughout this series.
    Read More
  • Building a content-based recommendation system with the tf-idf algorithm - Part 1

    calendarNov 30, 2023 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Beginning today, we are commencing a series of articles on constructing a recommendation system. Our objective is to implement and code the theoretical concepts that underlie it.
    Read More
  • TDD and refactoring to patterns in C#: how to write a cron parser - Part 1

    calendarNov 27, 2023 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Starting today, we are commencing a series of articles on designing a very simple C# application, employing the best practices of software engineering, including test-driven development and refactoring.
    Read More
  • TDD and refactoring to patterns in C#: how to write a cron parser - Part 2

    calendarNov 27, 2023 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we will describe what test-driven development is and how it will be applied to our toy example.
    Read More
  • TDD and refactoring to patterns in C#: how to write a cron parser - Part 3

    calendarNov 27, 2023 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we will implement a simplified code for the cron parser to make the tests pass and, thereby, have a first version of our application.
    Read More
    • ««
    • «
    • 11
    • 12
    • 13
    • 14
    • 15
    • »
    • »»

Nicolas DESCARTES

This blog gathers the contributions of a passionate software engineer convinced that getting to the bottom of things is the best way to truly understand the big picture. Follow @EOCS_Descartes
Read More

Don't miss new articles

/* Real people should not fill this in and expect good things - do not remove this or risk form bot signups. */

Recent Posts

  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Implementing Azure Key Vault
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Implementing managed identities
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - The traditional approach and its drawbacks
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Introduction
  • Engineering a compiler through examples: building a mathematical expression engine - Part 6
  • Engineering a compiler through examples: building a mathematical expression engine - Part 5
  • Engineering a compiler through examples: building a mathematical expression engine - Part 4
  • Engineering a compiler through examples: building a mathematical expression engine - Part 3
Nicolas DESCARTES

Copyright  NICOLAS DESCARTES

to-top