[ FreeCourseWeb ] Newline - Building Advanced Admin Reporting in React

  • CategoryOther
  • TypeTutorials
  • LanguageEnglish
  • Total size632.1 MB
  • Uploaded Byfreecoursewb
  • Downloads32
  • Last checkedJul. 17th '21
  • Date uploadedJul. 14th '21
  • Seeders 6
  • Leechers8

Infohash : ABB4E4FCDD0F92ACED88D275F0A15188D9D0B617

Newline - Building Advanced Admin Reporting in React

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 20 Lessons (2h 47m) | Size: 537.3 MB
In this course we teach you how to create admin reports with React using a query builder. Admin reporting is a broad topic, and getting started can be overwhelming. In five modules, we cover configuration of the query builder, setting up a server, displaying data in a grid, chart, and map, as well as some more advanced uses of the query builder. It's about three hours long and comes with code samples. The course is taught by Jake Boone, who uses the query builder in real, mission-critical applications for a large engineering and construction firm.

What You Will Learn
How to configure a query builder

How to create an API for reports

How to add data grids, charts, and maps

Download More Courses Visit and Support Us -->> https://FreeCourseWeb.com

Files:

[ FreeCourseWeb.com ] Newline - Building Advanced Admin Reporting in React
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here !
    • Bonus Resources.txt (0.3 KB)
    • Building Advanced Admin Reporting in React.txt (0.5 KB)
    • config.js (2.4 KB)
    • images
      • twitter.jpg?v=2 (16.5 KB)
    • lesson1.mp4 (3.3 MB)
    • lesson10.mp4 (56.5 MB)
    • lesson11.mp4 (25.1 MB)
    • lesson12.mp4 (50.8 MB)
    • lesson13.mp4 (31.1 MB)
    • lesson14.mp4 (9.7 MB)
    • lesson15.mp4 (35.9 MB)
    • lesson16.mp4 (38.6 MB)
    • lesson17.mp4 (47.1 MB)
    • lesson18.mp4 (56.9 MB)
    • lesson19.mp4 (30.1 MB)
    • lesson2.mp4 (28.9 MB)
    • lesson20.mp4 (37.6 MB)
    • lesson3.mp4 (13.3 MB)
    • lesson4.mp4 (23.8 MB)
    • lesson5.mp4 (24.7 MB)
    • lesson6.mp4 (16.7 MB)
    • lesson7.mp4 (37.8 MB)
    • lesson8.mp4 (18.6 MB)
    • lesson9.mp4 (40.1 MB)
    • module_01
      • config.js (0.1 KB)
      • lesson_01.01
        • introduction-to-react-querybuilder.md (1.8 KB)
        • public assets
          • app-screenshot.png (79.7 KB)
          lesson_01.02
          • initializing-the-query-builder.md (4.2 KB)
          • protected src
            • App.scss (0.1 KB)
            • App.tsx (0.5 KB)
            lesson_01.03
            • fields-and-operators.md (2.8 KB)
            • protected src
              • App.tsx (0.6 KB)
              • fields.ts (0.9 KB)
              • getOperators.ts (1.2 KB)
              module_02
              • config.js (0.1 KB)
              • lesson_02.01 protected src
                • App.tsx (1.1 KB)
                • combinators.ts (0.3 KB)
                • translations.ts (0.8 KB)
                • types.ts (0.0 KB)
                • translations.md (2.2 KB)
                • lesson_02.02
                  • other-customizations.md (1.4 KB)
                  • protected src
                    • App.tsx (1.2 KB)
                    • CombinatorSelector.tsx (0.8 KB)
                    lesson_02.03
                    • built-in-input-types.md (4.2 KB)
                    • protected src
                      • fields.ts (2.5 KB)
                      lesson_02.04
                      • custom-value-editor.md (2.2 KB)
                      • protected src
                        • App.tsx (1.3 KB)
                        • ValueEditor-datePicker.tsx (0.9 KB)
                        • ValueEditor.tsx (0.3 KB)
                        • fields.ts (2.6 KB)
                        public assets
                        • DatePicker.png (109.9 KB)
                        module_03
                        • config.js (0.1 KB)
                        • lesson_03.01
                          • format-query.md (2.3 KB)
                          • protected src
                            • App.tsx (1.3 KB)
                            • valueProcessor.ts (0.4 KB)
                            lesson_03.02 protected src
                            • Procfile (0.0 KB)
                            • gitignore (0.0 KB)
                            • index.js (0.5 KB)
                            • server-setup-part-1.md (3.5 KB)
                            • lesson_03.03 protected src
                              • env (0.1 KB)
                              • index.js (1.8 KB)
                              • processSQL.js (0.3 KB)
                              • sales.sql (1.7 MB)
                              • server-setup-part-2.md (3.6 KB)
                              • lesson_03.04
                                • fetching-data.md (0.9 KB)
                                • protected src
                                  • App.tsx (1.9 KB)
                                  lesson_03.05
                                  • displaying-data-in-the-grid.md (3.0 KB)
                                  • protected src
                                    • App.tsx (2.2 KB)
                                    • fields.ts (3.2 KB)
                                    lesson_03.06
                                    • displaying-data-in-a-chart.md (1.7 KB)
                                    • protected src
                                      • App.tsx (3.1 KB)
                                      module_04
                                      • config.js (0.1 KB)
                                      • lesson_04.01
                                        • adding-a-new-api-endpoint.md (2.0 KB)
                                        • protected src
                                          • index.js (2.3 KB)
                                          • processSQL.js (0.3 KB)
                                          • unlocode.sql (3.2 MB)
                                          lesson_04.02
                                          • preparing-a-new-dataset.md (3.1 KB)
                                          • protected src
                                            • App.tsx (4.5 KB)
                                            • fields.ts (6.7 KB)
                                            • types.ts (0.1 KB)
                                            lesson_04.03
                                            • displaying-the-new-data.md (2.4 KB)
                                            • protected src
                                              • App.tsx (4.5 KB)
                                              • getOperators.ts (1.5 KB)
                                              lesson_04.04
                                              • displaying-a-map.md (

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce