[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


Janitor applications are now closed. Thanks to all who applied!


[Advertise on 4chan]


File: cloudflare.png (161 KB, 835x920)
161 KB PNG
Cloudflare edition.

>Free beginner resources to get started with HTML, CSS and JS
https://developer.mozilla.org/en-US/docs/Learn - MDN is your best friend for fundamentals
https://web.dev/learn/ - Guides by Google, you can also learn concepts like Accessibility, Responsive Design etc
https://eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScript
https://javascript.info/ - Quite a good JS tutorial
https://flukeout.github.io/ - Learn CSS selectors in no time
https://flexboxfroggy.com/ and https://cssgridgarden.com/ - Learn flex and grid in CSS

>Resources for backend languages
https://nodejs.org/en/learn/getting-started/introduction-to-nodejs - An intro to Node.js
https://www.phptutorial.net - A PHP tutorial
https://dev.java/learn/ - A Java tutorial
https://rentry.org/htbby - Links for Python and Go
https://quii.gitbook.io/learn-go-with-tests - Learn Go with Tests

>Resources for miscellaneous areas
https://github.com/bradtraversy/design-resources-for-developers - List of design resources
https://www.digitalocean.com/community/tutorials - Usually the best guides for everything server related

>Need help? Create an example and post the link
https://jsfiddle.net - if you need help with HTML/CSS/JS
https://3v4l.org - if you need help with PHP/HackLang
https://codesandbox.io - if you need help with React/Angular/Vue

/wdg/ may or may not welcome app development discussion. You can post and see what the response is. Some app technologies of course have overlap with web dev, like React Native, Electron, and Flutter.

We have our own website: https://wdg-one.github.io

Submit your project progress updates using this format in your posts, the scraper will pick it up:

:: my-project-title ::
dev:: anon
tools:: PHP, PostgreSQL, etc.
link:: https://my.website.com
repo:: https://github.com/user/repo
progress:: Lorem ipsum dolor sit amet

Previous: >>108951042
>>
File: blogs.png (216 KB, 781x633)
216 KB PNG
Well /wdg/? Do you read engineering blogs from big companies?

I sometimes read tech blogs but normally I'm just writing personal projects and reading documentation.
>>
>>109005780
It's certainly superior over medium.com pajeet slop, and now AI slop flooding tech blogs.
>>
>>109005876
I read some random dev's blog the other day about AI programming. I think it was something I found on Reddit. It was a good article, saying that AI is a useful tool but you need to understand any code you've made with it before you commit that code.
>>
>>109005588
The Preact no build SPA I'm working on is improving. I've read the entire Preact docs, and added global state and dispatch to all functional components using the legacy context class API. I am now reading up on frontend architecture with the Elm, Redux, Replicant and Re-Frame docs.
Millions must read.
>>
>>109007360
>but you need to understand any code you've made with it before you commit that code.
it's pretty surreal that this has to be specified 2bh, it should be common sense
>>
>>109007529
damn you've read a lot kneegrow
>>
thoughts on Less (CSS)?
>>
>>109009213
More of a vanilla CSS guy myself
>>
>>109005780
>Do you read engineering blogs from big companies?
I did when they ware interesting and technology focused ~10 years ago
Those companies have grown so much that they don't value tech any more but brand value so the blogs now are circle jerking exercise
>>
>>109009213
basically jQuery at this point. Makes your project more complex with little to gain
>>
>>109010316
yeah, so I learned
I was setting up an Angular project and the installer proposed to install Less along with it so I thought it would be relevant
>>
I'm getting fucking raped by Ai Scrappers

Is there anything you can do short of Installing Trannyware Anubis to somehow take advantage of this?

At least make em pay a fucking cent or something if they're going to be hitting me up every 2 seconds
>>
>>109010647
put it behind cloudflare
>>
>>109005588
Oh i misunderstood the thread. Thought this was a how to FUCK cloudflare and whatever voidzero is in the FACE!
>>
>>109011195
>Sell out to the literal devil
Literally give me anything else
>>
>>109010647
https://webagencyhero.com/cloudflare-waf-rules-v3/
>>
File: 1780329160971993.jpg (60 KB, 736x736)
60 KB JPG
>>109007578
I have read the current React docs twice and the legacy React docs once
>>
chances are cloudfñare is running the same scrapers they get rid of when u use them
now that I think about it, there's probs lot of money in bypassing cloudflare
and probs theres also money in competing with cloudflare
>>
>>109012995
my focus is really poor, I read something and soon I start thinking about something which is slightly related, damn
>>
>>109013105
cloudflare sells a scrper now
cloudflare 's scraper also has a lot of exploits that are well known at this point
there is not money in competing in cloudflare because you can't
hope that helps. all scrapers can be easily bypassed instantly. it doesn't matter if you have anubis or anything else. i can bypass it instantly using firecrawl. ddos-guard, go-away, anubis, cloudflare, fastly, i don't care, i am fucking scraping it. cry about it
>>
>>109009213
not needed anymore, vanilla CSS is pretty good now
>>
>>109013127
Ditto. Good blog post on this: https://www.zolkos.com/2025/12/03/vanilla-css-is-all-you-need
>>
>>109005876
God I hate when that fucking slop is the first result google throws at you instead of MDN
>>
>>109013151
Ermm. duderino, literally just use a tailwind multi-line class with 9340 characters to paint the background blue
>>
>>109013151
I only skim-read this. But yeah I just use vanilla CSS in personal projects. Tailwind seems like total bloat.

Also it's crazy how much stuff browsers can do natively these days. They just keep bolting on new stuff, whether it's CSS, JS, whatever. From a web dev perspective I think that's good though. It allows you to make more powerful and interesting web applications.
>>
>>109005780
nowadays all you'll get from engineering blogs are AI articles you cant trust
>>
File: copilot.png (153 KB, 1300x856)
153 KB PNG
>>109015076
Hopefully the AI meme will be tempered somewhat by increasing prices. Pic related.
>>
File: 1609540598876.jpg (131 KB, 1200x760)
131 KB JPG
>>109015893
tech leads in charge status: troll'd
>>
Claude fable 5 can turn htmx into react
>>
>>109016146
>htmx
Meme
>>
I'm fucking around with my projects and noticed serving a few MB files is kind of slow, like roughly 1000 requests per second slow, localhost. How do I fix this?
>>
>>109010647
Add your own PoW middleware?
https://en.wikipedia.org/wiki/Hashcash

It's not that hard. Anubis is basically just this.
>>
I thought making my own crypto payment processing would be simpler, i've installed a handful of very sketchy apps by now and made a lot of wallets, but i think i got the hang of things, now to scrap my progress and redo it properly
>>
>they separated ripple.ts syntax into its own package that can compile to react, preact, solid and svelte
https://tsrx.dev/
THANK YOU VIBE GODS
>>
>>109020174
refactoring is OP, share ur insight on refactoring with us if you want
>>
tets
>>
bupn
>>
I might run all my npm stuff inside a VM because of all these npm supply chain attacks.
>>
whats a good static site generator framework, I want the least complex one.
>>
>>109022945
people are already calling it dead, scary stuff. it'd be a shame, cause node is probs the best thing to ever happen to BE it is the future, done and gone completely wrong. to me the moral of the story is accountability
like, yeah, take care of it, don't let bad actors handle it, should be obvious enough, the mass layoffs probably didn't help either, the vulnerability warnings were a profecy
>>
>>109022981
no framework, just vanilla php include/require that's all if all u want is a menu or list of links that'd be my choice fo shizzle
>>
Why doesn't Firefox have canvas smoothing?
>>
>>109023820
Never used <canvas> myself because I'm a pleb
>>
>>109022981
I haven't used it myself, but maybe something like Hugo

https://gohugo.io/getting-started/quick-start/
>>
Another day, another axios CVE

it's all so tiresome
>>
>>109026000
More of a fetch nigga myself



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.