Crystal Tenn

Software Engineer

Navigation

Skip to content
  • Home
  • Blog Index
  • My GitHub
  • Cooking Blog (Yogurt's Kitchen)
  • About Me
  • Contact

Contact

Feel free to connect with me and reach out to me on LinkedIn!
LinkedIn

Find me elsewhere online:
  • Stack Overflow
  • GitHub
  • Yogurt's Kitchen - Check out my food & cat blog!
Home
Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2021 (1)
    • ▼  August (1)
      • Learn C# from Scratch Guide (Zero to Dev with link...
  • ►  2020 (2)
    • ►  April (1)
    • ►  March (1)
  • ►  2019 (6)
    • ►  April (1)
    • ►  March (1)
    • ►  January (4)
  • ►  2018 (5)
    • ►  December (4)
    • ►  April (1)
  • ►  2017 (9)
    • ►  August (1)
    • ►  July (2)
    • ►  May (1)
    • ►  April (2)
    • ►  February (3)
  • ►  2016 (13)
    • ►  November (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (2)
    • ►  April (2)
    • ►  February (1)
    • ►  January (2)
  • ►  2015 (34)
    • ►  December (2)
    • ►  November (4)
    • ►  September (1)
    • ►  August (1)
    • ►  July (7)
    • ►  June (2)
    • ►  May (2)
    • ►  March (3)
    • ►  February (5)
    • ►  January (7)
  • ►  2014 (45)
    • ►  December (3)
    • ►  October (2)
    • ►  September (8)
    • ►  August (6)
    • ►  July (10)
    • ►  June (9)
    • ►  May (5)
    • ►  April (2)

Popular Posts

  • GET vs. POST
    GET requests a representation of the specified resource. GET should not be used for operations with an effect like an action or change in ...
  • Setup Eclipse & Java Environment (PATH & JAVA_HOME)
    1. Java JDK 8: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html You can either install everything f...
  • ASP.NET MVC connection to a database
    Specifically, I am connecting a SQLExpress (free!) database to a MVC program. You can connect any local database in this way. Start by cr...
  • Learn C# from Scratch Comprehensive Topic List / How much do I need to know to be a Junior C# Web Dev?
    I created a syllabus with a list of what I think a great C# .NET web Junior Developer should know and in what order to study.  I wrote th...
  • Simple Calculator with Order of Operations in C#
    Here is the Calculator with order of operations for multiplication, division, addition, and subtraction. No parenthesis, exponents, or o...
  • Side Gigs while Transitioning Careers (or in general)
    I've gotten this question a lot lately, so decided to just make a post about it: "What are side gigs I can do to earn money while t...
  • Binary Trees Traversal Recursive vs. Iterative
    Photo reference:  https://computersciencewiki.org/index.php/Binary_tree This neat little trick above saved me a lot of pain and is much...
  • WPF: Label vs. Textblock
    I wanted to concatenate all the differences into a table form: Label Textblock System.Windows.Controls namespace, and is ...
  • Algorithms: Union-Find in C#
    Union-Find Algorithm : Imagine if you have 100 computers in a room not networked to one another. You could use a Union(computer1, computer2...
  • Networking Part VI: Azure Networking - VMs, IP Addresses, and Load Balancing
    This is part 6 of a series of networking posts: Part 1: Binary Part 2: Hexadecimal Part 3: Networking 101 (IP addresses, subnets, etc.) ...
Copyright © Crystal Tenn | Powered by Blogger