排序
TIL: installed packages in Python – list, and show
TIL: installed packages in Python – list, and show,If your Python project has a very short list of required packages (in requirements, pipfile, etc), it’s easy to see all package...
Spring Boot Thymeleaf CRUD example
Spring Boot Thymeleaf CRUD example,In this tutorial, we're gonna build a Spring Boot Thymeleaf CRUD example with Maven that use Spring Data JPA to interact with H2/MySQL/PostgreSQL...
JPA One To One unidirectional Mapping example
JPA One To One unidirectional Mapping example,In this tutorial, I will show you how to implement Spring JPA One-To-One unidirectional mapping with Hibernate in a Spring Boot exampl...
Chatting With a Discord Bot
Chatting With a Discord Bot, AI Exploration Journey (2 Part Series) 1 How I Managed to Run BlenderBot 2.0 2 Chatting With a Discord Bot This is such an old project, but I had no ch...
IntelliJ-IDEA as git mergetool
IntelliJ-IDEA as git mergetool,The git mergetool command allows you to resolve merge conflicts from your command line. Many merge tools are available like vimdiff, which helps you ...
Visualizing Lightning Network payments
Visualizing Lightning Network payments,As Andreas M. Antonopoulos, Olaoluwa Osuntokun, and René Pickhardt explain in Matering the Lightning Network (2021) book: The Lightning Netw...
Making a WhatsApp Crypto Chatbot with AWS Lex, CDK, CoinMarketCap, and Twilio
Making a WhatsApp Crypto Chatbot with AWS Lex, CDK, CoinMarketCap, and Twilio, What is a Chatbot? A chatbot is a software or computer program that simulates human conversation or '...
Open Interest For The Open Source Community: The Options Menu in the OpenBB Terminal. #FOSS
Open Interest For The Open Source Community: The Options Menu in the OpenBB Terminal. #FOSS, The Options menu in the OpenBB Terminal is jam-packed with features. For those new to t...
First steps into async Python
First steps into async Python,I'm writing this post to report my first few hours of experimentation with asynchronous Python code. I have been coding in Python for the last few yea...
Formatting Python – Why and How !
Formatting Python – Why and How !, Python Format (3 Part Series) 1 Formatting Python – Why and How ! 2 Checking your python code format on Azure Pipelines 3 AppVeyor and python f...
Extending Python’s JSON Encoder
Extending Python's JSON Encoder,I recently ran into a situation where I needed to ensure consistent formatting of datetimes as I serialized a dict to JSON using python’s built-in ...
JPA Repository query example in Spring Boot | Derived Query
JPA Repository query example in Spring Boot | Derived Query,In previous posts, you've known how to use JPQL and native Query to retrieve data from the database using @Query annotat...