Using Intersection Observer API for Sticky Headers
January 21, 2021What is Intersection Observer, and why should we use it?
What is Intersection Observer, and why should we use it?
Now that we've set up our Django app, created an API, added token authentication to the API, and added the ability for users to view and regenerate their tokens, we can now generate some documentation for our users to view.
Assuming we've set up a basic, test endpoint on Django (see Part 1), we now want to add the ability for a user to login, see and copy their token to use, and also refresh their token on an "Account" page.
Django is fast, efficient, and with AWS Elastic Beanstalk, easy to deploy. After looking at libraries and other resources to build this API, we found that Django REST Framework (DRF) would suit our needs and be a one stop for 1) Token authentication, 2) Creating easy API endpoints/views and 3) Generating documentation. Below is a quick recap and high level overview in creating an API using DRF.
The Big O!
While you may want to just improve the speed and overall performance of a side project you're working on, a lot of companies rely on their websites to convert traffic and visitors to leads and sales.
So you got your React app to work… time to make it sexy! Semantic UI is a development framework that helps you easily create responsive layouts.
After seeing a number of "I Forced a Bot" tweets go viral, I wanted to see whether a computer program could actually execute something like this, and if so, what would it look like?
For our Flatiron Module 2 project, our groups were tasked with creating a Rails project designed with the MVC (model, view, controller) framework. Our app Seamful, a food-delivery service, is a domain with users, restaurants, orders, reviews and food items.
How leaving my career in PR to become a developer isn't that crazy