Edwin Kofler
@hyperupcall
in-progress full stack and devops engineer. edwinkofler.com
Template for starting an Oak web server. Oak runs on Deno, an alternative Typescript and Javascript runtime. Oak is the most popular Deno web frameworDeno
Boilerplate for setting up a Babel Plugin and testing with Jest. More to be added before end of Template Competition.
Node.js
uses a babel plugin to transpile to the correct operator. as per the rules no external libraries were used... kind of. it requires babel, but it's sor
Node.js
A Comprehensive Guide to Replit's New Git and GitHub Features
recently, Replit has added integrations for Git and GitHub. now, you can interact with
HTML, CSS, JS
ssmodish Any plans to change or allow ALL multiplayer contributors to commits, not just the individual that does the commit?2 years ago
castaway How can I set the correct type/language on a repo that started in github? (or push an existing repls contents as a commit onto an existing github repo)?2 years ago
so i wanted to share this cool typing 'game' i made. its simple - load the page, type the text, and see your typing speed.
your speed should be faste
HTML, CSS, JS
so i made a little micro kubernets dashboard (that's micro k8s, with a space, not MicroK8s.
it was originally supposed to be for the halloween challe
HTML, CSS, JS
repl webpack boilerplates
so a while ago i created some repls that essentially consisted of boilerplate, mostly related to webpack and frontend develo
Node.js
FredrikHarnevik I get an error when starting this repl:
ValidationError: webpack Dev Server Invalid Options
options.before should be {Function} (https://webpack.js.org/configuration/dev-server/#devserver-before
) at validateOptions (/home/runner/node_modules/schema-utils/src/validateOptions.js:32:11)
at new Server (/home/runner/node_modules/webpac
k-dev-server/lib/Server.js:84:5) at /home/runner/index.js:35:11
at Script.runInContext (vm.js:133:20)
at Object. (/run_dir/interp.js:156:20)
at3 years ago
๐ฐ XKCD Comic Viewer
Features
Automatically flips every ~10 seconds
Press space to manually flip (goes back to automatic after ~15 seconds)
Hover ove
Node.js
JavaScript's Intersection Observers
JavaScript's intersection observers are pretty cool. They let you test if some DOM element is intersecting anothe
HTML, CSS, JS
๐ฎ Making 3D Babylon Scenes more Dynamic with Actions
In the last tutorial, I showed you guys how to make a basic Babylon scene, with lights, cameras
HTML, CSS, JS
ebest you did this "repl](https://repl.it/@eankeen/babylon-animation-tutorial-3)" wrong and why is there an error:
ReferenceError: BABYLON is not defined
at start (/main.js:10:16)4 years ago
Save Data Using JsonStore.io
The jsonstore.io website has been mentioned quite a bit recently. It provides a really easy way to store and retrieve da
Node.js
brittebaker Well! hit the link you have mentioned above in a content but it landed me on a page where it had showed me a nasty 404 error. I just wanted to know about your services and there is absolutely no doubt that website like affordable essay writer Ireland to a such a great extent but it depends largely on the quality of content what you have to offer to reader.10 months ago
Learn ReactJS on Replit!๐
react-logo
Some of you guys may have heard of ReactJS
According to the official website:
> [React is a] a JavaScript lreactjs
TalinSharma How would I use react.js on repl.it now? They don't have support for react repls anymore... @eankeen
image
2 years ago
Coder100 Why do we need the class name = โappโ?
When I removed it, there was no difference.3 years ago
๐ฎ 3D Games with BabylonJS: A Starter Guide
Babylon is a JavaScript framework enabling developers to create 3D graphics with ease. Popular games such
HTML, CSS, JS
๐ So I made a viewer for the xkcd comics
gif
Features
Automatically switch through comics every ~10 seconds
** to manually switch comics. "Manual m
Node.js
There was a little competition announced in the Replit discord channel. The objective was to display (winning) lottery ticket data in a readable way.
Node.js
๐ต Blogging on Replit with Hexo
hexo logo
If you've ever wanted to create a blog, you might have heard of static site generators like Jekyll, Hugo,
When did you discover your passion for programming? Did you come to the realization at a single point in time, or was it a gradual process?
l guess I
ColleagueRiley I know this is late but I was messing around with scratch and then I realized thats what I really liked to do so I kept doing that until I found a youtube named code bullet and that got me into ai so I started learning JS, pygame and processing. But right now im learning pygame.3 years ago
theangryepicbanana I discovered my passion for programming when i saw my friend making minecraft on Khan Academy. I wanted to be able to make stuff like that too, so i decided to learn how to program. I soon discovered that I found my true talent4 years ago
PaoloAmoroso I discovered my passion for programming when using, and learning about my first home computers in the early 1980s. I initially got a Sinclair ZX Spectrum, then a Sinclair QL, and started experimenting with BASIC and Assembly.4 years ago
โโ Empty 2 โโ
You may have seen the original "Empty repl", posted by @mat1 a while back.
If you're not familiar, Mat called his "Empty" repl a "phi
Node.js
TerrorbuildLuna But is it really full?
image
At the start, people are nice to you, giving you hints. Once you are older, people say that you should start taking control of your life, to really start or enter your life. However, once you enter the game - your life - you realize others try to push you out. They try to make you exit. When you try, sometimes you can't even exit... this is why you should know that when you try to take control of your life, sometimes it doesn't work. This is why you should not be tak3 years ago
๐ Replit Talk Post Fetcher
What it does
If you're into helping other people in repl.it, you may be continuously checking replit talk for recently ask
Node.js
abc3354 https://replit-talk-ask-new-question-fetcher.eankeen.repl.co
(to access it directly with the replit desktop app)3 years ago
stevenhuang2025 Whenever I open it up, it displays a blank screen with the title, but no repls.4 years ago
๐ Using Git with Repl.it: A Short Guide
I stumbled upon this post, which described a method to access Git commands from within your repl. Using a Ve
Vandesm14 The problem is after cloning a repo, it will be cloned into a separate folder. This prevents me from running the index.js file inside of that repo folder, since repl.it looks for the index.js located in /home/runner and not in /home/runner/repo. Another problem is file updates. After cloning a repo and refreshing the page (to update the file GUI) the repo folder is deleted and the file tree is replaced with the original repl files. Repl.it, please fix this so It will work.4 years ago
ArchieMaclean You can also press Ctrl Shift P (and type shell) to open the shell, if you don't have the function keys (like me).4 years ago