Tweet
My weather app is live and you can play with it or attempt to break it here manonlef.github.io/weather-app/ Up to the next submodule: A Bit of Computer Science 😓 with

@TheOdinProject
#API
@weatherapidev

#javascript #webpack #buildinpublic #100DaysOfCode ++
I just finished my #Battleship game prototype.I have included Unit Tests in #jest for the first time in a project. Setting up #jest with #webpack was a challenge for me
(BEST VIEWED ON DESKTOP)
Live: dastapan.github.io/Battleshipp/
Repo: github.com/DasTapan/Battl…
(1/n)
Tried the "Single Responsibility" principle of #solid & divided my code into several #modules
TOOLS:
=> #webpack
=>es-lint
=>prettier
=>openweathermap API
=>git
All cities' weather data across the globe are at your fingertips!
#buildinpublic #javascript #weather @TheOdinProject
I finished my first #project Weather Application of 2023 on the auspicious day of #makarsankranti. It's the first project I have used a third-party API and JS #promises, #async
(BEST VIEWED ON DESKTOP)
Live: lnkd.in/dKENcRnz
GitHub: lnkd.in/durzBFEa
#webdevelopment
I'm about to close blog.alex-eble​.de in order to move it to www.alex-eble.​de/blog/.

My goal is to have a single website and improve #SEO.

With regards to tech stack, the blog is then going to be powered by just #Webpack instead of #Hugo #StaticSiteGenerator.

#buildinpublic
I'm about to close blog.alex-eble​.de to create www.alex-eble.​de/blog/.

My goal is to have a single website and improve #SEO.

With regards to tech stack, the blog is then going to be powered by just #Webpack instead of #Hugo #StaticSiteGenerator.

#buildinpublic
Update 17: basic webpack configured

To optimize and improve I am planning to add some plugins soon
#tweet100 #buildinpublic #webpack #javascript #100daysofcode #coding
Dear Webpack experts...

I have two files to configure env variables in my TS project (environment.ts and environment.production.ts).

Whats the best way to only include one or the other in the bundle depending on env.production?

Sincerely, Russ

#buildinpublic #webpack #nodejs
Refactoring of the #vuejs code is in progress:
- removed code duplication
- reorganized utils
- added more #webpack aliases to improve code readablility
#buildinpublic #buildinginpublic #saas #codinglife #rafactoring
💡Self-hosting Google Fonts

You can limit the number of external connections to increase performance by self-hosting your Google Fonts with google-fonts-webpack-plugin. The plugin will download the fonts to your build folder.

#javascript #webpack #webperf #webdev