@@ -15,27 +15,27 @@ type FeatureItem = {
15
15
} ;
16
16
17
17
const 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
+ // },
39
39
// {
40
40
// title: "Squeezing Water from Stone: Managing OpenAI Rate Limits with Request Prioritization",
41
41
// img: headImg3,
0 commit comments