I'm Dylan, a NH based software engineer specializing in web developement
Intro
As a developer, I have experience in front-end development using React and back-end development using the MERN stack. I enjoy solving complex problems and creating interactive user interfaces with React. I also have expertise in working with MongoDB, Express.js, and Node.js to build scalable and robust web applications.
In my previous projects, I have utilized React to develop responsive and intuitive user interfaces. I have a strong understanding of React's component-based architecture and its core concepts like state, props, and lifecycle methods. I am proficient in using React Router for client-side routing and building efficient SPA. (single page applications).
Throughout my career, I have built several full-stack applications using the MERN stack. These applications have involved implementing user authentication, integrating third-party APIs, and optimizing performance through code optimization and database indexing.
If you are looking for a developer experienced in React and the MERN stack, I would be excited to contribute my knowledge and expertise to your team.
A&P SawmillHTML, CSS, UI Design, JavascriptA web page for a local sawmill business. Showcasing work and offering directions with a simple contact form.Cards of MythologyReact.js, Javascript, JSX, Json, Node.js, Express.js, MongoDB, WebSocketsA CCG like MTG Arena and Hearthstone centering around worldly mythologies!Pokemon Comparison toolReact, Javascript, JSX, Axios, Json,ReducerYou can compare pokemon to see which pokemon have a type advantage over the others.Demo PlatformerHTML, Javascript, TiledYou can find the free to use assets here. A simple platformer with different levels.
Close
Skill set
I'm a fullstack software engineer and below you can find my stack.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';