[web] seo: fix external 4XXs (#1665)

This commit is contained in:
Zhou Yuhang 2025-08-21 08:01:12 +08:00 committed by GitHub
parent 6871813819
commit 873fd1806d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 4 additions and 7 deletions

View File

@ -21,8 +21,6 @@ export default function SubredditFilter({
});
const availableSubreddits = useMemo(() => {
console.info(project?.subredditKeywords);
const subreddits =
project?.subredditKeywords?.flatMap(
(group: { subreddits: Array<string> }) => group.subreddits,

View File

@ -81,7 +81,7 @@ If front end products are not tested thoroughly, the company is either small, or
> How are engineering teams organized? Are there both front end engineers and back end engineers in the same team or are they in separate teams? How much back end engineering does a front end engineer have to do?
Both ways of team organization can work, but you'd want to avoid a situation where you are the [only front end engineer on a large team primarily made up of back end engineers](https://www.zhenghao.io/posts/siloed-fee) where there are few senior to learn front end from. You might also be a victim of "bait and switch", where after you join a team, there isn't that much front end work to do and you end up spending most of your time doing back end work. That's not what you're hired to do in the first place, some might like it, but most don't.
Both ways of team organization can work, but you'd want to avoid a situation where you are the only front end engineer on a large team primarily made up of back end engineers where there are few senior to learn front end from. You might also be a victim of "bait and switch", where after you join a team, there isn't that much front end work to do and you end up spending most of your time doing back end work. That's not what you're hired to do in the first place, some might like it, but most don't.
> Is there a front end infrastructure team that takes care of common front end engineering needs across the company such as design system components, linting, build, performance, package upgrades, etc?

View File

@ -96,7 +96,7 @@ Optimal loading sequence prioritizes the loading of essential resources, like CS
### Resources
- [Optimizing the Critical Rendering Path | Google Developers](https://developers.google.com/web/fundamentals/performance/critical-rendering-path)
- [Prioritizing content in the browsers critical rendering path | Web.dev](https://web.dev/using-the-preload-tag/)
- [rel=preload | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel/preload)
## Prefetching
@ -159,7 +159,7 @@ Compression is a method that reduces file sizes for faster user delivery by elim
### Resources
- [Compression in HTTP - MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Compression)
- [Introduction to Brotli Compression | CSS Tricks](https://css-tricks.com/brotli-compression/)
- [Brotli Compression | MDN](https://developer.mozilla.org/en-US/docs/Glossary/Brotli_compression)
## Tree shaking

View File

@ -181,7 +181,7 @@ Compression reduces file sizes by getting rid of unnecessary data, speeding up l
### Resources
- [Compression in HTTP - MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Compression)
- [Introduction to Brotli Compression | CSS Tricks](https://css-tricks.com/brotli-compression/)
- [Brotli Compression | MDN](https://developer.mozilla.org/en-US/docs/Glossary/Brotli_compression)
---

View File

@ -24,7 +24,6 @@ Refer to Atlassian's official front end interview preparation guides:
### Community experiences
- [Sadanand Pai](https://frontendpro.hashnode.dev/frontend-interview-experience-at-atlassian)
- [Tanya Singh](https://medium.com/@singht216/atlassian-interview-experience-frontend-software-engineer-8f69f3c5c8ea)
- [Stylus07](https://medium.com/@stylus07/atlassian-interview-experience-e51cb1f0735b)
- [Ayush Saini](https://www.ayushsaini.com/blog/atlassian-interview-experience-software-engineer)