@@ -51,28 +51,28 @@ const OCCUPATIONS: Occupation[] = [
5151 title : 'Devops Engineer' ,
5252 value : 'devops' ,
5353 icon : FaServer ,
54- sources : [ 'freecodecamp ' , 'github' , 'reddit' , 'devto ' ] ,
54+ sources : [ 'hackernoon ' , 'github' , 'reddit' , 'hackernews ' ] ,
5555 tags : [ 'devops' , 'kubernetes' , 'docker' , 'bash' ] ,
5656 } ,
5757 {
5858 title : 'Data Engineer' ,
5959 value : 'data' ,
6060 icon : FaDatabase ,
61- sources : [ 'freecodecamp ' , 'github' , 'reddit' , 'devto' ] ,
61+ sources : [ 'hackernoon ' , 'github' , 'reddit' , 'devto' ] ,
6262 tags : [ 'data science' , 'python' , 'artificial intelligence' , 'machine learning' ] ,
6363 } ,
6464 {
6565 title : 'Security Engineer' ,
6666 value : 'security' ,
6767 icon : AiFillSecurityScan ,
68- sources : [ 'freecodecamp ' , 'github' , 'reddit' , 'devto' ] ,
68+ sources : [ 'hackernoon ' , 'github' , 'reddit' , 'devto' ] ,
6969 tags : [ 'security' , 'cpp' , 'bash' , 'python' ] ,
7070 } ,
7171 {
7272 title : 'ML Engineer' ,
7373 value : 'ai' ,
7474 icon : FaRobot ,
75- sources : [ 'github' , 'freecodecamp ' , 'hackernews' , 'devto' ] ,
75+ sources : [ 'github' , 'hackernoon ' , 'hackernews' , 'devto' ] ,
7676 tags : [ 'machine learning' , 'artificial intelligence' , 'python' ] ,
7777 } ,
7878 {
0 commit comments