-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
1 lines (1 loc) · 2.75 KB
/
data.js
File metadata and controls
1 lines (1 loc) · 2.75 KB
1
export const posts = [{"slug":"django-crash-course","frontmatter":{"title":"Django Crash Course","date":"May 5, 2021","excerpt":"Django is a very powerful, high level Python framework for building web applications","cover_image":"/images/posts/img3.jpg","category":"Python","author":"Sam Smith","author_image":"https://randomuser.me/api/portraits/men/12.jpg"}},{"slug":"javascript-performance-tips","frontmatter":{"title":"JavaScript Performance Tips","date":"May 4, 2021","excerpt":"We will look at 10 simple tips and tricks to increase the speed of your code when writing JS","cover_image":"/images/posts/img1.jpg","category":"JavaScript","author":"John Doe","author_image":"https://randomuser.me/api/portraits/men/11.jpg"}},{"slug":"manage-react-state-with-xstate","frontmatter":{"title":"Manage React State With XState","date":"May 15, 2021","excerpt":"The most straightforward way of using XState with React is through local component state","cover_image":"/images/posts/img8.jpg","category":"JavaScript","author":"Sam Smith","author_image":"https://randomuser.me/api/portraits/men/18.jpg"}},{"slug":"new-in-php-8","frontmatter":{"title":"What's New In PHP 8?","date":"May 7, 2021","excerpt":"In this article we will look at some of the new features offered in version 8 of PHP","cover_image":"/images/posts/img4.jpg","category":"PHP","author":"Sara Johnson","author_image":"https://randomuser.me/api/portraits/women/12.jpg"}},{"slug":"python-book-review","frontmatter":{"title":"Python Book Review","date":"May 7, 2021","excerpt":"In this review, we will be looking at the new Python book from Oriley","cover_image":"/images/posts/img6.jpg","category":"Python","author":"Mike Richards","author_image":"https://randomuser.me/api/portraits/men/13.jpg"}},{"slug":"react-crash-course","frontmatter":{"title":"React Crash Course","date":"May 8, 2021","excerpt":"Crash course to learn the React JavaScript library. We will look at components, hooks and more","cover_image":"/images/posts/img5.jpg","category":"JavaScript","author":"Jane Doe","author_image":"https://randomuser.me/api/portraits/women/11.jpg"}},{"slug":"tailwind-vs-bootstrap","frontmatter":{"title":"Tailwind vs. Bootstrap","date":"May 5, 2021","excerpt":"Both Tailwind and Bootstrap are very popular CSS frameworks. In this article, we will compare them","cover_image":"/images/posts/img2.jpg","category":"CSS","author":"Jane Doe","author_image":"https://randomuser.me/api/portraits/women/11.jpg"}},{"slug":"writing-great-unit-tests","frontmatter":{"title":"Writing Great Unit Tests","date":"May 12, 2021","excerpt":"We will look at 10 simple tips and tricks on writing unit tests in JavaScript","cover_image":"/images/posts/img7.jpg","category":"JavaScript","author":"John Doe","author_image":"https://randomuser.me/api/portraits/men/11.jpg"}}]