Tags
Language
Tags
August 2021
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Linux Shell Scripting Chapter Test: Linux Shell Scripting Workbook

Posted By: ELK1nG
Linux Shell Scripting Chapter Test: Linux Shell Scripting Workbook

Linux Shell Scripting Chapter Test: Linux Shell Scripting Workbook
English | 2021 | ISBN: B09D9XQK51 | 23 pages | PDF,EPUB,AZW3 | 1.29 MB

This book includes the tests of each chapter of "Shell Scripting in 8 Hours", it can help:

Christine Montalbetti, "Ce que c'est qu'une existence"

Posted By: iBooker
Christine Montalbetti, "Ce que c'est qu'une existence"

Christine Montalbetti, "Ce que c'est qu'une existence"
Français | 2021 | ISBN: 2818051339 | EPUB | 384 pages | 0.5 MB

Boris LE ROY, "Celle qui se métamorphose"

Posted By: iBooker
Boris LE ROY, "Celle qui se métamorphose"

Boris LE ROY, "Celle qui se métamorphose"
Français | 2021 | ISBN: 2260054846 | EPUB | 176 pages | 0.2 MB

Thomas Clerc, "Cave"

Posted By: iBooker
Thomas Clerc, "Cave"

Thomas Clerc, "Cave"
Français | 2021 | ISBN: 2072928915 | EPUB | 288 pages | 0.5 MB

Jean-Baptiste de Froment, "Badroulboudour"

Posted By: iBooker
Jean-Baptiste de Froment, "Badroulboudour"

Jean-Baptiste de Froment, "Badroulboudour"
Français | 2021 | ISBN: 2373050927 | EPUB | 124 pages | 0.2 MB

Build a Web App With the Flask Microframework for Python

Posted By: ELK1nG
Build a Web App With the Flask Microframework for Python

Build a Web App With the Flask Microframework for Python
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 733 MB | Duration: 2.1 hours

Whether you need to create a quick website for a friend, a flexible web service for a client or a large, enterprise application, Flask is worth checking out. Flask is an easy to configure but full-featured microframework for creating web apps in the Python language. You can use it for everything from a static site to an interactive app or REST API.

Florian FORESTIER, "Basculer"

Posted By: iBooker
Florian FORESTIER, "Basculer"

Florian FORESTIER, "Basculer"
Français | 2021 | ISBN: 2714495788 | EPUB | 336 pages | 0.3 MB

How to Use a Custom Campaign Monitor Template

Posted By: ELK1nG
How to Use a Custom Campaign Monitor Template

How to Use a Custom Campaign Monitor Template
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 218 MB | Duration: 22 minutes

Campaign Monitor and Envato Elements combine perfectly to help you create customized email campaigns. In this Coffee Break Course, you’ll learn how to take a ready-made email design, tweak it to suit your needs, and then bring it into Campaign Monitor as a reusable template.

Customizing WordPress With Child Themes

Posted By: ELK1nG
Customizing WordPress With Child Themes

Customizing WordPress With Child Themes
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 384 MB | Duration: 50 minutes

Customizing existing WordPress themes is a great way to get the look you’re going for, but if you’re not careful, when you update your theme, you can easily lose all of the customizations you’ve made. In this short course, you will learn how to use child themes to customize your WordPress websites, so you can make all the changes you want without worrying about losing them.

Alain Mascaro, "Avant que le monde ne se ferme"

Posted By: iBooker
Alain Mascaro, "Avant que le monde ne se ferme"

Alain Mascaro, "Avant que le monde ne se ferme"
Français | 2021 | ISBN: 2746760894 | EPUB | 256 pages | 0.4 MB

5 SVG Text Projects for Web Designers

Posted By: ELK1nG
5 SVG Text Projects for Web Designers

5 SVG Text Projects for Web Designers
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 636 MB | Duration: 1.6 hours

SVG has brought some versatile methods into the mix that allow you to create text styles previously only possible within a dedicated graphics application. In this course, we’ll tap into the power of SVG with five creative text design projects.

Jean Hegland, "Apaiser nos tempêtes"

Posted By: iBooker
Jean Hegland, "Apaiser nos tempêtes"

Jean Hegland, "Apaiser nos tempêtes"
Français | 2021 | ISBN: 2752912358 | EPUB | 558 pages | 0.4 MB

Switching From Font Icons to SVG

Posted By: ELK1nG
Switching From Font Icons to SVG

Switching From Font Icons to SVG
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 262 MB | Duration: 38 minutes

Using SVG to handle the icons in your website designs can provide a number of advantages over using icon fonts. In this course, you'll learn what those advantages are, when they make SVG a better choice, and the practical steps to switch from font icons to SVG.

Jenny Offill, "Atmosphère"

Posted By: iBooker
Jenny Offill, "Atmosphère"

Jenny Offill, "Atmosphère"
Français | 2021 | ISBN: 2492596257 | EPUB | 208 pages | 0.6 MB

Build APIs With GraphQL

Posted By: ELK1nG
Build APIs With GraphQL

Build APIs With GraphQL
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 259 MB | Duration: 1.1 hours

RESTful APIs are great: they follow a resource-oriented approach that is clear and well structured. But when the data gets more and more complex, the routes get longer and longer, and sometimes it isn’t even possible to fetch the data you want with only one request. This is where GraphQL comes into play. It’s designed to work with data represented by a graph, and it has a powerful query syntax for traversing, retrieving, and mutating data.