#java search results

The Jakarta EE Swag Store is your one-stop shop for community gear. From hoodies and pullovers to t-shirts, caps, and travel mugs, now you can show your support for #JakartaEE everywhere you go. Explore the collection now 👉 hubs.la/Q04c6YFf0 #Java #opensource #community


Day 23 of #100DaysOfCode 🚀 Solved Top K Frequent Elements on LeetCode using Java Practiced: • HashMap for frequency counting • Heap / sorting approach • Extracting top K elements #Java #DSA #BuildInPublic

thisIsMeBhoomi's tweet image. Day 23 of #100DaysOfCode 🚀

Solved Top K Frequent Elements on LeetCode using Java 

Practiced:
• HashMap for frequency counting
• Heap / sorting approach
• Extracting top K elements
#Java #DSA #BuildInPublic

If you want to learn some of the topics I covered on my "Skyrocket Developer Productivity with Spring Boot & IntelliJ IDEA" workshop at Spring I/O 2026 conference, checkout github.com/sivaprasadredd… #Java #IntelliJIDEA #SpringBoot #SpringIO2026


Day 51 of the #geekstreak60 coding challenge!Solved "Intersection of Two Sorted Arrays" on @geeksforgeeks. Utilized the Two-Pointer technique to find distinct common elements in O(n+m) time. #npci @NPCI_NPCI #Java #TwoPointers #DSA

harshankOeth's tweet image. Day 51 of the #geekstreak60 coding challenge!Solved "Intersection of Two Sorted Arrays" on @geeksforgeeks. Utilized the Two-Pointer technique to find distinct common elements in O(n+m) time. 
#npci @NPCI_NPCI #Java #TwoPointers #DSA

#Java @springboot Tip: you can rollback a DB Transaction created by the @Transactional annotation by obtaining the current TransactionStatus via the class TransactionAspectSupport and setting it to rollback via setRollbackOnly(); This way you don't need to throw an Exception.

NiestrojRobert's tweet image. #Java @springboot Tip: you can rollback a DB Transaction created by the @Transactional annotation by obtaining the current TransactionStatus via the class TransactionAspectSupport and setting it to rollback via setRollbackOnly(); This way you don't need to throw an Exception.

リファクタリングの本読みます #Java

yoru1910065's tweet image. リファクタリングの本読みます
#Java

Day 24 of DSA 🚀 Solved: 📌 Longest subarray with sum K (Optimal approaches ⚡) ✔ For arrays with positives, negatives & zeros ✔ For arrays with only positives (College submissions ongoing 📚) #DSA #Java #Arrays #100DaysOfCode #Consistency

ShaileshYa66107's tweet image. Day 24 of DSA 🚀

Solved:
📌 Longest subarray with sum K (Optimal approaches ⚡)
✔ For arrays with positives, negatives & zeros
✔ For arrays with only positives

(College submissions ongoing 📚)
#DSA #Java #Arrays #100DaysOfCode #Consistency

☕ DSA: Managed to solve Intersection of 2 Arrays on LeetCode today! 💻 It’s my first time really working with HashSet, I got it working to see that Accepted status! 🏆 Nested loop approach is start now on to optimizing time complexity. 🔥 #Java #DSA #LeetCode #BuildInPublic

toshifdotdev's tweet image. ☕ DSA: Managed to solve Intersection of 2 Arrays on LeetCode today! 💻

It’s my first time really working with HashSet, I got it working to see that Accepted status! 🏆 

Nested loop approach is start now on to optimizing time complexity. 🔥

#Java #DSA #LeetCode #BuildInPublic

Day 52/60 of #geekstreak60 🚀 Solved: Next Smallest Palindrome (Hard) 👉 Learned mirroring + middle increment 👉 Handled edge case: all 9s → 1001 👉 Optimized approach in O(n) Getting better every day 💪 @geeksforgeeks @NPCI_NPCI #DSA #Java #coding

raavimhto69's tweet image. Day 52/60 of #geekstreak60 🚀

Solved: Next Smallest Palindrome (Hard)

👉 Learned mirroring + middle increment
👉 Handled edge case: all 9s → 1001
👉 Optimized approach in O(n)
Getting better every day 💪
@geeksforgeeks 
@NPCI_NPCI 
#DSA #Java #coding
raavimhto69's tweet image. Day 52/60 of #geekstreak60 🚀

