Archived

「 10 」

  • December 2023

  • December 23, 2023
    SQL Server Track Data Changes Part 1: Trigger-based

    SQL Server tracking changes data is useful for auditing purposes, troubleshooting, and data analysis. By tracking changes, you can easily identify what data has been modified, who made the changes,...

  • May 2023

  • May 31, 2023
    Deploying a Python Flask Application to Azure Web App Service with a Subdirectory Configuration

    In this blog post, we will explore the process of deploying a Python Flask application to Azure Web App Service (Linux). However, instead of deploying it to the default wwwroot directory, we will d...

  • May 12, 2023
    Cracking the Code: Mastering Redfin's Web Scraping Protection

    In this topic, we will delve into the intriguing world of web scraping protection on Redfin Houses - a well-known platform for real estate listings. The primary technique employed here involves uti...

  • July 2022

  • July 14, 2022
    Apply Sliding Window technique with Two Pointers

    Motivated by my successful solution to the “Longest Substring Without Repeating Characters” problem on Leetcode, I eagerly present the “Sliding Window” technique, a simple yet intriguing method tha...

  • June 2022

  • June 29, 2022
    KickStart Practice #2: Building Palindromes

    Palindrome string is one of the problems always presents in Interview or Competitive Programming. Google Kick Start has launched there practice session in four days, included Building Palindromes. ...

  • June 27, 2022
    Crawl data from App Store Connect

    In this article, I will show you the way to get Units, the term indicates how many downloads on your own application published on App Store, following by days, months, years, using Python script M...

  • December 2021

  • December 27, 2021
    Shuffle strategic for limited resources

    On the early stage of Machine Learning, Data Mining progress, one of the problems we have to deal with processing large-size file, including corpus shuffle, usually its size would be larger than ou...

  • September 2021

  • September 21, 2021
    Kỷ nguyên Digital Transformation

    Những năm gần đây, một trong những thuật ngữ được nhắc đến rất nhiều trong Cách mạng Công nghiệp 4.0 thì không thể không kể đến Digital Transformation, hay còn gọi là Chuyển Đổi Số (CDS). Vậy CDS l...

  • September 03, 2021
    Tìm trung vị của 2 dãy đã được sắp xếp

    Cho hai dãy nums1, nums2 đã được sắp xếp theo thứ tự có size là m và n, hãy tìm trung vị (median) của hai dãy đó. Đây là bài toán được xem là mức độ khó trên leetcode.com, thách thức của bài này là...

  • April 2021

  • April 01, 2021
    Văn hoá hỏi đáp trên StackOverflow

    StackOverFlow (SO) trong bài viết đề cập đến là một cộng đồng của các developer tại stackoverflow.com, mặc dù còn khá non trẻ khi ra đời vào khoảng 2008 nếu so sánh với các cộng đồng lớn mạnh khác,...

0%