I am Elissavet (Elizabeth) Triantafyllopoulou, an Information Technology Solutions Specialist with over twenty years of experience in architecting digital systems. Since 2003, I have been dedicated to bridging the gap between legacy foundations and the modern web, leading projects from initial concept through to deployment and maintenance.
👩💻
Hello there!
Evolutionary Architect & Creative Engineer: Weaving 20 years of end-to-end logic into high-impact digital systems for the public good.
Pinned Loading
-
responsive-images
responsive-images PublicGrunt task to resize and optimize images for responsive websites.
JavaScript
-
Hint.css updated for keyboard naviga...
Hint.css updated for keyboard navigation and light themed tooltip. 1/*! Hint.css - v3.0.0 - 2023-11-292* https://kushagra.dev/lab/hint/3* Copyright (c) 2023 Kushagra Gour4*/5 -
Transforms the elements' average alt...
Transforms the elements' average altitude into their orbital periods. 1/*Intermediate Algorithm Scripting: Map the Debris2Return a new array that transforms the elements' average altitude into their orbital periods (in seconds).3The array will contain objects in the format {name: 'name', avgAlt: avgAlt}.4You can read about orbital periods on Wikipedia.5The values should be rounded to the nearest whole number. The body being orbited is Earth. -
palindrome-checker.js
palindrome-checker.js 1/*JavaScript Algorithms and Data Structures Projects: Palindrome Checker2Return true if the given string is a palindrome. Otherwise, return false.3A palindrome is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.4Note5You'll need to remove all non-alphanumeric characters (punctuation, spaces and symbols) and turn everything into the same case (lower or upper case) in order to check for palindromes. -
sum-all-odd-fibonacci-numbers.js
sum-all-odd-fibonacci-numbers.js 1/*Intermediate Algorithm Scripting: Sum All Odd Fibonacci Numbers2https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/sum-all-odd-fibonacci-numbers3Given a positive integer num, return the sum of all odd Fibonacci numbers that are less than or equal to num.4The first two numbers in the Fibonacci sequence are 1 and 1. Every additional number in the sequence is the sum of the two previous numbers. The first six numbers of the Fibonacci sequence are 1, 1, 2, 3, 5 and 8.5For example, sumFibs(10) should return 10 because all odd Fibonacci numbers less than or equal to 10 are 1, 1, 3, and 5.*/ -
smallest-common-multiple-range.js
smallest-common-multiple-range.js 1/*https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/smallest-common-multiple2https://en.wikipedia.org/wiki/Least_common_multiple3https://en.wikipedia.org/wiki/Euclidean_algorithm4Intermediate Algorithm Scripting: Smallest Common Multiple5Find the smallest common multiple of the provided parameters that can be evenly divided by both, as well as by all sequential numbers in the range between these parameters.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



