Skip to content

A Software Engineer's Journal

A life spent making mistakes is not only more honourable, but more useful than a life spent doing nothing – George Bernard Shaw

Primary Menu
  • Blog
  • My Website

Java

My small stint with Java decompiler and solutions to the roadblocks I faced

Posted on July 4, 2019April 4, 2023 by tankala

Recently I came across a problem where we need to do some changes in a small application where we don’t have the source code. Around 5 years back my team members built a small application for a temporary purpose and Continue Reading

Posted In Java, Software LanguagesTagged In Decompile, Java

Parallelizing tasks in Node.js and Java

Posted on July 1, 2018April 4, 2023 by tankala

Recently we built a Deep Learning model for predicting whether a user who came to our sites buy a car or not if yes then which model. It is giving good results with test data. So we thought let’s do Continue Reading

Posted In Java, Node.js, Software LanguagesTagged In Async, Java, multithreading, NodeJs

Build your static content server to serve files over HTTP using Node.js/Java

Posted on June 9, 2018April 4, 2023 by tankala

When I am writing code & testing it for my last article I came across below problem. URL scheme must be “http” or “https” for CORS request This error came because of the below code. model = await tf.loadModel(‘model.json’); In Continue Reading

Posted In Java, Node.js, Software LanguagesTagged In Java, NodeJs, Spring Boot

Comparing Java code and Node.js code on Measuring Execution time

Posted on April 21, 2018April 4, 2023 by tankala

I used to be a hardcore Java developer. At that time I used to think I am in love with Java. Now I realized I love coding, not Java or Node.js. Java, Python, Node.js & etc are just different appearances Continue Reading

Posted In Java, Node.js, Software LanguagesTagged In Java, JavaScript, Javascript Tips, NodeJs

Recent Posts

  • Striking the Right Balance Between Uniform Solutions and Over-Engineering
  • Exploring the Role of Code Understanding in the LLM Era – A Tech Consultant’s Perspective
  • My observations of the Python ecosystem
  • Debugging Flask application within a Docker container using VSCode
  • How to write your own Redis key expire listener in Python

Recent Comments

  • tankala on Profiling Node.js application using v8-profiler
  • Sam on Profiling Node.js application using v8-profiler
  • tankala on Profiling Node.js application using v8-profiler
  • Sam on Profiling Node.js application using v8-profiler
  • JS on MONITOR NGINX WITH TELEGRAF, INFLUXDB, AND GRAFANA

Archives

  • November 2023
  • October 2023
  • May 2022
  • August 2021
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • July 2019
  • February 2019
  • January 2019
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018

Categories

  • Artificial Intelligence
  • Cassandra
  • Data Science
  • Databases
  • Deep Learning
  • DevOps
  • Docker
  • Flask
  • Framework
  • Java
  • Machine Learning
  • Node.js
  • Pandas
  • PySpark
  • Python
  • Serverless
  • Software Languages
  • Spark
  • Travel
  • Uncategorized

Recent Posts

  • Striking the Right Balance Between Uniform Solutions and Over-Engineering
  • Exploring the Role of Code Understanding in the LLM Era – A Tech Consultant’s Perspective
  • My observations of the Python ecosystem
  • Debugging Flask application within a Docker container using VSCode
  • How to write your own Redis key expire listener in Python

Tag Cloud

Async CareerAdvancement Cassandra CNN convert from json to csv Convolutional neural network Coorg debug Deep Learning Docker ExpressJs Flask Grafana InfluxDB Java JavaScript json to csv json to csv converter Jupyter Notebook Kafka Keras Machine Learning Monitoring NodeJs OpenAI pandas pandas cheatsheet pandas groupby pandas merge pandas python pandas read_csv Performance improvement pip trends PySpark Python python ecosystem Redis redis key value expire Serverless Spark TechConsulting Telegraf TensorFlow TestDrivenDevelopment Unplugged
© All rights reserved | Blog by Tankala.