home.social

#tsc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tsc, aggregated by home.social.

  1. europesays.com/africa/170285/ Teachers Threaten Nationwide Strike Ahead of the Second Term Over Healthcare and Staffing Crisis #Kenya #KUPPET #SHA #TeachersStrike #TSC

  2. Git-хуки, которые не дают коммитить плохой код

    Здравствуйте, коллеги программисты! Большинство фейлов в CI — это мелочи: забытый console.log , форматирование, линт, сломанный импорт, файл без теста. Такие ошибки не должны доезжать до сборки или код-ревью. Git-хуки позволяют запускать проверки прямо во время git commit и блокировать коммит, если были обнаружены нарушения. В прошлой статье я рассказывал про скрипты, которые я использую для проверки качества кода в PHP/Laravel. В этой статье я хочу рассказать о скриптах для JavaScript/TypeScript и Python — линтинг, форматирование, тесты, статический анализ и проверка наличия тестов. Все скрипты описанные в статье находятся здесь - github.com/prog-time/git-hooks

    habr.com/ru/articles/993870/

    #линтер #git_hooks #javascript #python #eslint #prettier #tsc #vitest #mypy #pytest

  3. Neuer Lerninhalt zum Importieren in die eigene Instanz der Thüringer Schulcloud (#TSC) - diesmal zum Thema Zölle.

    schulportal-thueringen.de/web/

    ---

    Sie haben selbst bereits Kurse oder Lerneinheiten erstellt, die Sie gern mit anderen Lehrkräften in Thüringen teilen möchten?

    Dann füllen Sie bitte [1] die Vorlage zum Kurs (kurzlinks.de/6p90) aus und [2] schicken Sie uns diese an die Adresse [email protected]

  4. Neuer Lerninhalt zum Importieren in die eigene Instanz der Thüringer Schulcloud (#TSC) - diesmal zum Thema Kredite.

    schulportal-thueringen.de/medi

  5. TIL: using hpet (instead of tsc) as #Linux clocksource apparently can cause massive slowdowns in some workloads. E.g. when reading data from a socket using select() and read(), with hpet clock the select() calls alone can reduce throughput down to 25%. #Perf profiling shows that the kernel spends lots of time in read_hpet().

    Guess now I cannot postpone debugging the clock drift problems that occur with tsc clocksource on this one system :-(

    #performance #softwareDevelopment #HPET #TSC #clocks

  6. TypeScript 7 в 10 раз быстрее: анонс нативного компилятора TSGO

    11 Марта вышел аннонс Typescript 7, в котором рассказали о разработке нового tsgo компилятора. Андерс Хейлсберг объявил о следующем этапе в развитии Typescript, направленном на кардинальное повышение производительности. Основная ценность Typescript — это удобный опыт разработки, с ростом кодовой базы эта ценность становится всё более очевидной. Но, как показала практика, текущая реализация часто не справляется с очень крупными проектами. Разработчики сталкиваются с долгим временем загрузки, медленным автокомплитом и проблемами с производительностью. Нативный порт компилятора на Go - tsgo доступен в репозитории на GitHub - typescript-go . Уже сейчас его можно потестировать и попытаться собрать какой-нибудь проект, но пока реализовано 80% функционала языка. А завершить разработку tsgo обещают в пределах 2025 года.

    habr.com/ru/articles/890560/

    #typescript #typescript_7 #tsc #tsgo #typescriptgo

  7. TypeScript 的 tsc 用 Go 改寫的效果

    剛剛微軟發表出來的稿子,TypeScript 的 tsc 改用 Go 寫之後編譯速度快很多:「A 10x Faster TypeScript」。 本來是用 node.js 跑的,現在改用 Go 可以預期會快很多。微軟初步測出來的 benchmark 是 10x 左右: 不過目前 feature 還沒全部在 Go 的版本實作完,只是抓個感覺: While we’re not yet feature-complete, these numbers are representative of the order of magnitude performance improvement you’ll see checking most codebases. 我記得日常開發類的部分,framewo…

    blog.gslin.org/archives/2025/0

    #go #golang #javascript #performance #speed #tsc #typescript

  8. [Перевод] Чеклист для tsconfig.json

    В этой статье я расскажу о настройках TypeScript, определяемых в файле tsconfig.json , которых я использую в своих проектах. ❯ 1. Возможности, не затрагиваемые в этой статье В этой статье описывается в основном настройка проектов, в которых все локальные модули являются ESM. Мы почти не будем говорить об импорте CommonJS. Также мы не будем говорить о следующем: импорт и проверка типов обычного JavaScript — настройках allowJs и checkJs настройка JSX. См. раздел "JSX" карманной книги по TS "проекты" (полезно для монорепозиториев): настройка composite и др. См.: раздел "Ссылки на проекты" карманной книги по TS статья "Создание простых монорепозиториев с помощью пространств имен (namespaces) npm и ссылок на проекты TS"

    habr.com/ru/companies/timeweb/

    #timeweb_статьи_перевод #javascript #typescript #ts #tsc #tsconfig #tsconfigjson

  9. Ab sofort finden Sie in der #TSC einen neuen Menüpunkt: RÄUME🎉

    Am 29.1.2025 stellen wir in der Zeit von 15-16 Uhr in unserer Sprechstunde die Möglichkeiten der Räume vor.

    Direktlink zur Videokonferenz:
    kurzlinks.de/z6h1
    (oder mittels QR-Code auf beiliegender Grafik)

  10. Как мы мигрируем с JQuery на React

    Вокруг все говорят о серверных компонентах реакта, о серверном рендеринге, и разных новшествах в мире фронтенде. Как будто JQuery в один миг взял и исчез. Несмотря ни на что он всё ещё остаётся самой популярной библиотекой 😅. Сегодня я вам расскажу, как мы постепенно мигрируем с JQuery на React.

    habr.com/ru/articles/866158/

    #frontend #react #typescript #миграция_проекта #create_react_app #zustand #jquery #webpack #razor #tsc

  11. Как мы мигрируем с JQuery на React

    Вокруг все говорят о серверных компонентах реакта, о серверном рендеринге, и разных новшествах в мире фронтенде. Как будто JQuery в один миг взял и исчез. Несмотря ни на что он всё ещё остаётся самой популярной библиотекой 😅. Сегодня я вам расскажу, как мы постепенно мигрируем с JQuery на React.

    habr.com/ru/articles/866158/

    #frontend #react #typescript #миграция_проекта #create_react_app #zustand #jquery #webpack #razor #tsc

  12. Как мы мигрируем с JQuery на React

    Вокруг все говорят о серверных компонентах реакта, о серверном рендеринге, и разных новшествах в мире фронтенде. Как будто JQuery в один миг взял и исчез. Несмотря ни на что он всё ещё остаётся самой популярной библиотекой 😅. Сегодня я вам расскажу, как мы постепенно мигрируем с JQuery на React.

    habr.com/ru/articles/866158/

    #frontend #react #typescript #миграция_проекта #create_react_app #zustand #jquery #webpack #razor #tsc

  13. Как мы мигрируем с JQuery на React

    Вокруг все говорят о серверных компонентах реакта, о серверном рендеринге, и разных новшествах в мире фронтенде. Как будто JQuery в один миг взял и исчез. Несмотря ни на что он всё ещё остаётся самой популярной библиотекой 😅. Сегодня я вам расскажу, как мы постепенно мигрируем с JQuery на React.

    habr.com/ru/articles/866158/

    #frontend #react #typescript #миграция_проекта #create_react_app #zustand #jquery #webpack #razor #tsc

  14. If you are using Emacs with Eglot and a language server, you may be interested in eglot-cthier.el (formally eglot-hierarchy.el) which alles to show and navigate the call hierarchy of an item.

    After feedback here, on the mailing list and on codeberg, an improved version is ready for testing.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
    #codeberg

    codeberg.org/harald/eglot-supp

  15. If you are using Emacs with Eglot and a language server, you may be interested in eglot-cthier.el (formally eglot-hierarchy.el) which alles to show and navigate the call hierarchy of an item.

    After feedback here, on the mailing list and on codeberg, an improved version is ready for testing.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
    #codeberg

    codeberg.org/harald/eglot-supp

  16. If you are using Emacs with Eglot and a language server, you may be interested in eglot-cthier.el (formally eglot-hierarchy.el) which alles to show and navigate the call hierarchy of an item.

    After feedback here, on the mailing list and on codeberg, an improved version is ready for testing.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
    #codeberg

    codeberg.org/harald/eglot-supp

  17. If you are using Emacs with Eglot and a language server, you may be interested in eglot-cthier.el (formally eglot-hierarchy.el) which alles to show and navigate the call hierarchy of an item.

    After feedback here, on the mailing list and on codeberg, an improved version is ready for testing.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
    #codeberg

    codeberg.org/harald/eglot-supp

  18. If you are using Emacs with Eglot and a language server, you may be interested in eglot-cthier.el (formally eglot-hierarchy.el) which alles to show and navigate the call hierarchy of an item.

    After feedback here, on the mailing list and on codeberg, an improved version is ready for testing.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
    #codeberg

    codeberg.org/harald/eglot-supp

  19. If you are using Emacs with Eglot and a language server, you may be interested in my new package eglot-hierarchy.el which alles to show and navigate the call hierarchy of an item.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript

    codeberg.org/harald/eglot-supp

  20. If you are using Emacs with Eglot and a language server, you may be interested in my new package eglot-hierarchy.el which alles to show and navigate the call hierarchy of an item.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript

    codeberg.org/harald/eglot-supp

  21. If you are using Emacs with Eglot and a language server, you may be interested in my new package eglot-hierarchy.el which alles to show and navigate the call hierarchy of an item.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript

    codeberg.org/harald/eglot-supp

  22. If you are using Emacs with Eglot and a language server, you may be interested in my new package eglot-hierarchy.el which alles to show and navigate the call hierarchy of an item.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript

    codeberg.org/harald/eglot-supp

  23. If you are using Emacs with Eglot and a language server, you may be interested in my new package eglot-hierarchy.el which alles to show and navigate the call hierarchy of an item.

    I tested it with eclipse-jdtls and tsc.

    Feedback welcome.

    #Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript

    codeberg.org/harald/eglot-supp

  24. @vias_lena #TS erreicht mit +4
    📈 nyomen auf der SFS
    📉 obligatorischer Stau vor Einfahrt schon ab #TSC

  25. First #TSC and #DMEC meeting for our new trial investigating a universal social and emotional learning programme, on children’s #MentalHealth and related outcomes.

    Great to see so many respected colleagues in one place. Socialisation is clearly the result of what you do for a decade 😂

    For more information about the study:
    passport2success.co.uk/

    #ISRCTN isrctn.com/ISRCTN12875599

    #RCT
    @JGA