並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 73件

新着順 人気順

frameworksの検索結果1 - 40 件 / 73件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

frameworksに関するエントリは73件あります。 JavaScriptjavascripttechfeed などが関連タグです。 人気エントリには 『The new wave of Javascript web frameworks』などがあります。
  • The new wave of Javascript web frameworks

    The new wave of Javascript web frameworksMake sense of the proliferation of new Javascript web frameworks. A deep dive into the problems at scale and the recent evolution of innovation. IntroductionStaying current in the Javascript ecosystem is not for the faint of heart. It’s challenging for those entering the industry to follow what’s happening amongst the new libraries, frameworks, concepts, an

      The new wave of Javascript web frameworks
    • Don't Use Frameworks :: Victor's Blog — Ramblings of a Software Professional

      Stop using frameworks for everything. Just stop. You don’t need a framework to write good code and deliver products. Don’t get me wrong, frameworks are useful, but they are all-consuming and hide the application. So if you shouldn’t depend on frameworks what should you do instead? Clean architecture. More specifically, there are some patterns you can follow to better architect your application and

      • Best Rust Web Frameworks to Use in 2023

        Best Rust Web Frameworks to Use in 2023 In the dynamic landscape of web development, Rust has emerged as a language of choice for building safe and performant applications. As Rust's popularity grows, so does the array of web frameworks designed to harness its strengths. This article compares some of the best Rust frameworks highlighting their respective advantages and drawbacks to help you make i

          Best Rust Web Frameworks to Use in 2023
        • AWS Lambda の上でいろんなWEB フレームワークを動かそう! / Web Frameworks on Lambda

          AWS Lambda はサーバーレスサービスの中で、compute処理を担うサービスになります。その役割はシンプルにロジックを実行することにあります。そして、その他の非機能要件についてはどうするかというと、他のAWSサービスに任せたりします。たとえばログは Amazon CloudWatch Logs、トレースは AWS X-Ray、認証認可は Amazon Cognito などなど。 その中でよく質問にあがるのが、オンプレミスやEC2で使っていたプログラミング言語用のフレームワークをそのまま Lambda関数で使いたい!どうすればよいですか? というものです。 このセッションでは、そういう質問があがる背景から入り、AWS Lambda の機能によるうまいやり方を探っていきます。

            AWS Lambda の上でいろんなWEB フレームワークを動かそう! / Web Frameworks on Lambda
          • Vanilla JavaScript and HTML - No frameworks. No libraries. No problem.

            Vanilla JavaScript and HTML - No frameworks. No libraries. No problem. Are you using Vue, React, Angular, or Svelte to create web apps? I am, and if you are too, I bet it's been a while since you've written an app that renders content without these fine tools. Armed with only what comes with the browser. Years ago, this is exactly how many of us wrote web apps. While today's tools help abstract th

              Vanilla JavaScript and HTML - No frameworks. No libraries. No problem.
            • GitHub - microsoft/folio: A customizable test framework to build your own test frameworks

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - microsoft/folio: A customizable test framework to build your own test frameworks
              • 🌶️ IMHO 🌶️ - Rich Harris on frameworks, the web, and the edge.

                この記事はSvelte/Sveltekitの作者であるRich Harris氏による講演「🌶️ IMHO 🌶️」を翻訳したものです。 この記事の作成には、Whisperによる書き起こし、DeepLおよびChatGPTによる翻訳を補助的に使用しています。 また、本文中には適宜訳注を入れています。 この場を借りて、翻訳を許可していただいたRich氏、 またこの翻訳をきめ細かくレビューしていただいたtomoam氏、英文解釈の相談に乗っていただいたshamokit氏へ感謝を表明したいと思います。 So, I'm going to be giving a talk tonight called In My Humble Opinion, and it's a collection of loosely connected thoughts about recent trends in front

                  🌶️ IMHO 🌶️ - Rich Harris on frameworks, the web, and the edge.
                • The Cost of Javascript Frameworks - Web Performance Consulting | TimKadlec.com

                  There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. The thing about JavaScript is you end up paying a performance tax no less than four times: The cost of downloading the file on the network The cost of parsing and compiling the uncompressed file once downloaded The cost of executing the JavaScript The memory cost The combination is very expensive. And we a

                  • The State of Machine Learning Frameworks in 2019

                    In 2018, PyTorch was a minority. Now, it is an overwhelming majority, with 69% of CVPR using PyTorch, 75+% of both NAACL and ACL, and 50+% of ICLR and ICML. While PyTorch’s dominance is strongest at vision and language conferences (outnumbering TensorFlow by 2:1 and 3:1 respectively), PyTorch is also more popular than TensorFlow at general machine learning conferences like ICLR and ICML. While som

                      The State of Machine Learning Frameworks in 2019
                    • pzuraq | Four Eras of JavaScript Frameworks

                      April 25, 2022 Four Eras of JavaScript Frameworks April 25, 2022 I started coding primarily in JavaScript back in 2012. I had built a PHP app for a local business from the ground up, a basic CMS and website, and they decided that they wanted to rewrite it and add a bunch of features. The manager of the project wanted me to use .NET, partially because it’s what he knew, but also because he wanted i

                        pzuraq | Four Eras of JavaScript Frameworks
                      • GitHub - bradtraversy/vanillawebprojects: Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          GitHub - bradtraversy/vanillawebprojects: Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries
                        • GitHub - gqlgo/awesome-gqlgen: A curated list of awesome frameworks, libraries and software using gqlgen library.

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - gqlgo/awesome-gqlgen: A curated list of awesome frameworks, libraries and software using gqlgen library.
                          • Resource inlining in JavaScript frameworks  |  Aurora  |  Chrome for Developers

                            As part of project Aurora, Google has been working with popular web frameworks to ensure they perform well according to Core Web Vitals. Angular and Next.js have already landed font inlining, which is explained in the first part of this article. The second optimization we will cover is critical CSS inlining which is now enabled by default in Angular CLI and has a work in progress implementation in

                            • Understanding client-side JavaScript frameworks - Learn web development | MDN

                              Complete beginners start here!Getting started with the webGetting started with the webInstalling basic softwareWhat will your website look like?Dealing with filesHTML basicsCSS basicsJavaScript basicsPublishing your websiteHow the web worksHTML — Structuring the webIntroduction to HTMLIntroduction to HTMLGetting started with HTMLWhat's in the head? Metadata in HTMLHTML text fundamentalsCreating hy

                                Understanding client-side JavaScript frameworks - Learn web development | MDN
                              • GitHub - dbohdan/classless-css: A list of classless CSS themes/frameworks with screenshots

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - dbohdan/classless-css: A list of classless CSS themes/frameworks with screenshots
                                • Comparing JavaScript Frameworks part 1: templates

                                  2024-03-11In this blog post series I will compare the following JavaScript frameworks: Vue.js, React, Angular, and Svelte. In part 1 the focus will be on comparing JavaScript framework template languages. The template language of a JavaScript framework is used to define the HTML of the application / website. You can say that the main reason any of the JavaScript frameworks exists is the following:

                                    Comparing JavaScript Frameworks part 1: templates
                                  • GitHub - bradtraversy/design-resources-for-developers: Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - bradtraversy/design-resources-for-developers: Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
                                    • The State of JavaScript 2019: Front End Frameworks

                                      Overview of opinions on the technologies surveyed. Darker segments represent positive opinions, while lighter segments correspond to negative sentiment.

                                        The State of JavaScript 2019: Front End Frameworks
                                      • Japanese Language Analysis by GPU Ready Open Source NLP Frameworks

                                        Japanese Language Analysis by GPU Ready Open Source NLP Frameworks Hiroshi Matsuda GPU Technology Conference 2020 1 This document is published under CC BY 4.0 license from Megagon Labs, Recruit Co., Ltd. Contents 自然言語処理技術の進歩とGPUが与えた影響  ルールベースからTransformersまで NLP Frameworkを用いた日本語の解析  世界の全言語を統一的に扱うUniversal Dependenciesとその日本語化  GiNZAの文節API GPU Ready OSS NLP Frameworks  spaCy v2.3 → v3.0  Stanza

                                        • ML Education at Uber: Frameworks Inspired by Engineering Principles

                                          You’re seeing information for Poland . To see local features and services for another location, select a different city. Show more Introduction At Uber, millions of machine learning (ML) predictions are made every second, and hundreds of applied scientists, engineers, product managers, and researchers work on ML solutions daily. Uber wins by scaling machine learning. We recognize org-wide that a p

                                            ML Education at Uber: Frameworks Inspired by Engineering Principles
                                          • フレームワークを作らない方法/How NOT to build frameworks

                                            銀座Rails#10での発表資料です

                                              フレームワークを作らない方法/How NOT to build frameworks
                                            • GitHub - chakra-ui/ark: A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - chakra-ui/ark: A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.
                                              • GitHub - PINTO0309/PINTO_model_zoo: A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.

                                                Made with contrib.rocks. A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML. TensorFlow Lite, OpenVINO, CoreML, TensorFlow.js, TF-TRT, MediaPipe, ONNX [.tflite, .h5, .pb, saved_model, tfjs, tftrt, mlmodel, .xml/.bin, .onnx] I have been

                                                  GitHub - PINTO0309/PINTO_model_zoo: A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
                                                • JavaScript frameworks security report 2019 | Snyk

                                                  Welcome to Snyk's State of JavaScript frameworks security report 2019. In this report, we investigate the state of security for both the Angular and React ecosystems. This report by no means intends to venture into any rivalries that may exist between the two in terms of whether one or the other is a true framework - we are not comparing them as competitive frameworks at all. Instead, we review th

                                                    JavaScript frameworks security report 2019 | Snyk
                                                  • JavaScript Frameworks - Heading into 2023

                                                    The wonderful thing about glimpsing into the future is that the path is never completely clear. We can look at trends, and look at innovations and try to chart a course. Better still we can be part of those innovations to guide the direction. But nothing is certain. 2022 had a ton of big releases that push web development forward. We saw the 1.0 releases of both Astro and Sveltekit. SolidStart, an

                                                      JavaScript Frameworks - Heading into 2023
                                                    • Popularity of top frameworks on Netlify: Next.js, Gatsby, create-react-app

                                                      We run an annual survey of web developers and have shared that data with the community in 2020, 2021 and 2022. While that data is about web developers as a whole, we often get questions about what framework usage looks like on Netlify specifically. So we dug into our data and here's what we found. Netlify is a pioneer of the composable web, sometimes called the Jamstack: this architectural approac

                                                        Popularity of top frameworks on Netlify: Next.js, Gatsby, create-react-app
                                                      • Exploring the top Rust web frameworks - LogRocket Blog

                                                        Abiodun Solomon I’m a software developer that is curious about modern technologies. I love contributing to the growth of knowledge for the betterment of humanity. Editor’s note: This post was updated on 21 April 2023 to add Axum and warp to the list of frontend web frameworks and update our considerations about the maturity of some of the previously mentioned frameworks. This update also includes

                                                          Exploring the top Rust web frameworks - LogRocket Blog
                                                        • Comparison of new Python web frameworks - DeepSource

                                                          Python has been the go to language for building web services, right from quick-and-dirty RESTful APIs to full-fledged web applications that serve millions of users. If you have been dabbling in this area, you'd have probably used some of the most popular web frameworks already — Django, Flask, Falcon, Tornado, CherryPy, among others. In the last few years, though, there have been many new kids on

                                                            Comparison of new Python web frameworks - DeepSource
                                                          • The best Vue.js Frameworks 2024 - Made with Vue.js

                                                            Framework-ception! This collection of frameworks helps you kickstart your Vue projects. There's a variety of libraries within the Vue-niverse that support you with routine tasks and boilerplate code. If you think we're missing an essential entry on this list, just tell us via Twitter @MadeWithVueJS! General Frameworks Nuxt.js  52265 Nuxt is an opinionated framework that helps you create performant

                                                              The best Vue.js Frameworks 2024 - Made with Vue.js
                                                            • Intro to HTML-first Frontend Frameworks - SitePen

                                                              Web development comes full circle with HTML-first front-end frameworks In the beginning was HTML, and our pages were fast. But they were boring, so we added JavaScript. JavaScript ended up being so capable that we ended up creating entire applications with it, dynamically creating and destroying DOM interactively to users’ delight. Applications grew in complexity and so frameworks were created to

                                                                Intro to HTML-first Frontend Frameworks - SitePen
                                                              • 25+ Best React UI Component Libraries / Frameworks for 2024

                                                                25+ Best React UI Component Libraries / Frameworks for 2024by  PriyaMarch 10, 2024Web & App Frameworks In this resource, we’re looking at the best React UI component libraries and frameworks available on the web. But first: What is React? React is an open-source JavaScript library that helps you build a top interface for both the web as well as mobile apps. It combines conveniently with other Java

                                                                  25+ Best React UI Component Libraries / Frameworks for 2024
                                                                • Install JavaScript frameworks on Windows

                                                                  This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

                                                                    Install JavaScript frameworks on Windows
                                                                  • 27 Best JavaScript Frameworks For 2024 | LambdaTest

                                                                    Online Browser Testing Manual live-interactive cross browser testing

                                                                      27 Best JavaScript Frameworks For 2024 | LambdaTest
                                                                    • Comparing xUnit.net to other frameworks

                                                                      Comparing xUnit.net to other frameworks Table of Contents Attributes Assertions Attributes NUnit 3.x MSTest 15.x xUnit.net v2 Comments

                                                                      • Top Javascript Github repositories (no frameworks)

                                                                        Some of the main advantages of Javascript are its community and ecosystem. The ecosystem is huge and it is very easy to get lost, literally. I have bookmarked over time a ton of Javascript resources. Here I put a list with my favourite Javascript Github repositories, which does not include frameworks (Angular, React & Co are most likely known by everyone). Awesome javascript I love the awesome lis

                                                                          Top Javascript Github repositories (no frameworks)
                                                                        • A Beginner’s Introduction to Best Python Web Frameworks in 2022

                                                                          What are web frameworks? What are the benefits of using a Python web app framework? What are the disadvantages of using a Python web application framework? What should you know before you choose a Python web framework? 3 types of Python frameworks 1. Full-stack framework 2. Microframework 3. Asynchronous framework Full-stack Python web frameworks Django web2py Pyramid Twisted Masonite Python micro

                                                                            A Beginner’s Introduction to Best Python Web Frameworks in 2022
                                                                          • Let’s learn how modern JavaScript frameworks work by building one

                                                                            In my day job, I work on a JavaScript framework (LWC). And although I’ve been working on it for almost three years, I still feel like a dilettante. When I read about what’s going on in the larger framework world, I often feel overwhelmed by all the things I don’t know. One of the best ways to learn how something works, though, is to build it yourself. And plus, we gotta keep those “days since last

                                                                              Let’s learn how modern JavaScript frameworks work by building one
                                                                            • 2020-04-28のJS: Node.js 14.0.0、Got 11.0.0、Cost of JavaScript Frameworks

                                                                              JSer.info #485 - Node.js v14.0.0がリリースされました。 Node v14.0.0 (Current) | Node.js Node.js version 14 available now - Node.js - Medium Node.js v14の主な変更点 - 別にしんどくないブログ Node.js 14は2020-10-20にLTSとなる予定のメジャーバージョンです。 nodejs/Release: Node.js Release Working Group V8 8.1へアップデート、クラッシュレポートなどを取得できるDiagnostic ReportがStableに、fs/promisesの追加などが行われています。 またExperimentalとしてWASIのサポート、ECMAScript ModulesのExperimental Warning

                                                                                2020-04-28のJS: Node.js 14.0.0、Got 11.0.0、Cost of JavaScript Frameworks
                                                                              • useSignal() is the Future of Web Frameworks

                                                                                The key difference between Signals and State is that Signals return a getter and a setter, whereas non-reactive systems return a value (and a setter). Note: some reactive systems return a getter/setter together, and some as two separate references, but the idea is the same. The issue is that the word State conflates two separate concepts. StateReference: The state-reference is a reference to the s

                                                                                  useSignal() is the Future of Web Frameworks
                                                                                • Ruby on Rails Creator Takes on JavaScript Frameworks with Hotwire

                                                                                  Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.

                                                                                    Ruby on Rails Creator Takes on JavaScript Frameworks with Hotwire

                                                                                  新着記事