Solved: Next Smallest Palindrome (Hard)

👉 Learned mirroring + middle increment
👉 Handled edge case: all 9s → 1001
👉 Optimized approach in O(n)
Getting better every day 💪
@geeksforgeeks 
@NPCI_NPCI 
#DSA #Java #coding

【SES協業ご案内】💡 現在 案件情報・要員情報がマッチしない場合でも 今後の案件要員情報のために引き続きお繋がりができればと思います 今後、新規案件が発生次第、 随時情報をお届けいたします📩 お気軽にDMください🤝 協業登録フォームをご案内します! #SES営業 #SES協業 #Java


We’re excited to introduce Weaverbird — a Java framework for dynamically loadable, fully isolated components. It solves runtime extensibility and dependency conflicts without restarts. Link: github.com/techsenger/wea… #Java #JPMS #JavaFX #Programming #Framework #OpenSource #Coding

Techsenger's tweet image. We’re excited to introduce Weaverbird — a Java framework for dynamically loadable, fully isolated components. It solves runtime extensibility and dependency conflicts without restarts.

Link: github.com/techsenger/wea…

#Java #JPMS #JavaFX #Programming #Framework #OpenSource #Coding
Techsenger's tweet image. We’re excited to introduce Weaverbird — a Java framework for dynamically loadable, fully isolated components. It solves runtime extensibility and dependency conflicts without restarts.

Link: github.com/techsenger/wea…

#Java #JPMS #JavaFX #Programming #Framework #OpenSource #Coding
Techsenger's tweet image. We’re excited to introduce Weaverbird — a Java framework for dynamically loadable, fully isolated components. It solves runtime extensibility and dependency conflicts without restarts.

Link: github.com/techsenger/wea…

#Java #JPMS #JavaFX #Programming #Framework #OpenSource #Coding
Techsenger's tweet image. We’re excited to introduce Weaverbird — a Java framework for dynamically loadable, fully isolated components. It solves runtime extensibility and dependency conflicts without restarts.

Link: github.com/techsenger/wea…

#Java #JPMS #JavaFX #Programming #Framework #OpenSource #Coding

Most AI agents are still just chatbots with tools. Real agents need scheduling, retries, persistence, and execution that survives restarts. Java already has strong answers for that. Guest post by Ronald Dehuysser: buff.ly/YWbxy2g #Java #AIAgents #JobRunr


🚀 #DAY40 : #Java Streams: Take your coding to the next level by mastering the Stream pipeline! 🔹 Intermediate Ops: Transform data lazily with filter(), map(), sorted(), and distinct(). 🔹 Terminal Ops: Close the loop and get results using collect(), reduce(), or forEach().

Abhishe28320848's tweet image. 🚀 #DAY40 : #Java Streams:
Take your coding to the next level by mastering the Stream pipeline!
🔹 Intermediate Ops: Transform data lazily with filter(), map(), sorted(), and distinct().
🔹 Terminal Ops: Close the loop and get results using collect(), reduce(), or forEach().
Abhishe28320848's tweet image. 🚀 #DAY40 : #Java Streams:
Take your coding to the next level by mastering the Stream pipeline!
🔹 Intermediate Ops: Transform data lazily with filter(), map(), sorted(), and distinct().
🔹 Terminal Ops: Close the loop and get results using collect(), reduce(), or forEach().
Abhishe28320848's tweet image. 🚀 #DAY40 : #Java Streams:
Take your coding to the next level by mastering the Stream pipeline!
🔹 Intermediate Ops: Transform data lazily with filter(), map(), sorted(), and distinct().
🔹 Terminal Ops: Close the loop and get results using collect(), reduce(), or forEach().

【Java】Mockitoでインスタンスメソッドをモックする方法 inkblogdb.com/archive/java/m… #Java #テスト #モック

inkblogdb_com's tweet image. 【Java】Mockitoでインスタンスメソッドをモックする方法
inkblogdb.com/archive/java/m…
#Java #テスト #モック

ver.017 ・キーボード/パッド入力の修正 ・敵分布境界線の描画方法を変更 ・敵分布境界線の修正 #android #java #セガ #レトロゲーム #マーク3 #覇邪の封印 #レトロコンシュ一マ一移植会


