The first CSS framework based on Material Design 3. 10x smaller than others CSS frameworks based on Material Design. Translates Material Design to HTML semantic standard. Ready to use with any JS framework. Highly focused on DX.
Kickstart your next website in minutes Mamba UI is a free, open-source collection of UI components and templates based on Tailwind CSS. Make the web your playground Easy to use UI elements based on Tailwind CSS Mamba UI is a toolkit for developers and designers to make creating interfaces easier. We have some of the most popularly used components to help you get started. Everything is modular and
A lean framework stack for agile Web development based on Symfony and Vuetify GitHub Documentation Extremely fast Less than 1 ms response time in benchmarks. REST requests are significantly faster compared to other common PHP frameworks, even in development mode. No experiments Built on top of well documented and tested standard components like Symfony and Vuetify. No need to learn something compl
Sprinkle your HTML with controller, target, and action attributes: <!--HTML from anywhere--> <div data-controller="hello"> <input data-hello-target="name" type="text"> <button data-action="click->hello#greet"> Greet </button> <span data-hello-target="output"> </span> </div> Write a compatible controller and watch Stimulus bring it to life: // hello_controller.js import { Controller } from "stimulu
ice framework! Ice - simple, fast and open-source PHP framework frozen in C-extension. Ice is loosely coupled, allowing developers to use only the components that they need. Simple and Extremely Fast. One major drawback for PHP is that on every request, all files are read from the hard drive, translated into bytecode, and then executed. With Ice the whole framework already is in RAM, so the whole
ツールやライブラリーが乱立し、年々複雑化するJavaScriptの世界。それでも2017年に注目したい3つのライブラリーを紹介します。 JavaScript界にとってはクレイジーな年だった、2016年が終わりました(編注:本記事の原文は2017年1月2日に公開された)。この1年で数え切れないほどの印象的なライブラリーやフレームワークが登場しました。「You Might Not Need JavaScript」はJavaScriptを使わなくても実現できるコードを紹介してJavaScriptの使い方について疑問を投げかけ、Nolan LawsonがFronteersで発表したスライドに関するツイートが議論を呼び、Jeremy KeithやChristian Heilmannといった著名人からもレスポンスがありました。この様子はNolanの投稿にまとめられています。最初にクレイジーと書きました
SA岩永です。Amazon CTO Wernerのブログで、深層学習フレームワークであるMXNetについての投稿がありました。AWSを使って機械学習・深層学習をお考えの方に非常に重要な内容なので、日本語訳しましたのでご覧ください。 また、記事内にもありますが今週ラスベガスにて開催されるre:Invent 2016では11月30日に機械学習についてのMini Conもありますので、現地にいらっしゃる方はぜひご参加下さい。 追記: re:Invent 2016の中で、深層学習フレームワークのベンチマーク用のコードが公開されました。https://github.com/awslabs/deeplearning-benchmark 原文: MXNet - Deep Learning Framework of Choice at AWS 機械学習は、私達のビジネスや生活の多くの領域において段々と重要
Gremlin Query Language Gremlin is the graph traversal language of Apache TinkerPop. Gremlin is a functional, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's property graph. Every Gremlin traversal is composed of a sequence of (potentially nested) steps.
The second one-day Japan CodeIgniter Conference and Hack Day. What? このイベントは、2010年8月にイギリスで開催されたCodeIgniterカンファレンスをモデルにしています。日本ユーザ会もイギリスと連携を取りながら、2011年2月に日本で初となるカンファレンスを開催しました。今回はその2回目となります。 Where? CodeIgniterカンファレンス2016は、台東区浅草文化観光センターで開催されます。(地図はこちらです)。会場は大会議室でプロジェクターと椅子が完備されていますので、リラックスして参加できるでしょう。みなさんにお会いできるのを楽しみにしています。
Phoenix is the most loved web framework for the second year in a row. See results → Peace of mind from prototype to production Build rich, interactive web applications quickly, with less code and fewer moving parts. Join our growing community of developers using Phoenix to craft APIs, HTML5 apps and more, for fun or at scale. defmodule TimelineLive do use Phoenix.LiveView def render(assigns) do ~H
2015年11月11日23:42 カテゴリIT 【決定版】PHPフレームワークのデメリットまとめ Tweet PHPというWEBで良く使われるプログラミング言語とそのフレームワーク(スクリプト全体の土台になる抽象化された機能を集約したもの)のお話です。 巷のサイト上にはPHPフレームワーク(Codeigniter、CakePHP、ZendFramework、Symfony、FuelPHP等)推奨の情報がたくさん出回ってますが、そんなに良いものならもっと広まってるはずでしょ。。 フレームワークが良いものかどうか、普及具合で結論でてるのに、「善し悪しを理解して上手く取り入れましょう!」みたいに推奨してるサイトの多いこと。。 ということで、普及が進まないのに、一部の人に人気のあるフレームワークのダメだしをしてみます。 ①メリットを否定してみる フレームワークのよくあるメリットを否定してみます。
One Model Everywhere Falcor lets you represent all your remote data sources as a single domain model via a virtual JSON graph. You code the same way no matter where the data is, whether in memory on the client or over the network on the server. The Data is the API A JavaScript-like path syntax makes it easy to access as much or as little data as you want, when you want it. You retrieve your data u
この記事は、JavaとScalaの例外分析・パフォーマンス監視のツール Takapi の blog に投稿されたものです。 Javaのマイクロフレームワークとは何か、推奨される理由とは? どんなプログラミング言語にも、長所と短所はあるものです。例えばJavaは、安全性の高さや、厳しいテストを経ていること、後方互換性などの利点を持つ言語です。しかし、その代償として、アジリティ(俊敏性)や合理性といった面が少なからず犠牲になっています。冗長で、Java自体が肥大化しているという事実も否定できません。とはいえ、新規開発や大規模な開発を行いたい場合、JVM(Java仮想マシン)はバックエンドとして非常に魅力的です。JVMはパワフルな上に、非常に厳しい環境でテストされています。このような利点があるため、結果的にJavaは広く使用され、積極的にデプロイされているのです。 しかし、このJavaの現状を皆
Note: Bolts-Java is not under active development. If you're looking for an alternative, Bolts-Android supports JVM. Bolts is a collection of low-level libraries designed to make developing mobile apps easier. Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く