diff --git a/apps/website/src/data/userTweets.js b/apps/website/src/data/userTweets.js
index 6b9a2698..893629e7 100644
--- a/apps/website/src/data/userTweets.js
+++ b/apps/website/src/data/userTweets.js
@@ -18,40 +18,6 @@ export default [
>
),
},
- {
- url: "https://twitter.com/MSFTImagine/status/1502675788335886344",
- handle: "MSFTImagine",
- name: "Microsoft Imagine Cup",
- date: "Mar 13, 2022",
- avatar: "/img/tweets/MSFTImagine.png",
- content: (
- <>
- Ready to rock your #Coding interviews? Follow along as
- @yangshunz shares tips on how to land your dream job from
- personal experience.
- >
- ),
- },
- {
- url: "https://twitter.com/freeCodeCamp/status/1494658460830552065",
- handle: "freeCodeCamp",
- name: "freeCodeCamp.org",
- date: "Feb 18, 2022",
- avatar: "/img/tweets/freeCodeCamp.jpg",
- content: (
- <>
- Back in 2017, @yangshunz was interviewing for developer jobs.
-
-
- He put in a lot of work, aced his interviews, & got offers
- from Google, Airbnb, Dropbox, and more.
-
-
- And he just updated this in-depth guide to help you also rock
- your next coding interview.
- >
- ),
- },
{
url: "https://twitter.com/ravinwashere/status/1328381097277681665",
handle: "ravinwashere",
@@ -71,6 +37,41 @@ export default [
>
),
},
+ {
+ url: "https://twitter.com/rwenderlich/status/1166336060533727232",
+ handle: "rwenderlich",
+ name: "raywenderlich.com",
+ date: "Aug 27, 2019",
+ avatar: "/img/tweets/rwenderlich.jpg",
+ content: <>Nice open source tech interview handbook>,
+ },
+ {
+ url: "https://twitter.com/umaar/status/913425809108606976",
+ handle: "umaar",
+ name: "Umar Hansa",
+ date: "Sep 28, 2017",
+ avatar: "/img/tweets/umaar.jpg",
+ content: (
+ <>
+ Tech Interview Handbook 💻 - Content to help you ace your next
+ technical interview. Lots of front-end content here ✅
+ >
+ ),
+ },
+ {
+ url: "https://twitter.com/MSFTImagine/status/1502675788335886344",
+ handle: "MSFTImagine",
+ name: "Microsoft Imagine Cup",
+ date: "Mar 13, 2022",
+ avatar: "/img/tweets/MSFTImagine.png",
+ content: (
+ <>
+ Ready to rock your #Coding interviews? Follow along as
+ @yangshunz shares tips on how to land your dream job from
+ personal experience.
+ >
+ ),
+ },
{
url: "https://twitter.com/palashv2/status/1452981345899085833",
handle: "palashv2",
@@ -89,28 +90,6 @@ export default [
>
),
},
- {
- url: "https://twitter.com/Vinaystwt/status/1437062973554507777",
- handle: "Vinaystwt",
- name: "Vinay Sharma",
- date: "Sep 12, 2021",
- avatar: "/img/tweets/Vinaystwt.jpg",
- content: (
- <>
- 🔹Tech Interview Handbook: Another useful resource that covers
- information about technical interviews. It covers the job
- applications, the interview process and the post-interview.
- >
- ),
- },
- {
- url: "https://twitter.com/rwenderlich/status/1166336060533727232",
- handle: "rwenderlich",
- name: "raywenderlich.com",
- date: "Aug 27, 2019",
- avatar: "/img/tweets/rwenderlich.jpg",
- content: <>Nice open source tech interview handbook>,
- },
{
url: "https://twitter.com/Justyna_Adam/status/1186166253830004736",
handle: "Justyna_Adam",
@@ -124,6 +103,40 @@ export default [
and need additional inspiration. Happy Monday! #techinterviews
>
),
+ },
+ {
+ url: "https://twitter.com/freeCodeCamp/status/1494658460830552065",
+ handle: "freeCodeCamp",
+ name: "freeCodeCamp.org",
+ date: "Feb 18, 2022",
+ avatar: "/img/tweets/freeCodeCamp.jpg",
+ content: (
+ <>
+ Back in 2017, @yangshunz was interviewing for developer jobs.
+
+
+ He put in a lot of work, aced his interviews, & got offers
+ from Google, Airbnb, Dropbox, and more.
+
+
+ And he just updated this in-depth guide to help you also rock
+ your next coding interview.
+ >
+ ),
+ },
+ {
+ url: "https://twitter.com/Vinaystwt/status/1437062973554507777",
+ handle: "Vinaystwt",
+ name: "Vinay Sharma",
+ date: "Sep 12, 2021",
+ avatar: "/img/tweets/Vinaystwt.jpg",
+ content: (
+ <>
+ 🔹Tech Interview Handbook: Another useful resource that covers
+ information about technical interviews. It covers the job
+ applications, the interview process and the post-interview.
+ >
+ ),
},
{
url: "https://twitter.com/sitepointdotcom/status/1164121717243023360",
@@ -138,17 +151,4 @@ export default [
>
),
},
- {
- url: "https://twitter.com/umaar/status/913425809108606976",
- handle: "umaar",
- name: "Umar Hansa",
- date: "Sep 28, 2017",
- avatar: "/img/tweets/umaar.jpg",
- content: (
- <>
- Tech Interview Handbook 💻 - Content to help you ace your next
- technical interview. Lots of front-end content here ✅
- >
- ),
- },
];