book

  1. mafizholk

    [Ebook] Greg Sidelnikov - JavaScript Grammar

    This classic edition of JavaScript Grammar is an essential guide to JavaScript language features for Front-End developers.
  2. mafizholk

    [Ebook] Greg Sidelnikov - CSS Visual Dictionary

    This edition of CSS Visual Dictionary is a complete guide to all CSS properties in common use for visual speed-learners. Each property is explained using color-coded diagrams, including box model, flex, grid, animations and more.
  3. mafizholk

    [Ebooks] Educative.io - Mastering Concurrency in Go

    Mastering concurrency can make you a much more in-demand developer on the job market. It's becoming an increasingly important concept in modern programming as multi-core devices become more and more prevalent.The good news is that Go has some outstanding support for concurrency out of the box...
  4. mafizholk

    [Ebooks] Educative.io - Software Design Patterns: Best Practices for Software Developers

    Being good at problem-solving is one thing but to take your career to the next level, one must know how complex software projects are architected. Software design patterns provide templates and tricks used to design and solve recurring software problems and tasks. Applying time-tested patterns...
  5. mafizholk

    [Ebooks] Educative.io - Grokking Data Science

    Master the skills that can get you a $100K+ salary even if you bunked your statistics classes.No need to waste hours and hours on browsing from one article to the next and piecing together the info you need to grasp important topics. No need to get overwhelmed by the information overload. Find...
  6. BurnBabyBurn

    WSO [Book] Dan Lok - F.U. Money

    F.U. Money: Make As Much Money As You Damn Well Want And Live Your Life As You Damn Well Please!Are you TIRED of the RAT RACE? Do you wish you had MORE TIME and MORE MONEY? Would you like to NEVER WORK AGAIN?If you answered “YES!”, then you need to look no further than Dan “The Man” Lok’s...
  7. BurnBabyBurn

    [Book] Richard Branson - Like a Virgin: Secrets They Won't Teach You at Business School

    Like a Virgin: Secrets They Won't Teach You at Business SchoolIt’s business school, the Branson way.Whether you’re interested in starting your own business, improving your leadership skills, or simply looking for inspiration from one of the greatest entrepreneurs of our time, Richard...
  8. P

    [EBook] The Opinionated Guide to React

    Chapters There are 11 chapters and many smaller subchapters in this book. Let's talk about themFolder/ File Structuring An app has a LOT of files so let's talk about knowing where stuff isState Management: Oh, all the options You don't always need a library, how can react help?Project...
  9. locomotii

    [E-Book] Atomic Design

    We're tasked with making interfaces for more users in more contexts using more browsers on more devices with more screen sizes and more capabilities than ever before. That's a daunting task indeed. Thankfully, design systems are here to help. Atomic Design details everything that goes into...
  10. I

    [EBOOK] You Don’t Know JS: this & Object Prototypes

    No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. This concise, in-depth guide takes you inside JavaScript’s this structure and object prototypes. You’ll learn how they work and why they’re integral to behavior delegation—a design pattern...
  11. I

    [EBOOK] You Don’t Know JS: Types & Grammar

    No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the “You Don’t Know JS” series, this compact guide explores JavaScript types in greater depth than previous treatments by looking at type coercion problems, demonstrating why...
  12. I

    [EBOOK] You Don’t Know JS: ES6 & Beyond

    No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the “You Don’t Know JS” series, this compact guide focuses on the new features that will be available to developers in ECMAScript 6, the newest version of the standard on which...
  13. I

    [EBOOK] You Don’t Know JS: Up & Going

    It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether you’re new to the language or have used it for years. With the “You Don’t Know JS” book series, you’ll get a more complete understanding of JavaScript, including trickier parts of the...
  14. I

    [EBOOK] You Don’t Know JS: Async & Performance

    No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the “You Don’t Know JS” series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques—including Promises, generators, and Web...
  15. I

    [EBOOK] You Don't Know JS Yet: Get Started

    It seems like there's never been as much widespread desire before for a better way to deeply learn the fundamentals of JavaScript. But with a million blogs, books, and videos out there, just where do you START? Look no further!The worldwide best selling "You Don't Know JS" book series is back...
  16. I

    [EBOOK] You Don't Know JS Yet: Scope & Closures

    Are you looking for a better way to deeply learn the fundamentals of JavaScript? Look no further!The foundation of all programs is the organization of its variables and functions into different nested scopes. Yet, most developers haven't deeply contemplated how and why these decisions are made...
  17. I

    [EBOOK] Django for APIs

    Completely updated for Django 3.1 & Django REST Framework 3.11 Django for APIs is a project-based guide to building modern APIs with Django & Django REST Framework. It is suitable for beginners who have never built an API before as well as professional programmers looking for a fast-paced...
  18. I

    [EBOOK] Django for Beginners

    Completely updated for Django 3.1. Django for Beginners is a project-based introduction to Django, the popular Python-based web framework. Suitable for total beginners who have never built a website before as well as professional programmers looking for a fast-paced guide to modern web...
  19. I

    [EBOOK] Django for Professionals

    Completely updated for Django 3.1 Django for Professionals takes your web development skills to the next level, teaching you how to build production-ready websites with Python and Django. Once you have learned the basics of Django there is a massive gap between building simple “toy apps” and...
  20. imranbdmail

    [Ebook] JavaScript and JQuery: Interactive Front-End Web Development by jon duckett

    THIS BOOK COVERS:Basic programming concepts - assuming no prior knowledge of programming beyond an ability to create a web page using HTML & CSS Core elements of the JavaScript language - so you can learn how to write your own scripts from scratch jQuery - which will allow you to simplify the...