Solving Common Design Problems With UI Design Patterns
Tech Trends

Solving Common Design Problems With UI Design Patterns

When designers discover a usability problem within a product’s interface, they’ll rarely spend time inventing a brand new solution. Most usability issues can be solved by implementing UI design patterns, which are familiar and tested solutions to common usability problems in user interfaces.
How to Continue Learning After Graduating from a Software Engineering Bootcamp
Career Advice

How to Continue Learning After Graduating from a Software Engineering Bootcamp

Are you thinking about how to learn in an unstructured environment, post-bootcamp graduation? This post will offer tips and strategies for how to succeed in moving your new career forward.
Tech Trends

The Data on Barbie, Greta Gerwig, and Best Director Snubs at the Oscars

Was Greta Gerwig snubbed for the 2024 Best Director Oscar nomination? How do you quantify the Barbenheimer effect? What are the biggest Best Director snubs in the history of the Oscars? Let’s explore how data science can help us understand some of the inner-workings of Oscar nominations.
System Design Overview for Bootcamp Grads
Career Advice

System Design Overview for Bootcamp Grads

In the fast-paced world of technology, a solid understanding of system design is crucial for bootcamp graduates aiming to excel in their careers.
Using Scikit-Learn for Machine Learning in Python
Tech Trends

Using Scikit-Learn for Machine Learning in Python

Data scientists using Python must be comfortable and proficient in using scikit-learn, which is why Flatiron School’s Data Science Bootcamp emphasizes it throughout its curriculum.
Rejecting the Null Hypothesis Using Confidence Intervals
Tech Trends

Rejecting the Null Hypothesis Using Confidence Intervals

After a discussion on the two primary methods of statistical inference, viz. hypothesis tests and confidence intervals, it is shown that these two methods are actually equivalent.