Cory Dransfeldtcoryd.hashnode.dev·Jun 7, 2023Optimizing for performance with EleventyIn the interest of over-engineering my personal site I've gone out of my way to optimize it for performance. It started out fairly quick as it's static, built using Eleventy and is hosted with Vercel but, beyond the basic setup, I've taken some addit...Web Development
Sarvesh Kesharwanisarvesh42.hashnode.dev·Jan 25, 2023Reasons why we prefer '.ipynb' instead of '.py' while learning data analysis:if you run a python code: import tensorflow as tf print(tf.__version__) hello = tf.constant("Hello") print(hello) in .py file,The output will be like this: "2023-01-25 13:15:51.190586: I tensorflow/core/platform/cpu_feature_guard.cc:193] This Tenso...Python
Ish Mishraishmishra.hashnode.dev·Jun 18, 2021Lambda Expression with Primitive Types in Java: Performance Impact?A significant feature introduced for developers in Java 8+ is the language-level support for lambda expressions. When using lambda expressions, we aim to avoid a feature introduced in Java 5 called autoboxing and unboxing. This occurs when dealing wi...Java Java
Sauti kalilouiswhyte.hashnode.dev·Nov 13, 2019Misplaced PrioritiesIntroduction: Have you ever tried to solve a math problem using the wrong formula? Even if it’s just a single letter or number that it’s wrong, there’s an 80℅ probability that your answer or result will come out wrong. In some cases, you might keep s...prioritization