Thinking Out Code·Apr 8, 2022Finding Luke through the command line by consuming an APIIn the last chapter of this series, I need to find a Starwars word related, in the response of an API, a rarely need, yes.
Thinking Out Code·Mar 28, 2022Build a rest service from the command line, as simple as “every request has a response.”Following with Handmade Series with Java, this is the 3rd chapter. I’ll make a rest service, as always, step by step, without IDEs.
Thinking Out Code·Mar 21, 2022Creating a java library, a place where any problem can be resolved.Starting with the next class, called SummerDelivery, a delivery service planned to refresh a hot summer day…
Thinking Out Code·Mar 14, 2022The simple and satisfiying art of executing a java file from the command line.Having the next java source
Thinking Out Code·Mar 29, 2021Thank you for taking your time to write this useful article, it means a lot to me cause I like to…
Thinking Out Code·Feb 16, 2021There was an internet before Google?Google is not the internet. The Internet came before Google, we need as active internet users give the chance or take the risk for/with…
Thinking Out Code·Jan 16, 2021A coding maintainable life balanceProgramming is like solving a puzzle or building a structure, you would never be bored if you are a creative type of person who loves to…
Thinking Out Code·Aug 23, 2020Reducing redux docsActions: - Payloads of information that send data from your application to your store. - Only source of information for the store. - Are…