Search result for Http Online Courses & Certifications
Get Course Alerts by Email
Desarrollo de Aplicaciones Mobile Multiplataforma con Nativescript, Angular y Redux
by Sebastián Matías Alonso- 0.0
Approx. 23 hours to complete
Guía práctica de Consumiendo APIs HTTP...
Developing Applications with SQL, Databases, and Django
by Yan Luo , Rav Ahuja- 4.8
Approx. 15 hours to complete
The essentials of application development are accessing, processing, and presenting data. Data is stored in various databases, either on-premise or on the cloud, and developers will need to learn how to talk to them via programming languages. In this course, you will be introduced to some fundamental database concepts. Course Learning Objectives:...
Complete WordPress Developer Course - Plugins & Themes
by Luis Ramirez Jr- 4.7
21 hours on-demand video
The APIs that are covered are the following: Dashboard widgets, API, Database API, HTTP API, Metadata API, Options API, Plugins API, REST API, Rewrite API, Settings API, Shortcode API, Theme Modification API, Transients API....
$17.99
K6- Automate Performance &Load Testing of API& Microservices
by CtrlAltSkills Care- 3.8
12.5 hours on-demand video
Write HTTP Requests and parse responses...
$14.99
Microservices Interview Questions Preparation Course
by KnowledgePowerhouse !- 3.9
3.5 hours on-demand video
What are the issues in using REST over HTTP for Microservices?...
$12.99
Introduction to Apache Solr 8
by Lucian Oprea- 4
2.5 hours on-demand video
Fundamental concepts and use-cases of Apache Solr Whether you're handling big data, building cloud-based services, or developing e-commerce web applications, it’s vital to have a fast, reliable search solution. This course will have you successfully using Solr in no time! Most of the sections use coding activities to help master the material....
$14.99
Mobile and Web Development with React and React Native
by Oak Academy- 4.6
18.5 hours on-demand video
How to send an HTTP request from a mobile application...
$12.99
Related searches
Forex Trading per tutti: corso completo con esempi pratici
by Massimiliano Alfieri- 4.2
10.5 hours on-demand video
Impara a operare nel forex trading con valute e criptovalute. Corso completo per conoscere e apprezzare il forex online. L'analisi tecnica si serve di vari strumenti e di varie figure per estrapolare dai grafici del forex (grafici candlestick, a candele giapponesi) delle indicazioni sull'andamento futuro del mercato. Nel corso vengono presentati vari indicatori per il forex, tra i quali:...
$12.99
化学与社会 | Chemistry and Society
by 卞江 Jiang BIAN- 0.0
4 Weeks
这是一门面向人文和社科类学生的化学课程。 | This is an introductory chemistry course for students of the humanities and social sciences. 化学与社会课程的授课对象是非科学类本科生,课程的内容涵盖了化学基础和应用的诸多方面。本课程的目标是:培养和提高非科学类学生的科学素养,使学生掌握一些基本的化学知识,对化学家思考问题、解决问题的方法有所了解,拓展学生的视野和知识面,理解当今人类社会所面临的若干重大挑战与化学之间的关联,进而有助于学生自身的职业发展。 化学与社会的主要内容包括化学基本概念、有机化学、高分子化学、材料化学、环境化学、地球化学、能源化学、生物化学、食品化学、医药化学和日用化学等。在课程的开始阶段,将简要介绍一些基本的化学概念和常识,然后依次介绍化学的一些重要分支以及它们在社会生活中的广泛应用。 化学起源于古老的神秘主义。东方道家和西方炼金术士们在追求长生不老和无尽财富的过程中奠定了实验化学的基础,发展出一套比较系统的化学实验方法和设备。尽管金丹术士们没有实现他们最初的目标,但是他们却取得了一个更为伟大的成就,那就是化学作为一门科学诞生了。 化学以理论和实验为基础,面向广阔的应用领域,经过三百多年的发展,已经成为人类文明的支柱学科。回顾人类发展史,几乎每个文明时期的标志性进展都与化学家的贡献密切相关。冶铁技术、人工合成氨技术、橡胶和塑料的合成以及纳米材料都最先出自化学家之手,因此毫不夸张地讲,化学是人类文明的基石。 化学与社会这门课的目的不是培养化学家,而是介绍化学及其成就,描述这门学科的过去、现在和未来。因此,这门课程就像是一艘“观光飞船”,带着同学们俯瞰这片神奇的领域,沿途领略化学中最具代表性的区域。通过学习化学与社会,学生不仅仅可以学到一些基本的化学知识,也可以对化学学科的历史和现状、化学与社会的关系、目前化学领域的某些热点问题以及化学的未来前景有一个轮廓式的了解。 Course Introduction video can also visit China website Teaching object non-scientific and social class undergraduate chemistry curriculum, course content covers many aspects of basic and applied chemistry. Chemical originated in ancient mysticism....
$49
数据结构与算法第一部分 | Data Structures and Algorithms Part 1
by 张铭 Ming Zhang- 0.0
4 Weeks
这门课程将帮助学生学习如何运用数据结构和算法解决复杂的实际问题。 | This course will help students learn to use data and algorithms to solve complex real-world problems. 课程介绍视频也可以访问中国网站 点击上方绿色按钮报名。 计算机是现代社会中用于解决问题的重要工具。利用计算机解决实际问题需要将问题抽象,并对数据进行操作,最后通过计算机程序求解问题。而本门课程主要内容就是对以上内容进行研究。 图灵奖获得者N. Wirth写了一本经典著作“程序=算法+数据结构”。数据结构,是抽象的表示数据的方式;算法,则是计算的一系列有效、通用的步骤。算法与数据结构是程序设计中相辅相成的两个方面。 我 们会围绕着“算法+数据结构=程序”的思路,以问题求解为导向进行学习。希望能够帮助大家提高理论、抽象、设计的能力。在扎实的经典理论基础上,运用问题 抽象、数据抽象、算法抽象来分析问题,应用适当的数据结构和算法来设计和实现相应的程序。通过课程学习,大家的抽象思维能力、问题求解能力将得到较大提 升,编程能力和代码质量会有质的飞跃! 在求解实际问题方面,我们会学习到通过权衡时空和其他资源开销,利用数据结构来组织数据、设计高效的算法、完成高质量的程序以满足错综复杂的实际应用需要。 此外,课程所学到的内容会被利用到计算机科学后续的各个课程中,如操作系统、软件工程、数据库概论、编译技术、计算机图形学、人机交互等。希望可以为大家将来从事计算机相关的学习、研究和开发工作打下扎实的基础。 本课程采用张铭主编的国家“十一五”规划教材《数据结构与算法》(高等教育出版社)。适合计算机以及相关理工专业的大二本科生学习,需要先修过计算概论等课程,具有结构化和面向对象的程序设计基础。 课程主要包括的内容有:线性表,栈与队列,字符串,二叉树,树,图,排序(内排序,外排序),检索,索引,高级数据结构、以及数据结构应用。课程持续16周(分为两个session,每个8周),学习者每周在本课程上需要投入4-8小时。 本课程的本次开设得到Google研究经费支持。 Computers are an important tool forproblemsolving and are deeply involvedin modern life. Computers perform operations on data. What is the logical relationship among data?...