-
-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Java Category and Subcategory in newsletter and resources a…
…dded in javascript newsletter
- Loading branch information
Showing
5 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
[ | ||
{ | ||
"name": "JavaBulletin", | ||
"description": "Curated and Hand-Picked Java & Spring Blogs. Click to read Java Newsletter, by Suraj Mishra, a Substack publication with thousands of subscribers.", | ||
"url": "https://javabulletin.substack.com", | ||
"category": "newsletters", | ||
"subcategory": "javaLetters" | ||
}, | ||
{ | ||
"name": "JetBrains", | ||
"description": "JetBrains Java Annotated Monthly: Stay up-to-date with the latest news and articles about Java, handpicked and curated by JetBrains.", | ||
"url": "https://www.jetbrains.com/lp/jam/", | ||
"category": "newsletters", | ||
"subcategory": "javaLetters" | ||
}, | ||
{ | ||
"name": "Baeldung", | ||
"description": "Baeldung's Java Weekly: A roundup of curated Java articles, news, and tutorials, covering the latest in Java development.", | ||
"url": "https://www.baeldung.com/library/java-web-weekly", | ||
"category": "newsletters", | ||
"subcategory": "javaLetters" | ||
}, | ||
{ | ||
"name": "Microsoft Java", | ||
"description": "Microsoft's Java Newsletter: Stay informed on Java-related updates and announcements from the Microsoft development team.", | ||
"url": "https://devblogs.microsoft.com/java/newsletter/", | ||
"category": "newsletters", | ||
"subcategory": "javaLetters" | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters