:doodle { @grid: 17; @size: 100vmax; } background: linear-gradient(@pick-d(0deg, 90deg, 180deg, 270deg), #F2F3F4 25%, #f8f8ff 25% 50%, #f8f8ff 50%); @random(.1) { :after { content: ""; @size: @r(5%, 25%); border-radius: 50%; background: radial-gradient(circle at @r(100%) @r(100%), #4b4b4b 0% 50%, #A5C9FF 50% 100%); display: @pick(none, unset); transform: translateX(@r(-100%, 100%)) ; animation: floatAnim @r(4s, 6s) @r(6s) infinite alternate ease-in-out; opacity: @r(1); z-index:1; } } @keyframes floatAnim { 100% { transform: translateX(@r(100%, 700%)); transform: translateY(@r(100%, 700%)); } }

DANIEL

GROSSBERG

Software

Engineer

My Story

Daniel Grossberg

Hi, my name's Dan - I'm a father, a language nerd, a travel enthusiast, and an engineer who loves transforming complex ideas into immersive experiences.

With a background in marketing and design, as well as computer science, I enjoy building dynamic software that fully engages end users.

I'm a problem solver by nature, who enjoys wading through the technical details of a bug in search of a solution, whether it’s drilling down into a complicated feature report or scrutinizing a high-level business concept.

Projects

MySQL DBMS web app for a hypothetical construction management company, customized to track certifications and trainings for over 200 employees.
Representing a step-up in terms of complexity, scale, and design, this project allowed me to dive into the nuts and bolts of developing a fully functional database management system.

Built with Node.js, Express, MySQL, Handlebars.js
GitHub
Live Site
Certified Construction
Photo-tagging app based on the classic children's puzzle book game "Where's Waldo." Players race against the clock and each other to find Waldo and his friend's across 6 challenging levels.
My goal for this project was to learn to work with a BaaS provider, such as Firebase. As a bonus, I tapped into the MUI React component library to create a full-stack app with a modern feeling.

Built with JavaScript, React, Firebase, MUI, and Jest
GitHub
Live Site
Where's Waldo?
Simple app built to demonstrate different algorithmic solutions for two classic chessboard problems: Knight's Travails and Knight's Tour.
I started this project to improve my overall understanding of graph theory and recursion, with the specific goal of learning new methods for initiating a breadth-first search (BFS) traversal within a graph.

Built with JavaScript, SASS, Webpack, Babel, Jest
GitHub
Live Site
Knight's Playground
Shopping cart app built around the Fake Store API that uses React and React-Router-DOM to generate dynamic routes.
Features a modern and clean e-commerce site with full shopping cart functionality, a filter bar to sort products by category/price/rating, and a smart responsive design.

Built with JavaScript, SASS, React, Jest
GitHub
Live Site
Shopping Cart
Test-driven-development implementation of the classic board game "Battleship."
This was my first experience with any type of unit testing and it really made me restructure my workflow, especially at the start of the project. Instead of branching out into a dozen different directions at once, unit tests forced me to slow down and focus on writing technically sound code, one module at a time.

Built with JavaScript, SASS, Webpack, Jest
GitHub
Live Site
Battleship

Tech Stack

Some of programming languages, libraries, and tools that I use on a regular basis to develop engaging software experiences

HTML5
Python3
Git
Webpack
MUI
CSS3
JavaScript
Babel
React
Chakra UI
Sass
TypeScript
npm
Vite
Framer Motion
VSCode
nodeJS
ESLint
Jest
Firebase

Contact

If you'd like to reach out about an opportunity, a collaboration, or just to chat, please send me a message and I'll get back to you.



My portfolio is open source
Copyright © 2024 | Daniel Grossberg