Open in app

Sign In

Write

Sign In

Leo N

344 Followers

Home

About

Published in

Geek Culture

·Pinned

Java: Interesting and Cool Tricks

👉 1 >> Java String concat() Vs the + Operator for Concatenation

Java

7 min read

Java: Interesting and Cool Tricks
Java: Interesting and Cool Tricks
Java

7 min read


Published in

Geek Culture

·Pinned

React Native: Unable to load script: index. android.bundle

1. Identify the problems 👉 Step 1: I am using React Native version 0.63.2 like below, and I want to build an android app by using Fastlane for CI/CD integration.

Reactnative

4 min read

React Native: Unable to load script. index. android.bundle
React Native: Unable to load script. index. android.bundle
Reactnative

4 min read


Published in

Level Up Coding

·Pinned

Java, Kotlin: HashMap Under the hood?

Definition Java HashMap class is an implementation of Map interface based on hash table. It stores elements in key & value pairs which is denoted as HashMap<Key, Value> or HashMap<K, V>. It extends AbstractMap class, and implements Map interface and can be accessed by importing java.util package. …

Java

5 min read

Java, Kotlin: HashMap Under the hood?
Java, Kotlin: HashMap Under the hood?
Java

5 min read


Published in

Geek Culture

·May 6

How’s git work? The algorithm behind

Git is a distributed version control system that is widely used for software development. Git allows multiple developers to work on the same codebase at the same time and keep track of changes made to the codebase over time. When you start using Git for a project, you create a…

Git

6 min read

How’s git work? The algorithm behind
How’s git work? The algorithm behind
Git

6 min read


Published in

Geek Culture

·Feb 13

Image Template matching methods with Python using OpenCV

Background Template matching is a computer vision technique for finding areas of an image that are similar to a patch (template). A patch is a small image with certain features. The goal of template matching is to find the patch/template in an image. …

Python

10 min read

Image Template matching methods with Python using OpenCV
Image Template matching methods with Python using OpenCV
Python

10 min read


Published in

Level Up Coding

·Jan 26

Kotlin: Basic of Coroutines

1. CoroutineScope Coroutine scope is a concept in the Kotlin programming language that defines a scope for a set of coroutines. It provides a way to organize and manage the lifecycle of coroutines, and allows for the cancellation of all coroutines within the scope when necessary. The CoroutineScope interface is typically implemented…

Kotlin

8 min read

Kotlin: Basic of Coroutines
Kotlin: Basic of Coroutines
Kotlin

8 min read


Published in

Level Up Coding

·Jan 16

Android: Problem with Time Interval when using UTC: System.currentTimeMillis()

What is UTC? UTC is the main universal time keeping standard. It stands for Coordinated Universal Time. People use it to measure time in a common way around the globe. Since it is essentially being used interchangeably with GMT (Greenwich Mean Time) you could think of it as the timezone defined around the…

Android

4 min read

Android: Problem with Time Interval when using UTC: System.currentTimeMillis()
Android: Problem with Time Interval when using UTC: System.currentTimeMillis()
Android

4 min read


Published in

Level Up Coding

·Dec 30, 2022

Cropping Images in Python with Pillow

Python and Cartesian Coordinate System

Python

6 min read

Cropping Images in Python with Pillow
Cropping Images in Python with Pillow
Python

6 min read


Published in

Geek Culture

·Nov 13, 2022

Google Staged Rollouts & App Store Phased Release: With Less Stress

🔥 What Is Phased Release?

Google

6 min read

Google Staged Rollouts & App Store Phased Release: With Less Stress
Google Staged Rollouts & App Store Phased Release: With Less Stress
Google

6 min read


Published in

Geek Culture

·Jun 11, 2022

Idiomatic Cryptography: PBKDF2, SHA, AES

Table of content SHA HMAC HKDF Application References 🔥 SHA SHA stands for Secure Hash Algorithm: 1993 | SHA (SHA-0) (FIPS 180): Introduced by the National Security Agency 1995 | SHA-1 (FIPS 180–1) 160 bits: Developed by NIST (National Institute of Standards and Technology) 2002 | SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512) (FIPS 180–2) 2005: SHA-1…

Hash

7 min read

Idiomatic Cryptography: PBKDF2, SHA, AES
Idiomatic Cryptography: PBKDF2, SHA, AES
Hash

7 min read

Leo N

Leo N

344 Followers

🎓 “A person who never made a mistake never tried anything new.” —Albert Einstein

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • Alessandro Butler

    Alessandro Butler

  • Ben Weiss

    Ben Weiss

  • Michael Galarnyk

    Michael Galarnyk

  • Isai Damier

    Isai Damier

See all (39)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams