Thứ Hai, 14 tháng 10, 2024

💾 IntelliFile - An Alternative Windows Version to the Famous Total Commander - The Daily Build

💾 IntelliFile - An Alternative Windows Version to the Famous Total Commander - The Daily Build

Headline article

IntelliFile - An Alternative Windows Version to the Famous Total Commander

  (45 votes) by Ștefan-Mihai MOGA (updated 3 days ago)
This article is about the IntelliFile application which is a free alternative Windows version to Total Commander and uses many components that have been published on CodeProject.

New Articles, Tech Blogs and Tips

Programming Languages

  (3 votes) by vickyqu115 (updated 1 week ago)
A comprehensive guide to creating a custom Cupertino-style TreeView control in WPF, demonstrating advanced techniques for hierarchical data visualization and MVVM implementation.

Security

  (15 votes) by Pavel Bashkardin (updated 4 days ago)
ARC4 (Alleged RC4) Cryptography Provider Class Library

Updated Articles, Tech Blogs and Tips

General Programming

  (4 votes) by Henrik Vestermark (updated 5 days ago)
JavaScript tool for optimizing regular expressions
  (6 votes) by Henrik Vestermark (updated 5 days ago)
A JavaScript function for breaking down a regular expression into its base components.

Programming Languages

  (9 votes) by Fred Song (Melbourne) (updated 6 days ago)
A real-time chat application built with a Go WebSocket backend and a React frontend, enabling instant messaging between users.
  (42 votes) by Teraten (updated 5 days ago)
Write a program to make your computer talk for you.

Security

  (5 votes) by Federico Di Marco (updated 1 week ago)
Fededim.Extensions.Configuration.Protected is an improved ConfigurationBuilder which allows partial or full encryption of configuration values stored inside any possible ConfigurationSource and fully integrated in the ASP.NET Core architecture.

Web Development

  (10 votes) by Akram El Assas (updated 6 days ago)
Minimalistic and Powerful eCommerce Platform

Web Developer Newsletter - A tool for decomposing regular expressions

Web Developer Newsletter - A tool for decomposing regular expressions

Welcome to this week's Web Development newsletter from CodeProject.

New articles added

Web Development

  (1 votes) by Matt Scarpino (updated 5 days ago)
This article explains how to use the open-source Astro package create a full-featured blogging site.

Articles updated

General Programming

  (6 votes) by Henrik Vestermark (updated 5 days ago)
A JavaScript function for breaking down a regular expression into its base components.
  (4 votes) by Henrik Vestermark (updated 5 days ago)
JavaScript tool for optimizing regular expressions

New Tips and Tricks added

Programming Languages

  (1 votes) by Yahya Mohammed Ammouri (updated yesterday)
Remove an Entity from top bar fast Quick Create in Microsoft Dynamics 365



© 2024 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Web Development Newsletter click Unsubscribe.
CodeProject 20 Bay Street, 11th Floor, Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com

🤖📰 The Path from Senior Engineer to CTO - The Daily Insider

🤖📰 The Path from Senior Engineer to CTO - The Daily Insider
Industry News
I feel so unsupported.
Source: Tom's Hardware
WordPress is getting real Game of Thrones-y these days.
Source: Hey
Developer News
Just follow the yellow brick road.
Source: Substack
Everything I know about artifact management I learned from Indiana Jones.
Source: SD Times
$$$$$
Source: InfoWorld
Science and Technology
Better build 'em bigger next time.
Source: Semafor
They can smell the Pumpkin Spice Lattes in the air…
Source: Quanta Magazine
Code Project Discussions - Your say!



© 2024 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Insider News click Unsubscribe.
CodeProject 20 Bay Street, 11th Floor, Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use Insider@codeproject.com

Chủ Nhật, 13 tháng 10, 2024

💾 IntelliFile - An Alternative Windows Version to the Famous Total Commander - The Daily Build

💾 IntelliFile - An Alternative Windows Version to the Famous Total Commander - The Daily Build

Headline article

IntelliFile - An Alternative Windows Version to the Famous Total Commander

  (45 votes) by Ștefan-Mihai MOGA (updated 2 days ago)
This article is about the IntelliFile application which is a free alternative Windows version to Total Commander and uses many components that have been published on CodeProject.

New Articles, Tech Blogs and Tips

Containers

  (1 votes) by Trần_Tuấn_Anh (updated 12 hours ago)
In the world of containerization, Docker has become an essential tool for developers and DevOps engineers. However, creating an efficient Dockerfile is crucial for ensuring your Docker images are not only small in size but also built quickly.

Desktop Programming

  (1 votes) by Malcolm Arthur McLean (updated yesterday)
A completely portable, tiny, Unix style shell in pure ANSI C.

Programming Languages

  (1 votes) by honey the codewitch (updated 3 days ago)
TinyVG is a compact vector graphics file format suitable for embedded. We explore it here.
  (1 votes) by Yahya Mohammed Ammouri (updated 20 hours ago)
Remove an Entity from top bar fast Quick Create in Microsoft Dynamics 365
  (1 votes) by Vahe Karamian (updated yesterday)
In this video, we explore how to place GameObjects in a Unity scene and apply basic geometric transformations.

Updated Articles, Tech Blogs and Tips

Desktop Programming

  (9 votes) by David Lafreniere (updated 13 hours ago)
A Win32 CreateThread() C++ wrapper class for synchronized thread startup and forced message queue creation.

Programming Languages

  (34 votes) by David Lafreniere (updated 13 hours ago)
A framework combining state machines and multicast asynchronous callbacks
  (19 votes) by David Lafreniere (updated 14 hours ago)
A fixed block memory allocator that increases system performance and offers heap fragmentation fault protection
  (10 votes) by David Lafreniere (updated 13 hours ago)
A type-safe multicast callback library used for anonymous function invocation implemented in C