Найденные страницы с тегом javascript programming help всего 922690

New MongoDB Atlas Vector Search Capabilities Help Developers Build and Scale AI Applications - insideBIGDATA

MongoDB, Inc. (NASDAQ: MDB) announced new capabilities, performance improvements, and a data-streaming integration for MongoDB Atlas Vector Search that make it even faster and easier for developers to build generative AI applications. Organizations of all sizes have rushed to adopt MongoDB Atlas Vector Search as part of a unified solution to process data for generative AI applications since being announced in preview in June of this year.

Microsoft harnesses power of AI to boost Windows 11 security, pushes for passwordless future | VentureBeat

Microsoft announced a series of new enterprise security features today that utilize artificial intelligence to help defend against increasingly sophisticated cyberattacks. The tech giant claims its new AI capabilities will reduce security incidents by 60% and firmware attacks by 300% for businesses using its latest software.

Почему не стоит использовать LocalStorage / Хабр

Привет, Хабр! Представляю вашему вниманию перевод статьи " Please Stop Using Local Storage " автора Randall Degges. Все больше разработчиков используют localStorage для хранения данных, в том числе и...

Как заставить Vue.js и Electron работать вместе / Хабр

Введение На волне популярности (надеюсь, что они популярны) Vue.js и Electron , возникает резонный вопрос, а как заставить их работать вместе. В этом небольшом руководстве я расскажу, как быстро...

Обходим лимит поиска LinkedIn, играя с API / Хабр

Лимит Есть на LinkedIn такое ограничение — Лимит коммерческого использования . Крайне вероятно, что вы, как и я до недавнего времени, никогда не сталкивались и не слышали о нем. Суть лимита в том,...

Разница между асинхронной функцией и функцией, возвращающей промис / Хабр

Существует небольшая, но довольно важная разница между функцией, которая просто возвращает промис, и функцией, которая была объявлена с помощью ключевого слова async . Взгляните на следующий фрагмент...

Дайджест свежих материалов из мира фронтенда за последнюю неделю №396 (30 декабря 2019 — 5 января 2020) / Хабр

Предлагаем вашему вниманию подборку с ссылками на новые материалы из области фронтенда и около него. Медиа     |     Веб-разработка     |     CSS     |     JavaScript     |     Занимательное     |    ...

Как использовать Handlebars / Хабр

В настоящее время веб-сайты все больше используют JavaScript для создания динамических интерфейсов обновляя данные и манипулируя DOM деревом. Если использовать шаблонизатор, реализующий шаблон...

Мой Material Design Framework / Хабр

Здравствуйте! Сегодня я решил рассказать о своем небольшом проекте, а именно о HTML фреймворке в стиле Material Design. Скачать его можно с GitHub: ссылка . Лучше всего он работает на браузерах...

История взлома всех игр в Telegram / Хабр

Сейчас компьютерные игры везде. Присутствуют они и в Telegram. Расскажу о том, как были взломаны практически все игры этого мессенджера, обойдя самых первоклассных игроков, находящихся в топах...

LabVIEW — LabVIEW is a system-design platform and development environment for a visual programming language. / Habr

Laboratory Virtual Instrument Engineering Workbench (LabVIEW) is a system-design platform and development environment for a visual programming language from National Instruments. The graphical language is named "G"; not to be confused with G-code. Originally released for the Apple Macintosh in 1986, LabVIEW is commonly used for data acquisition, instrument control, and industrial automation on a variety of operating systems (OSs), including Microsoft Windows, various versions of Unix, Linux, and macOS.

LabVIEW — LabVIEW is a system-design platform and development environment for a visual programming language. / Habr

Laboratory Virtual Instrument Engineering Workbench (LabVIEW) is a system-design platform and development environment for a visual programming language from National Instruments. The graphical language is named "G"; not to be confused with G-code. Originally released for the Apple Macintosh in 1986, LabVIEW is commonly used for data acquisition, instrument control, and industrial automation on a variety of operating systems (OSs), including Microsoft Windows, various versions of Unix, Linux, and macOS.

Пост @cherkalexander — JavaScript — 10.07 12:13 / Хабр

???? Why I’ve stopped exporting defaults from my JavaScript modules Сегодня на повестке статья из далёкого и спокойного 2019 “ Why I've stopped exporting defaults from my JavaScript modules ”. В статье...

LabVIEW — LabVIEW is a system-design platform and development environment for a visual programming language. / Habr

Laboratory Virtual Instrument Engineering Workbench (LabVIEW) is a system-design platform and development environment for a visual programming language from National Instruments. The graphical language is named "G"; not to be confused with G-code. Originally released for the Apple Macintosh in 1986, LabVIEW is commonly used for data acquisition, instrument control, and industrial automation on a variety of operating systems (OSs), including Microsoft Windows, various versions of Unix, Linux, and macOS.

NestJS — framework for building efficient, scalable Node.js web applications / Habr

A progressive Node.js framework for building efficient, reliable and scalable server-side applications.

NestJS — framework for building efficient, scalable Node.js web applications / Habr

A progressive Node.js framework for building efficient, reliable and scalable server-side applications.

Redux. Простой как грабли / Хабр

Мне уже доводилось заглядывать в репозиторий библиотеки redux , но откуда-то появилась мысль углубиться в его реализацию. Своим в некотором роде шокирующим или даже разочаровывающим открытием я хотел...

NestJS — framework for building efficient, scalable Node.js web applications / Habr

A progressive Node.js framework for building efficient, reliable and scalable server-side applications.

Google Web Toolkit — Open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java / Habr

Google Web Toolkit (GWT), or GWT Web Toolkit, is an open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java. Other than a few native libraries, everything is Java source that can be built on any supported platform with the included GWT Ant build files. It is licensed under the Apache License version 2.0.

Google Web Toolkit — Open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java / Habr

Google Web Toolkit (GWT), or GWT Web Toolkit, is an open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java. Other than a few native libraries, everything is Java source that can be built on any supported platform with the included GWT Ant build files. It is licensed under the Apache License version 2.0.

Выразительный JavaScript: Регулярные выражения / Хабр

Содержание Введение Величины, типы и операторы Структура программ Функции Структуры данных: объекты и массивы Функции высшего порядка Тайная жизнь объектов Проект: электронная жизнь Поиск и обработка...

Что такое Style Queries? / Хабр

Эта статья — перевод оригинальной статьи " Getting Started with Style Queries " Также я веду телеграм канал “ Frontend по-флотски ”, где рассказываю про интересные вещи из мира разработки...

Учебник AngularJS: Всеобъемлющее руководство, часть 1 / Хабр

Содержание 1 Введение в AngularJS 2 Engineering concepts in JavaScript frameworks 3 Modules 4 Understanding $scope 5 Controllers 6 Services and Factories 7 Templating with the Angular core 8...

Groovy & Grails — Groovy programming language and Grails framework / Habr

Grails is an open source web application framework that uses the Apache Groovy programming language (which is in turn based on the Java platform). It is intended to be a high-productivity framework by following the "coding by convention" paradigm, providing a stand-alone development environment and hiding much of the configuration detail from the developer. Grails was previously known as "Groovy on Rails"; in March 2006 that name was dropped in response to a request by David Heinemeier Hansson, founder of