Challenge 21 in 365 days of coding. Today is a mongoDB challenge. A challenge that will test your mongoDB aggregation pipeline knowledge. MongoDB aggregation pipeline challenge.
Rachael where tf have you been?! get an update on why I have not been posting 365 days of challenges
Create a portfolio. If you are a dev that does not have a portfolio create one! This isn’t necessarily to get a job interview as I’ve literally never needed one but it is a fun exercise! If you don’t have anything to put in a portfolio it may suggest you spend too much time on your work and not enough time learning things and creating things out side of work! take some time off and make something small and fun that you would be proud to show off!
Write a basic Arduino project. I have yet to meet a dev that didn’t want to at least try messing with an Arduino at one point so why not do it?
Learn a new skill. This can be in a language you already know, learn a new language, just learn something you didn’t already know today in the programming world.
Contribute something to open source! Open source is a great way to get involved in the coding community so jump in and contribute! Day 17 of 365 days of coding
Day 16 of 365 Days of Coding! Another JavaScript array challenge. Create a function that accepts an array and returns an array of the passed in array with no duplicates. Remove all duplicates from an array in JavaScript
How to Create a Loading Spinner Animation with HTML and CSS. Create a loading spinner without JavaScript. Learn how to do CSS animation to make a loading spinner. Day 15 of 365 Days of Coding
Day 15 of 365 Days of Coding! We have another frontend challenge! Create a loading spinner using HTML and CSS
Senior Front End Engineer interview questions and answers that are focused around React. Some questions you may be asked when you are interviewing for a senior front end developer role with the answers to them. These are questions developers may ask when doing a technical interview for a senior front end engineer or senior front end developer
The palindrome interview question is popular question that is asked in a lot of junior and mid level developer interviews. Here are some possible solutions for palindromes with punctuation, numbers, and spaces with an explanation of what they are and which is the best. Day 1 of 365 Days of Coding
The palindrome interview question is popular question that is asked in a lot of junior and mid level developer interviews. Here are some possible solutions with an explanation of what they are and which are the best.
Get the JavaScript solution to the popular Fizz Buzz interview problem. Learn how to break down the fizz buzz problem and a step by step breakdown of the solution to the fizz buzz problem
Learn how to create a progress bar using HTML, CSS, and JavaScript. I will explain the css behind how to make a progress bar work. I will go through step by step how to make a progress bar primarily out of HTML and CSS. Day 14 of 365 Days of Coding
How to Create A Basic Sign Up Form. Create the HTML for a sign up form with a first name, last name, phone number, and email. Day 1 of a 4 day series of how to create a sign up form with OAuth. Day 8 of 365 of Coding
How to Do Form Validation Without JavaScript! Solution for how to do form validation with HTML. How to validate using only HTML. Form validation with no JavaScript. Day 10 of 365 Days of Coding
React Contexts seem to be everywhere these days. When should you actually use a React Context instead of just a JavaScript file for data fetching and manipulation?
My top 5 languages I would suggest someone learning for web development in 2023
My Top 5 List of the best laptops to use for development in 2023. These are my top choices for laptops that developers or software engineers should use in 2023. If you are looking for a new laptop for software development in 2023 this list is the top laptop choice.
What is YAGNI? What does YAGNI stand for? What is the YAGNI programming principle? What does you aren’t going to need it principle mean in programming or for developers? All these questions will be answered in this post.
Find out the top 5 VSCode extensions every developer should have downloaded. Every engineer should have these Visual Studio Code extensions downloaded to help them be more efficient and make fewer mistakes. You will not regret downloading any of these VS Code extensions if you are an engineer
5 tips to help you improve your debugging skills and save you time. Learn how to become faster at debugging, tools to help you debug, and what you need to learn to be a better and faster debugger.
My Top 5 List of the best laptops to use for development in 2021. These are my top choices for laptops that developers or software engineers should use in 2021. If you are looking for a new laptop for software development in 2021 this list is the top laptop choice.
Solutions for Overcoming Common Agile Software Development Struggles. Solutions to help you and your team overcome common agile development issues. Some potential solutions you and your team can use to make using agile with your development team run smoother.
What Not to Do as a Junior Developer. 5 things you should not do as a junior software engineer. Common pitfalls I see Junior developers fall into. Things you should not do if you want your software engineering or developer career to progress
What to Do as a Junior Developer. 5 things you should do as a junior software engineer. What you should learn as a junior software engineer. 5 skills that you should progress in or learn as a junior developer or software engineer. Things you should do if you want your developer or software engineering career to progress
How to add a Constant Contact form to a Squarespace Page. Learn how the Constant Contact Squarespace integration works and how to add your Constant Contact Sign-Up Form to your Squarespace site.
Solution to the MongoDB Aggregation Pipeline Challenge 1 Solution. Shows in real life example of mongo aggregation and how to use it it gather necessary data. Learn about how to use the mongo aggregate and how to return mongo data in a csv using JavaScript