@@ -15,27 +15,27 @@ type FeatureItem = {
1515} ;
1616
1717const FeatureList :FeatureItem [ ] = [
18- {
19- title :"Boosting Engineering Efficiency Using AI Code Reviews for Remote Teams" ,
20- img :"img/blogs/blog4.jpeg" ,
21- description :(
22- < >
23- In a world where the office is just a step away from your bed,
24- we dive into the challenges and triumphs of maintaining code
25- quality across continents.
26- </ >
27- ) ,
28- redirectTo :"/blog/boosting-engineering-efficiency" ,
29- chips :[ "AI" , "Remote teams" , "Code Reviews" ] ,
30- date :"Nov 13, 2023" ,
31- author :[
32- {
33- name :"This Dot Labs" ,
34- img :"https://images.crunchbase.com/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco,dpr_1/og7xjpegm86zqz3mfo3s" ,
35- } ,
36- ] ,
37- authorImg :"img/blogs/blog4.jpeg" ,
38- } ,
18+ // {
19+ // title: "Boosting Engineering Efficiency Using AI Code Reviews for Remote Teams",
20+ // img: "img/blogs/blog4.jpeg",
21+ // description: (
22+ // <>
23+ // In a world where the office is just a step away from your bed,
24+ // we dive into the challenges and triumphs of maintaining code
25+ // quality across continents.
26+ // </>
27+ // ),
28+ // redirectTo: "/blog/boosting-engineering-efficiency",
29+ // chips: ["AI", "Remote teams", "Code Reviews"],
30+ // date: "Nov 13, 2023",
31+ // author: [
32+ // {
33+ // name: "This Dot Labs",
34+ // img: "https://images.crunchbase.com/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco,dpr_1/og7xjpegm86zqz3mfo3s",
35+ // },
36+ // ],
37+ // authorImg: "img/blogs/blog4.jpeg",
38+ // },
3939// {
4040// title: "Squeezing Water from Stone: Managing OpenAI Rate Limits with Request Prioritization",
4141// img: headImg3,