#java 黒本の模擬で正しいサブクラスを選べって問題で これダメって言われたんだけどさぁ… public class foo{} sealed class bar extends foo{} // ←これ これ同パッケージにfinal class baz extends bar{}があれば成立するよな? 納得いかんのやが


Come see the A2A SPI and server we've built so developers can plug in their AI agent and boom! It's out there. 📆: 21 April 2026 ⌚: 17:00 📍: Cinedom, Cologne, Germany. See you then! #JCON #JCONEurope #Java #AI #A2A #Agent2Agent #ServerSideJava

Excited for #JCON EUROPE 2026? See @elitegentleman at #JCON2026 in Cologne talking about 'AI in #Java: We've Built a Server-Side Enterprise #Google Agent2Agent for #Jakarta EE Developers.' #AI agent #development is now more prominent in enterprise and #cloud … 🎟️

jcon_conference's tweet image. Excited for #JCON EUROPE 2026? See @elitegentleman at #JCON2026 in Cologne talking about 'AI in #Java: We've Built a Server-Side Enterprise #Google Agent2Agent for #Jakarta EE Developers.'

#AI agent #development is now more prominent in enterprise and #cloud …

🎟️


Day 7 of my LeetCode journey Solved: 3783. Mirror Distance of an Integer #Coding #Java #DSA #100DaysOfCode

padole_vishakha's tweet image. Day 7 of my LeetCode journey 

Solved: 3783. Mirror Distance of an Integer

#Coding #Java #DSA #100DaysOfCode

Code got fast. Software didn’t get easier. History already solved this problem. We just forgot to apply it. Toyota > AI hype. buff.ly/5Laryzu #AI #Java #SoftwareEngineering #Dev


#Minecraft #Java #お銀ワールド 釣り堀つくってみました💦なんかやっつけ感満載のお銀ワールドです!もうちょっとなんとかならんのか(;°;ω;°;)お銀ファイト(*•̀ㅂ•́)و✧

dokugumoogingi1's tweet image. #Minecraft
 #Java
 #お銀ワールド
釣り堀つくってみました💦なんかやっつけ感満載のお銀ワールドです!もうちょっとなんとかならんのか(;°;ω;°;)お銀ファイト(*•̀ㅂ•́)و✧
dokugumoogingi1's tweet image. #Minecraft
 #Java
 #お銀ワールド
釣り堀つくってみました💦なんかやっつけ感満載のお銀ワールドです!もうちょっとなんとかならんのか(;°;ω;°;)お銀ファイト(*•̀ㅂ•́)و✧

ここだけの話ね。 キーマウ操作なれてきたからJava版に手を出そうと思ってるんだけど、なんかプログラム言語が変わるからMODがどうこうって聞くし、もう少し待った方がいい? あとPCの負荷的には統合版より重たいの?? 教えて有権者様•*¨*•.¸♬︎ #Minecraft #統合版 #Java


If you're serious about becoming a developer… Don’t just scroll. Start learning. Start building. Join the journey 🤝 👉 youtube.com/@kernalmind01 #Java #React #Programming #DevCommunity

swapniln4201's tweet image. If you're serious about becoming a developer…

Don’t just scroll.
Start learning. Start building.

Join the journey 🤝
👉 youtube.com/@kernalmind01

#Java #React #Programming #DevCommunity

Think JVM is magic? 🤔 Here’s the simple truth: Java code → compiled to bytecode → JVM loads it → verifies it → executes via Interpreter + JIT ⚡ Result: same code runs anywhere. That’s the power of “Write Once, Run Anywhere.” 🔥 #Java #JVM #Programming

swapniln4201's tweet image. Think JVM is magic? 🤔
Here’s the simple truth:

Java code → compiled to bytecode → JVM loads it → verifies it → executes via Interpreter + JIT ⚡

Result: same code runs anywhere.

That’s the power of “Write Once, Run Anywhere.” 🔥
#Java #JVM #Programming

Day 34 of DSA 🚀 3Sum (LC 15) Key Idea: Sort + Fix one element + Two Pointers 🔥 Learned: Two Sum extends to 3Sum with smart thinking 💡 Time: O(n²), Space: O(1) #DSA #Day34 #Java #LeetCode #Arrays #CodingJourney @kunalstwt

PratikPatil4796's tweet image. Day 34 of DSA 🚀

