<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: 22243dsw</title>
    <description>The latest articles on DEV Community by 22243dsw (@22243dsw).</description>
    <link>https://dev.to/22243dsw</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3882629%2Fb7bccff7-5b79-48da-a5d4-a6ddbf8b5182.png</url>
      <title>DEV Community: 22243dsw</title>
      <link>https://dev.to/22243dsw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/22243dsw"/>
    <language>en</language>
    <item>
      <title>How I built a Quant Simulator on a restricted Chromebook</title>
      <dc:creator>22243dsw</dc:creator>
      <pubDate>Thu, 16 Apr 2026 16:42:11 +0000</pubDate>
      <link>https://dev.to/22243dsw/how-i-built-a-quant-simulator-on-a-restricted-chromebook-94d</link>
      <guid>https://dev.to/22243dsw/how-i-built-a-quant-simulator-on-a-restricted-chromebook-94d</guid>
      <description>&lt;p&gt;"🚀 We are launching on Product Hunt on April 21! Click here to support [&lt;a href="https://www.producthunt.com/@enshuo_tang%5D" rel="noopener noreferrer"&gt;https://www.producthunt.com/@enshuo_tang]&lt;/a&gt;"&lt;br&gt;
wait for the April 21, and open the link than you will see my product!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foraerc3myvcv4738hpoq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foraerc3myvcv4738hpoq.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frz57h1m20657q5spruok.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frz57h1m20657q5spruok.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffhme1i9km892ax700odi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffhme1i9km892ax700odi.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjizayjttaxy7gx4pq9uj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjizayjttaxy7gx4pq9uj.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Building a Monte Carlo Stock Simulator on a Restricted School Chromebook</title>
      <dc:creator>22243dsw</dc:creator>
      <pubDate>Thu, 16 Apr 2026 14:10:41 +0000</pubDate>
      <link>https://dev.to/22243dsw/building-a-monte-carlo-stocksimulator-on-a-restricted-schoolchromebook-3om4</link>
      <guid>https://dev.to/22243dsw/building-a-monte-carlo-stocksimulator-on-a-restricted-schoolchromebook-3om4</guid>
      <description>&lt;p&gt;Constraints create creativity.&lt;br&gt;
I am a 13-year-old student (7th grade) with a dream: getting into Wharton Business School. But currently, I only have a school-issued Chromebook with strict network filters and no local dev environment.&lt;br&gt;
Instead of giving up, I spent my time mastering raw JavaScript logic. Today, I’m showing off my latest project: High Capital, a quantitative trading simulator.&lt;br&gt;
🚀 Key Features:&lt;br&gt;
Monte Carlo Engine: Real-time price simulation using drift and volatility variables.&lt;br&gt;
Performance First: 2000+ lines of raw JS/HTML/CSS optimized for low-end hardware.&lt;br&gt;
Data Driven: 24+ procedural industries with randomized economic events.&lt;br&gt;
Dynamic Visuals: Real-time charting using Chart.js.&lt;br&gt;
🛠️ The "Chromebook" Challenge:&lt;br&gt;
Developing on ChromeOS meant dealing with CORS issues and a lack of professional IDEs. I had to keep everything in a single, massive 1600+ line file to ensure it runs smoothly.&lt;br&gt;
📜 My Background:&lt;br&gt;
I might only be 13, but I’ve already cleared simulations from Goldman Sachs, Citi, BCG, and Google. I believe that logic and grit matter more than having a $3000 MacBook.&lt;br&gt;
I'd love to hear your feedback on my simulation logic!&lt;br&gt;
(Optional: Here is a snippet of my Monte Carlo loop:)&lt;br&gt;
javascript&lt;br&gt;
// Quick logic peek&lt;br&gt;
const noise = (Math.random() - 0.5) * 2;&lt;br&gt;
const dailyChange = s.drift + (noise * s.volatility);&lt;br&gt;
s.price *= (1 + dailyChange);&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
