Skip to content
View Code-Nit-Whit's full-sized avatar
👍
I may be slow to respond.
👍
I may be slow to respond.
Block or Report

Block or report Code-Nit-Whit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Code-Nit-Whit/README.md

Hey 👋, I'm Codie!

github devto codepen stackoverflow

Thanks for checking out my profile!

Intrigued by code since a young age, I've continuously honed my skills in web and application development. I specialize in full-stack web and cross-platform desktop development, leveraging frameworks like Node.js (Express) and Electron.js to build user-friendly and open source applications.

🥷 Technical Skills:

Languages: Proficient in JavaScript front-end and Electron full-stack development, HTML, CSS, with working knowledge of C#, SQL, and Python.

Frameworks: Adept at utilizing Node.js (Express) for back-end development and Electron.js for building cross-platform desktop applications. Exploring the Tauri framework with Rust as a more lightweight alternative to electron

Version Control: Proficient in Git for version control and collaboration on projects.

👨‍🏫 Programming Concepts:

Solid foundation: Problem-solving, Data Structures & Algorithms (DSA), Object-Oriented Programming (OOP), Functional Programming, Event-Driven Programming (EDP), Asynchronous Programming.

Continuously learning: Testing (unit testing, integration testing), Security best practices, Accessibility.

📖 Currently Exploring:

Tech Stacks: Expanding my tool set by learning C++, Rust and the Tauri framework.

Testing: (unit testing, integration testing): Actively pursuing knowledge and gaining experience with unit testing frameworks for JavaScript environments, while also exploring the finer points of compiling and building finished products from my code.


Rapidfire

  • 🚧 I’m currently working on EZ-Server

  • 🌱 I’m currently learning C++, Rust, and unit/ integration testing.

  • ❓ Ask me about anything related to Node.js, Electron.js or related technologies

// A GitHub Worklow to display the latest commit message for my pinned repos


📚 Languages and Tools

CSS3 HTML5 JavaScript jQuery NodeJS Express.js Electron.js

Python C# .Net Rust Tauri C++ CMake Shell Script PowerShell

WordPress SQLite Google Cloud Firebase GitHub Git XAMPP

Adobe XD Adobe Illustrator Adobe Photoshop Inkscape Gimp Gnu Image Manipulation Program

Arduino


📊 Github Stats

📝 Recent Blog Posts and Articles


Profile views counter



Pinned Loading

  1. Squares: Iterative Duplication & Rec... Squares: Iterative Duplication & Recursive Agamogenesis
    1
    Squares: Iterative Duplication & Recursive Agamogenesis
    2
    -------------------------------------------------------
    3
    A trippy CSS + JavaScript animation looping the duplication of rotating squares, then reducing the size of and nesting a child square element... and repeating. Threw a nice color changing gradient effect for good measure.   
    4
    
                  
    5
    A [Pen](https://codepen.io/Code-Nit-Whit/pen/abMKaBd) by [Code_Nit_Whit](https://codepen.io/Code-Nit-Whit) on [CodePen](https://codepen.io).
  2. Animated Background- Random Circles ... Animated Background- Random Circles and Squares
    1
    Animated Background- Random Circles and Squares
    2
    -----------------------------------------------
    3
    Pretty simple. Falling , rotating squares morph into circles and then back. Background color, size, animation duration, and location in X are randomly generated.  A new shape is created every 4 seconds. A z index of -1 means in most cases this can run in the background with covering important content or getting in the way. Limits quantity of existing animated to 10, killing of each element after 6 animation iterations to avoid monotony.  Animation is pure CSS. Elements created and randomized attributes set in JS.
    4
    
                  
    5
    A [Pen](https://codepen.io/Code-Nit-Whit/pen/poYOZvE) by [Code_Nit_Whit](https://codepen.io/Code-Nit-Whit) on [CodePen](https://codepen.io).
  3. Glitched Text Transition- Random Cha... Glitched Text Transition- Random Character Cycling
    1
    Glitched Text Transition- Random Character Cycling
    2
    --------------------------------------------------
    3
     Upon receiving a paragraph element from the HTML page, the script dissects the text, assigning each character to its own encapsulated span element. Through this separation, the script gains the ability to manipulate individual characters. The program randomly transforms characters, cycling through an array of non-alphabetic symbols such as punctuation marks, numerals, and special characters. The program adjusts the size and styling of characters, enhancing the visual impact. It achieves this through class list manipulation and CSS transition properties, facilitating seamless simultaneous animations. This approach ensures that each transformation unfolds smoothly without interfering with others. The end result is a glitchy animated transition reminiscent of the falling code from th matrix movie.
    4
    
                  
    5
    A [Pen](https://codepen.io/Code-Nit-Whit/pen/ExMbRWx) by [Code_Nit_Whit](https://codepen.io/Code-Nit-Whit) on [CodePen](https://codepen.io).
  4. private-proxy-server private-proxy-server Public

    simple proxy server

    C++

  5. resume-builder resume-builder Public

    A deep dive into learning Rust through a cross platform resume building Tauri application.

    Rust

  6. Game-Console Game-Console Public

    Forked from CodeNitWhit/Game-Console

    A collection of games and brain teasers, written using C#

    C#