3Sum (LC 15)

Key Idea: Sort + Fix one element + Two Pointers 🔥

Learned: Two Sum extends to 3Sum with smart thinking 💡

Time: O(n²), Space: O(1)

#DSA #Day34 #Java #LeetCode #Arrays #CodingJourney @kunalstwt

If you want to learn some of the topics I covered on my "Skyrocket Developer Productivity with Spring Boot & IntelliJ IDEA" workshop at Spring I/O 2026 conference, checkout github.com/sivaprasadredd… #Java #IntelliJIDEA #SpringBoot #SpringIO2026


Day 209/365 – #365DaysOfLeetCodeChallenge “Circular Sentence” 🔁 Check last→first for each word + wrap-around condition 💡 #leetcode #java #DSA #strings #coding #programming

Shubhampateldev's tweet image. Day 209/365 – #365DaysOfLeetCodeChallenge
“Circular Sentence” 🔁
Check last→first for each word + wrap-around condition 💡

#leetcode #java #DSA #strings #coding #programming
Shubhampateldev's tweet image. Day 209/365 – #365DaysOfLeetCodeChallenge
“Circular Sentence” 🔁
Check last→first for each word + wrap-around condition 💡

#leetcode #java #DSA #strings #coding #programming
Shubhampateldev's tweet image. Day 209/365 – #365DaysOfLeetCodeChallenge
“Circular Sentence” 🔁
Check last→first for each word + wrap-around condition 💡

#leetcode #java #DSA #strings #coding #programming
Shubhampateldev's tweet image. Day 209/365 – #365DaysOfLeetCodeChallenge
“Circular Sentence” 🔁
Check last→first for each word + wrap-around condition 💡

#leetcode #java #DSA #strings #coding #programming

good morning people i just woke up and going play some on me #MineNightSolo on #Minecraft & #Java and i going also play & post on #NintendoSwitch2

KingNightNL's tweet image. good morning people i just woke up and going play some on me #MineNightSolo on #Minecraft & #Java 
and i going also play & post on #NintendoSwitch2
KingNightNL's tweet image. good morning people i just woke up and going play some on me #MineNightSolo on #Minecraft & #Java 
and i going also play & post on #NintendoSwitch2

4/18 Where shall we go next? Main-kun and friends are looking at a map and planning their next adventure. 👉 amazon.com/author/satoshi… #Java #JavaPictureBook #ProgrammingEducation #satoshiro

mainkun_ebook's tweet image. 4/18
Where shall we go next?

Main-kun and friends are looking at a map and planning their next adventure.

👉 amazon.com/author/satoshi…

#Java
#JavaPictureBook
#ProgrammingEducation
#satoshiro

🚀 Java: A very interesting library by github.com/Mirkoddd, named Sift, replaces the cryptic, string-based approach of the Java Regex engine with a fluent API. #Java #JavaDev 🧵A link to the GitHub project to follow

mario_casari's tweet image. 🚀 Java: A very interesting library by github.com/Mirkoddd, named Sift,  replaces the cryptic, string-based approach of the Java Regex engine with a fluent API.
#Java #JavaDev 
🧵A link to the GitHub project to follow

💡Java: Use WeakHashMap for caching when the unreferenced keys should be garbage-collected. #Java #JavaDev

mario_casari's tweet image. 💡Java: Use WeakHashMap for caching when the   unreferenced keys should be garbage-collected. 
 #Java #JavaDev

JJUG CCC 2026 Springで、Inside Stream APIというセッションを行います。 Stream APIの実装を解説していくというセッションなので、すぐに役立つわけでもないし、趣味性の高いセッションなのですが、ぜひご参加ください!! #java #jjug #jjug_ccc 参加登録はこちら jjug.doorkeeper.jp/events/196011

skrb's tweet image. JJUG CCC 2026 Springで、Inside Stream APIというセッションを行います。
Stream APIの実装を解説していくというセッションなので、すぐに役立つわけでもないし、趣味性の高いセッションなのですが、ぜひご参加ください!! #java #jjug #jjug_ccc 

参加登録はこちら jjug.doorkeeper.jp/events/196011

💎 The @googlegemma models are also available via the #Gemini Interactions API: github.com/glaforge/gemin… (an example with my #Java SDK ☕️ showing both available 💎 Gemma models and also with 🔍 Google Search tool)

