⤷ Title: Tracking Cryptocurrency Transactions: Unmasking Hacker Trails
════════════════════════
𐀪 Author: Muhanad Israiwi
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:52:10 GMT
════════════════════════
⌗ Tags: #advancedpersistentthreat #hacking #cryptocurrency #ethical_hacking #crypto
════════════════════════
𐀪 Author: Muhanad Israiwi
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:52:10 GMT
════════════════════════
⌗ Tags: #advancedpersistentthreat #hacking #cryptocurrency #ethical_hacking #crypto
Medium
Tracking Cryptocurrency Transactions: Unmasking Hacker Trails
Hi Everyone, My name is Muhanad Israiwi.
I’m a Bug Bounty Hunter and Penetration Testing professional.
I’m a Bug Bounty Hunter and Penetration Testing professional.
⤷ Title: Master Digital Defense with a Cyber Security Course in Dubai
════════════════════════
𐀪 Author: Sudheeshoc
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 09:52:14 GMT
════════════════════════
⌗ Tags: #ethical_hacking #cybersecurity #cyber_security_awareness #dubai
════════════════════════
𐀪 Author: Sudheeshoc
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 09:52:14 GMT
════════════════════════
⌗ Tags: #ethical_hacking #cybersecurity #cyber_security_awareness #dubai
Medium
Master Digital Defense with a Cyber Security Course in Dubai
Our cyber security course in Dubai is your ticket to mastering digital defense. From identifying vulnerabilities to implementing robust…
⤷ Title: Medium App History
════════════════════════
𐀪 Author: Rashid
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:58:19 GMT
════════════════════════
⌗ Tags: #javascript #history #software_development #software_engineering #machine_learning
════════════════════════
𐀪 Author: Rashid
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:58:19 GMT
════════════════════════
⌗ Tags: #javascript #history #software_development #software_engineering #machine_learning
Medium
Medium App History
Evan Williams, Twitter co-founder and former CEO, created Medium to encourage users to create posts longer than the then 140-character limit of Twitter. When it launched in 2012, Williams stated…
⤷ Title: CSS Houdini: Unlocking the Browser’s Styling Superpowers
════════════════════════
𐀪 Author: Niemand
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:48:32 GMT
════════════════════════
⌗ Tags: #software_development #web_development #javascript #html #css
════════════════════════
𐀪 Author: Niemand
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:48:32 GMT
════════════════════════
⌗ Tags: #software_development #web_development #javascript #html #css
Medium
CSS Houdini: Unlocking the Browser’s Styling Superpowers
As web developers, we constantly seek ways to push the boundaries of what’s possible in the browser. We yearn for greater control over styling, layout, and interactions, often bumping against the…
⤷ Title: Top 5 Easiest & Demanding Programming Languages
════════════════════════
𐀪 Author: Prasath M
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:37:41 GMT
════════════════════════
⌗ Tags: #programming #python #java #javascript #coding
════════════════════════
𐀪 Author: Prasath M
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:37:41 GMT
════════════════════════
⌗ Tags: #programming #python #java #javascript #coding
Medium
Top 5 Easiest & Demanding Programming Languages 💻
In the rapidly evolving tech landscape, learning a programming language is a valuable skill. However, with so many languages available, it can be difficult to know which one to start with. Whether…
⤷ Title: Event Loop in JavaScript
════════════════════════
𐀪 Author: Manas Amancharla
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:36:18 GMT
════════════════════════
⌗ Tags: #javascript #javascript_tips
════════════════════════
𐀪 Author: Manas Amancharla
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:36:18 GMT
════════════════════════
⌗ Tags: #javascript #javascript_tips
Medium
Event Loop in JavaScript
Long story short, JavaScript is single-threaded. So, it can’t handle all tasks one by one without potentially slowing down. To address…
⤷ Title: Happy New Year 2025!
════════════════════════
𐀪 Author: Christopher Osita
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:12:42 GMT
════════════════════════
⌗ Tags: #medium #javascript #programming #learn #success
════════════════════════
𐀪 Author: Christopher Osita
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:12:42 GMT
════════════════════════
⌗ Tags: #medium #javascript #programming #learn #success
Medium
🎉 Happy New Year 2025! 🎊
As we welcome a new year, I’m grateful for the love and support from family and friends. May 2025 bring you joy, success, and fulfillment…
⤷ Title: How Does JavaScript Garbage Collection Work?
════════════════════════
𐀪 Author: Jai Kumar
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:06:22 GMT
════════════════════════
⌗ Tags: #memory_management #software_development #garbage_collection #software_engineering #javascript
════════════════════════
𐀪 Author: Jai Kumar
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 11:06:22 GMT
════════════════════════
⌗ Tags: #memory_management #software_development #garbage_collection #software_engineering #javascript
Medium
How Does JavaScript Garbage Collection Work?
Garbage collection in JavaScript is a crucial aspect of memory management, ensuring that memory occupied by objects no longer in use is…
⤷ Title: var, let, and const in JavaScript…
════════════════════════
𐀪 Author: Neha Joshi
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:41:03 GMT
════════════════════════
⌗ Tags: #front_end_development #functional_programming #javascript #reactjs #typesc
════════════════════════
𐀪 Author: Neha Joshi
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:41:03 GMT
════════════════════════
⌗ Tags: #front_end_development #functional_programming #javascript #reactjs #typesc
Medium
var, let, and const in JavaScript…
In JavaScript, variables can be declared using var, let, or const, each with distinct behaviors and use cases.
⤷ Title: What is WebRTC and How Does it Work?
════════════════════════
𐀪 Author: Lorenzo Casponi
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:35:44 GMT
════════════════════════
⌗ Tags: #videostreamingapp #python #webrtc #webrtc_technology #javascript
════════════════════════
𐀪 Author: Lorenzo Casponi
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:35:44 GMT
════════════════════════
⌗ Tags: #videostreamingapp #python #webrtc #webrtc_technology #javascript
Medium
What is WebRTC and How Does it Work?
WebRTC beginner guide (free) with python and javascript
⤷ Title: Understanding Data Loading in React Router 7
════════════════════════
𐀪 Author: Sevda Amini-Uhde
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:32:13 GMT
════════════════════════
⌗ Tags: #frontend_development #javascript #technology #react #programming
════════════════════════
𐀪 Author: Sevda Amini-Uhde
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:32:13 GMT
════════════════════════
⌗ Tags: #frontend_development #javascript #technology #react #programming
Medium
Understanding Data Loading in React Router 7
A beginner’s guide to React Router 7 data loading patterns. Learn through examples and transform how you handle data in your React…
⤷ Title: JavaScript Array Interview Questions -2025
════════════════════════
𐀪 Author: The Expert Developer
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:27:35 GMT
════════════════════════
⌗ Tags: #interview #array_methods #interview_tips #javascript #javascript_development
════════════════════════
𐀪 Author: The Expert Developer
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 10:27:35 GMT
════════════════════════
⌗ Tags: #interview #array_methods #interview_tips #javascript #javascript_development
Medium
🚀 👨🏻💻JavaScript Array Interview Questions -2025 🚁
1. How Do You Find the Largest Number in an Array?
⤷ Title: Why Don't Railroads Need Expansion Joints? [video]
════════════════════════
𐀪 Author: f1shy
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:56:53 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: f1shy
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:56:53 +0000
════════════════════════
⌗ Tags: No_Tags
YouTube
Why Don’t Railroads Need Expansion Joints?
How Thermite turned the clickety-clack of railroads into seamless, silent tracks. Get an exclusive 15% discount on Saily data plans! Use code veritasium at checkout. Download Saily app or go to https://saily.com/veritasium
A massive thank you to everyone…
A massive thank you to everyone…
⤷ Title: My 25-year adventure in AI and ML
════════════════════════
𐀪 Author: vincentchau
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:53:20 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: vincentchau
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:53:20 +0000
════════════════════════
⌗ Tags: No_Tags
Austinhenley
My 25-year adventure in AI and ML
This is the 25-year story of how I fell into the field of AI.
⤷ Title: Neuroanatomical Variability and Substance Use in Late Childhood and Adolescence
════════════════════════
𐀪 Author: bookofjoe
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:53:10 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: bookofjoe
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:53:10 +0000
════════════════════════
⌗ Tags: No_Tags
Jamanetwork
Neuroanatomical Variability and Substance Use Initiation in Youths
This cohort study evaluates neuroanatomical features associated with early substance use initiation and whether these associations reflect preexisting risk of developing substance use disorders.
⤷ Title: The Historical Case for Leisure
════════════════════════
𐀪 Author: Fred34
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:49:26 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: Fred34
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:49:26 +0000
════════════════════════
⌗ Tags: No_Tags
www.zoraster.org
The Historical Case for Leisure
⤷ Title: Can the heart heal itself? New study says it can
════════════════════════
𐀪 Author: jdmark
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:43:59 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: jdmark
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:43:59 +0000
════════════════════════
⌗ Tags: No_Tags
ScienceDaily
Can the heart heal itself? New study says it can
Physician-scientists found that a subset of artificial heart patients can regenerate heart muscle, which may open the door to new ways to treat and perhaps someday cure heart failure.
⤷ Title: China's next-gen tailless combat aircraft analysed
════════════════════════
𐀪 Author: anactofgod
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:41:28 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: anactofgod
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:41:28 +0000
════════════════════════
⌗ Tags: No_Tags
Royal Aeronautical Society
Boxing clever? China's next-gen tailless combat aircraft analysed
On Boxing Day 26 December 2024, pictures and video emerged of a new Chinese stealth aircraft, featuring a unique configuration of three engines, diamond planform and no tail. Veteran aviation journalist and stealth expert BILL SWEET assesses what we know…
⤷ Title: My shoes were destroyed at the TSA inspection (2009)
════════════════════════
𐀪 Author: diggan
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:39:13 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: diggan
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:39:13 +0000
════════════════════════
⌗ Tags: No_Tags
FlyerTalk Forums
My shoes were destroyed at the TSA inspection - FlyerTalk Forums
Practical Travel Safety and Security Issues - My shoes were destroyed at the TSA inspection - My shoes were destroyed at the TSA (Transportation Security Administration) inspection. At the TSA inspection at Raleigh Durham International airport, prior to my…
⤷ Title: Postgres UUIDv7 and per-back end monotonicity
════════════════════════
𐀪 Author: surprisetalk
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:30:05 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: surprisetalk
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:30:05 +0000
════════════════════════
⌗ Tags: No_Tags
brandur.org
Postgres UUIDv7 + per-backend monotonicity
How Postgres’ v7 UUIDs are made monotonic, and why that’s a great feature.
⤷ Title: Exploring Jj Rebase
════════════════════════
𐀪 Author: shim__
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:21:25 +0000
════════════════════════
⌗ Tags: No_Tags
════════════════════════
𐀪 Author: shim__
════════════════════════
ⴵ Time: Wed, 01 Jan 2025 13:21:25 +0000
════════════════════════
⌗ Tags: No_Tags
shimun's blog
Exploring jj rebase | shimun's blog