-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.json
83 lines (82 loc) · 4.8 KB
/
news.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
{
"title": "New Feature: News Section Added",
"date": "2024-08-22",
"content": "I'm excited to announce that a new feature has been added to my personal website: a dynamic news section. This section will keep you updated on my latest projects, ideas, and milestones. Stay tuned for more updates!",
"link": "https://shliamin.github.io",
"author": "Efim Shliamin",
"category": "Update",
"subcategory": "IT",
"image": "/images/update.webp"
},
{
"title": "Working on a Machine Learning Tool for Job Relevance",
"date": "2024-08-10",
"content": "Currently, I'm focused on developing a machine learning tool to analyze the relevance of job listings to my resume. This project aims to streamline the job search process by matching my skills and experience with the most suitable opportunities in the field of data science and software development.",
"link": "https://shliamin.github.io",
"author": "Efim Shliamin",
"category": "Project",
"subcategory": "IT",
"image": "/images/project.webp"
},
{
"title": "Website Launched",
"date": "2024-06-15",
"content": "In June 2024, I launched my personal website, a platform to showcase my work, share my thoughts, and connect with like-minded professionals. It's been a fulfilling journey creating this space where I can share my passion for technology and innovation.",
"link": "https://shliamin.github.io",
"author": "Efim Shliamin",
"category": "Milestone",
"subcategory": "IT",
"image": "images/milestone.webp"
},
{
"title": "Gemini makes your mobile device a powerful AI assistant",
"date": "2024-08-13",
"content": "Gemini Live is available today to Advanced subscribers, along with conversational overlay on Android and even more connected apps.",
"link": "https://blog.google/products/gemini/made-by-google-gemini-ai-updates/",
"author": "Google",
"category": "news",
"subcategory": "AI & Data Science",
"image": "images/news.webp"
},
{
"title": "Building CRUD Applications with Spring Boot and React",
"date": "2024-09-10",
"content": "New tutorials focus on building scalable CRUD apps using Spring Boot and React. These projects highlight the integration of MySQL and REST APIs for streamlined data handling.",
"link": "https://www.javaguides.net/2021/10/spring-boot-react-full-stack-web-development-tutorial.html#google_vignette",
"author": "Ramesh Fadatare",
"category": "news",
"subcategory": "Fullstack",
"image": "images/news.webp"
},
{
"title": "Essential Java Fullstack Skills for 2024",
"date": "2024-09-12",
"content": "Java developers should master Docker, Jenkins, JWT, and OAuth for secure and scalable applications. Proficiency in web security and deployment pipelines is key in the current job market.",
"link": "https://roadmap.sh/java/developer-skills",
"author": "William Imoh",
"category": "news",
"subcategory": "Fullstack",
"image": "https://assets.roadmap.sh/guest/java-full-stack-developer-skills-ft8ta.png"
},
{
"title": "Mayfield allocates $100M to AI incubator modeled after its entrepreneur-in-residence program",
"date": "2024-09-04",
"content": "Mayfield allocates $100M for an AI incubator, modeled after its Entrepreneur-in-Residence program, to support early-stage AI startups. The incubator will provide resources and mentorship to help startups scale rapidly and innovate in AI technologies.",
"link": "https://techcrunch.com/2024/09/04/mayfield-allocates-100m-to-ai-incubator-modeled-after-its-entrepreneur-in-residence-program/?guccounter=1&utm_source=Iterable&utm_medium=email&utm_campaign=newsletter-20240905",
"author": "Marina Temkin",
"category": "news",
"subcategory": "ai",
"image": "https://techcrunch.com/wp-content/uploads/2024/09/GettyImages-1435014643.jpg"
},
{
"title": "React 19 RC Introduces Server Components and `use` API for Asynchronous Rendering",
"date": "2024-04-25",
"content": "React 19 RC brings Server Components for improved page loading and the new `use` API to simplify asynchronous data fetching in components. Other enhancements include ref prop usage and updates to StrictMode behavior.",
"link": "https://react.dev/blog/2024/04/25/react-19",
"author": "The React Team",
"category": "news",
"subcategory": "Fullstack",
"image": "https://media.dev.to/cdn-cgi/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcpy5lr1yjweparjrj84h.png"
}
]