glaforge's tweet image. 💎 The @googlegemma models are also available via the #Gemini Interactions API:
github.com/glaforge/gemin…
(an example with my #Java SDK ☕️ showing both available 💎 Gemma models and also with 🔍 Google Search tool)

New video published: Introduction to @SpringAICentral Covered: • What Spring AI is • Why it exists • Core capabilities • Supported integrations A good starting point before diving into hands-on builds. 🎥 youtu.be/bYgV15wMYTs #SpringAI #Java #SpringBoot

your_javaguy's tweet image. New video published: Introduction to @SpringAICentral

Covered:
• What Spring AI is
• Why it exists
• Core capabilities
• Supported integrations

A good starting point before diving into hands-on builds.

🎥 youtu.be/bYgV15wMYTs

#SpringAI #Java #SpringBoot
your_javaguy's tweet image. New video published: Introduction to @SpringAICentral

Covered:
• What Spring AI is
• Why it exists
• Core capabilities
• Supported integrations

A good starting point before diving into hands-on builds.

🎥 youtu.be/bYgV15wMYTs

#SpringAI #Java #SpringBoot

If you want to know more about how to write #Java #AI #agents with ADK, please watch my video: youtube.com/watch?v=YqABMj… I'm demonstrating some of the new features in my "comic trip" app!

glaforge's tweet image. If you want to know more about how to write #Java #AI #agents with ADK, please watch my video:
youtube.com/watch?v=YqABMj…
I'm demonstrating some of the new features in my "comic trip" app!

🥳ADK for #java 1.0 is out! Write your #AI #agents with a cup of ☕️ Learn more about the latest features in this article, have a look at the video, and the "comic trip" app I built with the framework.



I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it #java👇

AdamBien's tweet image. I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it 
#java👇

📚 Looking to learn Java? Check out Foojay’s Java in Education hub, now featuring Jakarta EE learning resources! 👉 hubs.la/Q04bXN-N0 Great to see the community coming together to support the next generation of Java developers 🙌 #JakartaEE #Java #opensource

JakartaEE's tweet image. 📚 Looking to learn Java?
Check out Foojay’s Java in Education hub, now featuring Jakarta EE learning resources!

👉 hubs.la/Q04bXN-N0
Great to see the community coming together to support the next generation of Java developers 🙌

#JakartaEE #Java #opensource

📢Just released v0.8.0 of my #Gemini Interactions API for #Java, with a new tool: Google Maps 🗺️ github.com/glaforge/gemin…

glaforge's tweet image. 📢Just released v0.8.0 of my #Gemini Interactions API for #Java, with a new tool: Google Maps 🗺️
github.com/glaforge/gemin…

Java devs working with AWS — this is for you. Floci is a lightweight AWS emulator built with Quarkus. Open source, community-driven, and a great way to get involved. Check it out: github.com/hectorvent/flo… cc: @hectorvent @fred_pena #Java #AWS #OpenSource #Quarkus #DevCommunity

lgsreal's tweet image. Java devs working with AWS — this is for you.

Floci is a lightweight AWS emulator built with Quarkus. Open source, community-driven, and a great way to get involved.

Check it out: github.com/hectorvent/flo…

cc: @hectorvent @fred_pena
#Java #AWS #OpenSource #Quarkus #DevCommunity

Java 21 has introduced a new era of concurrency with virtual threads—lightweight threads managed by the JVM that significantly enhance the performance of I/O-bound applications. Read more 👉 lttr.ai/Ap1Np #Java #MongoDB #VirtualThread

otaviojava's tweet image. Java 21 has introduced a new era of concurrency with virtual threads—lightweight threads managed by the JVM that significantly enhance the performance of I/O-bound applications.

Read more 👉 lttr.ai/Ap1Np

#Java #MongoDB #VirtualThread

I created a small #Java library to extract #JSON structures from chatty #LLM outputs that don't always output pure JSON glaforge.dev/posts/2026/03/…

glaforge's tweet image. I created a small #Java library to extract #JSON structures from chatty #LLM outputs that don't always output pure JSON
glaforge.dev/posts/2026/03/…

ఉదయాన్నే అది ఇది వద్దు.. జస్ట్ 10 నిమిషాల్లోనే సూపర్‌ఫుడ్.. ఇక ఏ టిఫిన్ అక్కర్లేదు.. tv9telugu.com/lifestyle/food… #Java #Food #Lifestyle

TV9Telugu's tweet image. ఉదయాన్నే అది ఇది వద్దు.. జస్ట్ 10 నిమిషాల్లోనే సూపర్‌ఫుడ్.. ఇక ఏ టిఫిన్ అక్కర్లేదు..

tv9telugu.com/lifestyle/food…

#Java #Food #Lifestyle

File-based long-term memory for @SpringAI agents - no vector store, no database, just files. Plain Markdown files, MEMORY.md index, the agent manages it all via tool calls. Claude auto-memory compatible but portable to any LLM provider. 📖 spring.io/blog/2026/04/0… #Java #AI

christzolov's tweet image. File-based long-term memory for @SpringAI agents - no vector store, no database, just files.

Plain Markdown files, MEMORY.md index, the agent manages it all via tool calls. Claude auto-memory compatible but portable to any LLM provider.
📖 spring.io/blog/2026/04/0…

#Java #AI

¿De la programación por bloques al código sin dramas? #Greenfoot ayuda a los estudiantes de Secundaria y Bachillerato a dar el salto a #Java de forma sencilla, visual y práctica. educaciontrespuntocero.com/tecnologia/gre…

educacion3_0's tweet image. ¿De la programación por bloques al código sin dramas? #Greenfoot ayuda a los estudiantes de Secundaria y Bachillerato a dar el salto a #Java de forma sencilla, visual y práctica.
educaciontrespuntocero.com/tecnologia/gre…

Starting in 5 minutes: Bootiful Spring AI With Josh Long (@starbuxman) from Broadcom Spring AI is here — let’s make it beautiful! Don’t miss this opening keynote-style session. Join now → jdconf.com #JDConf #SpringAI #Java

JavaAtMicrosoft's tweet image. Starting in 5 minutes: Bootiful Spring AI

With Josh Long (@starbuxman) from Broadcom

Spring AI is here — let’s make it beautiful! Don’t miss this opening keynote-style session.

Join now → jdconf.com

#JDConf #SpringAI #Java

What’s new in #Java? The GA release of TornadoVM 4.0 and Google ADK for Java 1.0; first release candidates of Grails and Gradle; maintenance releases of Micronaut, Apache Tomcart and Apache Log4j; and an update on Jakarta EE 12. Read more 👉 bit.ly/47LLrZK #InfoQ

InfoQ's tweet image. What’s new in #Java?

The GA release of TornadoVM 4.0 and Google ADK for Java 1.0; first release candidates of Grails and Gradle; maintenance releases of Micronaut, Apache Tomcart and Apache Log4j; and an update on Jakarta EE 12.

Read more 👉 bit.ly/47LLrZK 

#InfoQ

It still amazes me how easy & fast it is to create #MCP servers in #Java with @jbangdev, @langchain4j and a custom skill inside @geminicli A handful of prompts, and less than 5 minutes later, I had created a working #Wikipedia MCP server! glaforge.dev/posts/2026/04/…

glaforge's tweet image. It still amazes me how easy & fast it is to create #MCP servers in #Java with @jbangdev, @langchain4j and a custom skill inside @geminicli
A handful of prompts, and less than 5 minutes later, I had created a working #Wikipedia MCP server!
glaforge.dev/posts/2026/04/…

#Minecraft #Java #お銀ワールド 釣り堀つくってみました💦なんかやっつけ感満載のお銀ワールドです!もうちょっとなんとかならんのか(;°;ω;°;)お銀ファイト(*•̀ㅂ•́)و✧

dokugumoogingi1's tweet image. #Minecraft
 #Java
 #お銀ワールド
釣り堀つくってみました💦なんかやっつけ感満載のお銀ワールドです!もうちょっとなんとかならんのか(;°;ω;°;)お銀ファイト(*•̀ㅂ•́)و✧
dokugumoogingi1's tweet image. #Minecraft
 #Java
 #お銀ワールド
釣り堀つくってみました💦なんかやっつけ感満載のお銀ワールドです!もうちょっとなんとかならんのか(;°;ω;°;)お銀ファイト(*•̀ㅂ•́)و✧

Loading...

Something went wrong.


Something went wrong.