PyCharm IntroductionWhat is PyCharm? It is a Python IDE (integrated development environment). It provides code inspections, smart code completion, […] November 17, 2024 in Python tagged code / editor / IDE / python / pycharm by Mike
Fiero CodeWhat is Fiero Code? Fiero is an all-in-one learn-to-code solution that provides everything you need to deliver coding […] May 23, 2024 in Programming tagged library / learn / code by Mike
Decorator Starbuzz CodeThis post contains the code I wrote for the example in the book Head First Design Patterns.. The […] January 3, 2021 in Design Patterns tagged code / C# / pattern / descorator / starbuzz / Decorator Pattern by Mike
Clean Code by Bob Martin“Uncle” Bob Martin has written a book called Clean Code. This post just mentions a few pointers from […] December 20, 2020 in Programming tagged clean / practice / best / code by Mike
Daily Thought C# ListingIn this post I will show the C# listings of our DailyThought program. Now we’re in the coding […] November 26, 2020 in WPF tagged event / Quote / daily / thought / keydown / previewkeydown / keyboard / code / C# / WPF Daily Thought by Mike
WPF Set Background from C#In Windows Presentation Foundation (WPF), how do you set the Background color of a TextBox or other element […] May 9, 2020 in WPF tagged options / preferences / set / background / behind / programmatically / BrushConverter / code / color by Mike
WPF Data Binding in Code BehindAs we saw in the previous post, defining a binding by using XAML is easy. You can do […] April 22, 2020 in WPF tagged code / data / data binding / binding / behind / WPF Data Binding by Mike
code.orgCode.org is a non-profit organization and eponymous website led by Hadi Partovi that aims to encourage people, particularly […] November 2, 2019 in Learning tagged educate / young / code / learn / programming / computer / teach by Mike
Agile Principles and TechniquesAgile software development believes that software requirements and solutions evolve through the collaborative effort of self-organizing and cross-functional […] December 9, 2018 in Software Engineering tagged agile / teams / scrum / sprint / code / increment / communication / quality / RAD by Mike
Postal CodesSometimes a a programmer you come across the need to work with postal codes in addresses. Wikipedia says: […] October 12, 2018 in Programming tagged regex / address / postal / zip / code by Mike
Unicode and Character SetsThis post is based on an article by Wikipedia and Joel Spolsky. Joel Spolsky is the co-founder of […] January 3, 2018 in Character Sets tagged ascii / code / unicode / character set by Mike
CryptographyWhat is cryptography? Wikipedia says: “Cryptography or cryptology is the practice and study of techniques for secure communication […] January 28, 2017 in Networking tagged code / security / encrypt by Mike