Explore tweets tagged as #masteringbackend
@master_backend
Mastering Backend
16 days
All Java Keywords in One Place.Java has 53 reserved keywords that you canโ€™t use as identifiers โ€” each has a specific role in the language. Whether you're just starting with Java or revising for an interview, knowing these keywords is essential!. #java #masteringbackend
Tweet media one
1
24
138
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
19 days
Securing your app with Spring Security and OAuth2 Login. Public access to / and /login**, all other endpoints require authentication. Read the full guide: #Java #SpringBoot #SpringSecurity #OAuth2 #Backend #WebDevelopment
Tweet media one
0
11
124
@master_backend
Mastering Backend
21 days
Master Java Tokens in Minutes.Learn about keywords, literals, identifiers, and moreโ€”the core building blocks of Java code. Blog: #Java #JavaDeveloper #LearnJava #JavaBasics #100DaysOfCode #BackendDev #SpringBoot #CodeNewbie #TechBlog #JavaProgramming
Tweet media one
0
10
72
@master_backend
Mastering Backend
2 days
just getting started with Java?. we created a Java Essentials Playlist on YouTube โ€” perfect for beginners and anyone looking to refresh their skills!. Check it out now!. #Java #100DaysOfCode #LearnJava #MasteringBackend
Tweet media one
0
5
39
@master_backend
Mastering Backend
8 hours
OAuth 2.0 is the backbone of secure API access. Here's the breakdown:.- Grant types: Auth Code, Implicit, Client Credentials. - Core concepts: Tokens, Resource Owner, Auth Server.- Security tips.- OpenID Connect: for user identity. A great visual by MasteringBackend. #OAuth2
Tweet media one
0
1
11
@master_backend
Mastering Backend
8 days
Understand Java Access Modifiers in under a minute. They control where your classes, methods, and variables can be accessed. - public.- private.- protected.- default. Hereโ€™s a simple breakdown. #Java #Backend #Coding #LearnJava #100DaysOfCode #masteringbackend
Tweet media one
0
6
35
@master_backend
Mastering Backend
14 days
Meet the Team Behind Mastering Backend. What began as blog posts is now a growing EdTech platform making backend development accessible to all โ€” no formal degree needed. Built by a remote-first team, weโ€™re on a mission to help you learn, build, and grow. #masteringbackend
2
2
1
@Kaperskyguru
Solomon Eseme
15 days
Masteringbackend updates!. Building the @master_backend platform has taught me a lot. The entire frontend is built using React and Next.js. I haven't used them before. So far, I have completed. - Authentication System.- Course Management.- Quizzes.- Certificates.- Coins & Stages
2
3
21
@master_backend
Mastering Backend
24 days
Java Primitive Data Types โ€” explained one by one with size and range!. Perfect for beginners & revision. Check it out ๐Ÿ”—. #Java #100DaysOfCode #BackendDev #JavaDeveloper #masteringbackend.#javadatatype
Tweet media one
1
14
74
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
2 months
Containerize your Spring Boot app in seconds โ€” no Dockerfile needed!. Meet Google Jib. Read More:. #SpringBoot #Docker #Jib
Tweet media one
Tweet media two
1
23
113
@master_backend
Mastering Backend
14 days
@kaperskyguru started Mastering Backend to make backend development accessible to everyone โ€” no degree required. From blog posts to a full learning platform, his vision now empowers thousands of developers worldwide. #MasteringBackend #FounderStory #EdTech #BackendDevelopment
Tweet media one
0
3
8
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
1 month
Types of Arrays in Java. Java arrays are of two main types:. ๐Ÿ”น Regular Arrays: Fixed rows & columns.๐Ÿ”น Jagged Arrays: Rows can have different lengths. ๐Ÿ”— Read more with examples:. Choose based on structure needs. #Java #100DaysOfCode #masteringbackend
Tweet media one
2
4
46
@master_backend
Mastering Backend
18 days
Belated Happy Birthday, @tolueneexx. Your creativity and dedication as Content Manager are at the heart of Mastering Backend. Thank you for consistently raising the bar. Wishing you a year full of growth and success!. #masteringbackend #happybirthday #contentmanager #manager
1
1
2
@master_backend
Mastering Backend
16 days
API Design Best Practices.A simple checklist for scalable, secure, and user-focused APIs. Save this. #APIDesign #BackendDev #RESTAPI #JavaDeveloper #CleanCode #SoftwareEngineering #Microservices #MasteringBackend
Tweet media one
0
4
24
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
2 months
Mastering Abstraction in Java. Abstraction lets you focus on what an object does, not how it does it. Dive deeper: . #Java #OOP #Abstraction #100DaysOfCode.#java #ayshriv
Tweet media one
1
6
69
@master_backend
Mastering Backend
3 hours
โœ… Message storage using MySQL.โœ… User authentication & authorization.โœ… Clean, scalable architecture. A must-read for backend & frontend developers exploring real-time applications. Read here: {Author: @Kaperskyguru }.#masteringbackend.
0
1
1
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
1 month
Arrays in Java are fixed-size, ordered collections of elements of the same type. Use them when you know the number of elements in advance and want fast indexed access. ๐Ÿ”— Read more with examples: #Java #masteringbackend #arrays #backend
Tweet media one
1
1
28
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
2 months
Understanding static, final, super, super(), this(), and this in Java. These keywords are essential for object-oriented programming in Java. Hereโ€™s a single code snippet demonstrating each concept with brief explanations. Read more:. #java #springboot
Tweet media one
2
22
136
@master_backend
Mastering Backend
17 days
Maven Commands Every Java Developer Should Know. A quick visual guide to core Maven lifecycle commands:.โ€ข Compile.โ€ข Test.โ€ข Package.โ€ข Install.โ€ข Clean. Simple. Essential. Ready to use. #Java #Maven #JavaDeveloper #BackendDev #SpringBoot #BuildTool #CleanCode #MasteringBackend
Tweet media one
0
3
27
@ayshriv
Ayush Shrivastava ๐Ÿ‡ฎ๐Ÿ‡ณ
2 months
Dockerizing Spring Boot Apps made simple. Whether you're using Dockerfile, Google JIB, or Paketo Buildpacks, containerizing your Java app has never been easier. - Fast builds.- Zero config.- Production-ready. Read more :. #SpringBoot #Docker #ayshriv
Tweet media one
0
13
70