📰 Dev.to · Tomasz Wegrzanowski
Articles from Dev.to · Tomasz Wegrzanowski · 15 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10132)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Tomasz Wegrzanowski
3y ago
Getting Started with Web Speech Synthesis API and Svelte
Browser get new APIs all the time, one of such APIs is Web Speech Synthesis. Let's explore it with...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 57: Extending BATTLETECH Weapon app
Time to improve the app. Here are the main features for this episode: show stability damage include...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 55: Sliders for BATTLETECH Weapon Ranking App
Time to make our app a little more interactive. I added the following sliders: how much ammo to...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 54: BATTLETECH Weapon Ranking App
Let's start coding the app. For now I'll hardcode some static assumptions like: we don't care about...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 53: Setting up JSON imports for a Svelte project
In previous episode I created data export for BATTLETECH weapons data. Before I get to writing the...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 51: Polishing Russian Losses App
There's been some feedback to my app, mainly: it's unclear what "Projection basis in days" means, I...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 42: Projecting Russian Personnel Losses
The Russian Losses App needs one more thing - projecting personnel losses. This will work...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 41: Projection Basis Slider for Russian Losses App
When I started the Russian Losses app, it wasn't clear if there's any specific trend, so I just used...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 39: Loss Percentage Axis for Russian Losses App
There's a few features I want to add to the Russian Losses App, and the first is % losses axis. This...

Dev.to · Tomasz Wegrzanowski
3y ago
Open Source Adventures: Episode 40: Svelte Stores for Russian Losses App
State should generally live inside components, but it's not always possible without excessive...

Dev.to · Tomasz Wegrzanowski
4y ago
Open Source Adventures: Episode 36: Using D3 to figure out when Russia will lose its last armored vehicle
We can extend the tank losses app to armored vehicles and artillery. This could be done with just...

Dev.to · Tomasz Wegrzanowski
4y ago
Open Source Adventures: Episode 34: Making Last Russian Tank Predictor mobile friendly
There are two big issues with the app we have so far: it just plain doesn't work in Safari, due to...

Dev.to · Tomasz Wegrzanowski
4y ago
Open Source Adventures: Episode 33: Using D3 to figure out when Russia will lose its last tanks
OK, let's get to the main point of the app - figuring out when Russia will run out of tanks. ...

Dev.to · Tomasz Wegrzanowski
4y ago
Open Source Adventures: Episode 32: Better Russian Tank Losses Graphs with D3 and Svelte
Before we answer the question when Russian will run out of tanks, let's refactor and improve our code...

Dev.to · Tomasz Wegrzanowski
4y ago
Open Source Adventures: Episode 31: Using D3 and Svelte to visualize Russian Tank Losses
In previous two episodes I did the same D3 app without any tooling, and then with Parcel. Let's do it...
DeepCamp AI