Salt la conținutul principal

Coș de cumpărături

Veți primi tratamentul VIP!

Articole indisponibil pentru cumpărare
Examinați coșul de cumpărături. Puteți elimina articolele indisponibile acum sau le vom elimina automat la validare.
articolearticol
articolearticol

Recomandate pentru dvs.

Loading...

CGI, JavaScript, Perl, VBScript Cărți electronice

Dacă vă plac cărțile electronice de CGI, JavaScript, Perl, VBScript, atunci vă vor plăcea aceste alegeri de top.
Se afișează 1 - 24 din 535 de rezultate
Omiteți filtrele barei laterale
  • Learn Javascript in 1 day

    de James Gary ...
    Start your journey towards becoming a JavaScript developer with the help of more than 100 fun exercises and projectsKey FeaturesWrite eloquent JavaScript and employ fundamental and advanced features to create your own web appsInteract with the browser with HTML and JavaScript, and add dynamic images, shapes, and text with HTML5 CanvasBuild a password checker, paint web app, hangman game, and many ... Citiți mai mult

    13,00 lei

  • Creating Web Animations

    Bringing Your UIs to Life

    Thanks to faster browsers, better web standards support, and more powerful devices, the web now defines the next generation of user interfaces that are fun, practical, fluid, and memorable. The key? Animation. But learning how to create animations is hard, and existing learning material doesn’t explain the context of the UI problem that animations are trying to solve. That’s where this book comes ... Citiți mai mult

    111,71 lei

  • Learning React

    Modern Patterns for Developing React Apps

    If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how JavaScript, CSS, and HTML work in the browser, this updated edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional JavaScript is necessary.With their learning road map, authors Alex Banks ... Citiți mai mult

    167,57 lei

  • Web Development with Angular and Bootstrap

    Embrace responsive web design and build adaptive Angular web applications, 3rd Edition

    Combine the power of Angular, Bootstrap 4, FlexLayout, and Angular Material Design to build elegant user interfacesKey FeaturesLearn to combine Angular 6 with Bootstrap 4 to design highly intuitive and responsive web interfacesExplore the design principles for professional web layout with Angular Material, Flexbox, and BootstrapAvoid potential stumbling blocks in web development with the help of ... Citiți mai mult

    116,75 lei

  • Clean Code PHP

    Write Maintainable and Scalable Applications

    Clean Code PHP: Write Maintainable and Scalable ApplicationsAbout the technology:Level up your PHP development skills with clean coding practices! This book empowers you to write code that's not only functional but also easy to understand, maintain, and scale as your applications grow.Stop battling spaghetti code! ‘Clean Code PHP’ is your guide to crafting well-structured, maintainable ... Citiți mai mult

    31,90 lei

  • Ionic : Hybrid Mobile App Development

    An end–to-end journey, empowering you to build real-time, scalable, and interactive mobile applications with the Ionic frameworkAbout This BookDevelop engaging mobile experiences with a native-looking UI in Ionic and AngularJS.Use out-of-the-box Ionic functionalities, customize existing components, and add new components with this comprehensive course.Learn Ionic by creating three complete mobile ... Citiți mai mult

    257,03 lei sau gratuit cu Kobo Plus

  • Blockchain Developer's Guide

    Develop smart applications with Blockchain technologies - Ethereum, JavaScript, Hyperledger Fabric, and Corda

    Build real-world projects like a smart contract deployment platform, betting apps, wallet services, and much more using blockchainKey FeaturesApply blockchain principles and features for making your life and business betterUnderstand Ethereum for smart contracts and DApp deploymentTackle current and future challenges and problems relating to blockchainBook DescriptionBlockchain applications ... Citiți mai mult

    152,13 lei sau gratuit cu Kobo Plus

  • Your First Week With Node.js

    While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and ... Citiți mai mult

    48,08 lei sau gratuit cu Kobo Plus

  • Your First Week With Node.js

    While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and ... Citiți mai mult

    48,08 lei sau gratuit cu Kobo Plus

  • Vue.js: 11 Practical Projects

    Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications.This book contains a ... Citiți mai mult

    48,08 lei sau gratuit cu Kobo Plus

  • Jump Start Web Performance

    de Craig Buckler ...
    Despite working on the web every day, few developers have a good word to say about the monster they've created. Achingly slow sites with annoying overlays, cookie agreements, instant notifications, and obtrusive ads litter the web landscape.While there may be some excuses for complex web applications, there's little justification for sluggish content-based and ecommerce sites. People are ... Citiți mai mult

    71,18 lei sau gratuit cu Kobo Plus

  • Learn Angular: 4 Angular Projects

    Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop.This book presents a collection of complete project tutorials: building a bucket-list MEAN stack app; user authentication with MEAN; building a Twitter client with Node and Angular; and connecting Angular and the WordPress API. Along the way, you'll learn how ... Citiți mai mult

    48,08 lei sau gratuit cu Kobo Plus

  • Vue.js: Tools & Skills

    Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications.This book covers a ... Citiți mai mult

    48,08 lei sau gratuit cu Kobo Plus

  • Vue.js从入门到精通

    de 明日科技 ...
    《Vue.js从入门到精通》从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细介绍了使用Vue.js进行程序开发需要掌握的各方面技术。全书分为4篇,共19章,内容包括初识Vue.js、ECMAScript 6语法介绍、Vue实例与数据绑定、条件判断指令、v-for指令、计算属性和监听属性、元素样式绑定、事件处理、表单元素绑定、自定义指令、组件、组合API、过渡和动画效果、渲染函数、使用Vue Router实现路由、使用axios实现Ajax请求、Vue CLI、状态管理,以及51购商城项目实战。书中的大多数知识点都结合具体实例进行介绍,涉及的程序代码给出了详细的注释,使读者可轻松领会Vue.js程序开发的精髓,快速提高开发技能。 ... Citiți mai mult

    77,36 lei

  • Vue.js 3.0源码解析(微课视频版)

    本书共分为11章,将从源码角度入手,由浅入深分析Vue3框架的核心逻辑。首先通过极简demo引出Vue3框架核心思想,其次结合源码分析Vue3框架核心逻辑的实现原理,最后介绍Vue3框架常用命令、组件等底层实现逻辑。帮助读者深入理解Vue3框架的内部实现原理与运行逻辑,理解Vue3框架语法,揭开藏在表面的内容,让开发者能知其然还能知其所以然。 本书面向有Vue开发经验和熟悉框架开发的前端开发者,也可以作为对Vue框架源码感兴趣的编程爱好者的参考用书。 ... Citiți mai mult

    50,82 lei

  • Ultimate AI-Assisted Development with GitHub Copilot

    Code smarter, Test faster, and Build better with GitHub Copilot!Key Features● Master prompt engineering and multi-modal Copilot interactions.● Use GitHub Copilot for real coding, testing, and DevOps tasks.● Speed up development with AI-powered code and test generation.Book DescriptionAI-assisted coding is transforming how software is built-faster, smarter, and with fewer errors. GitHub Copilo... ... Citiți mai mult

    114,87 lei

  • Web Development Tutorial

    A Beginner's Guide to Web Development

    "Get ready for a web development adventure! From basic HTML to advanced APIs, this guide has it all. Learn to build sleek websites, keep them secure, and make them lightning fast. Packed with practical tips and hands-on examples, this book is your ticket to mastering web development. Dive in and start creating!" ... Citiți mai mult

    30,01 lei

  • Rails Pocket Reference

    A Quick Guide to Rails

    de Eric Berry ...
    Seria seria Pocket Reference (O'Reilly)
    Rails 2.1 brings a new level of stability and power to this acclaimed web development framework, but keeping track of its numerous moving parts is still a chore. Rails Pocket Reference offers you a painless alternative to hunting for resources online, with brief yet thorough explanations of the most frequently used methods and structures supported by Rails 2.1, along with key concepts you need to ... Citiți mai mult

    32,85 lei

  • Going GAS

    From VBA to Google Apps Script

    Whether you’re moving from Microsoft Office to Google Docs or simply want to learn how to automate Docs with Google Apps Script, this practical guide shows you by example how to work with each of the major Apps Script services.Office still supports VBA, but it’s not likely to do so for much longer. If you’re a VBA or .NET developer, you’ll learn how to port existing VBA code and structure to their ... Citiți mai mult

    98,58 lei

  • JavaScript in 24 Hours, Sams Teach Yourself

    de Phil Ballard ...
    Seria seria Sams Teach Yourself
    In just 24 lessons of one hour or less, Sams Teach Yourself JavaScript in 24 Hours helps you learn the fundamentals of web programming using the JavaScript language.Designed for beginners with no previous programming experience, this book’s straightforward, step-by-step approach shows you how to use JavaScript to add a wide array of interactive features and effects to your web pages.Every lesson ... Citiți mai mult

    121,37 lei

  • Unleashing the Power of Astro

    de Tamas Piros ...
    Astro is a modern static site generator that allows developers to build fast, optimized websites—a critical requirement in today’s rapidly evolving ecosystem, where user demands are high. Astro’s story goes back to 2021, when Fred K. Schott released the first version of the framework. At the time of writing this tutorial, Astro is already at version 4 and has seen many amazing features added to it ... Citiți mai mult

    52,17 lei sau gratuit cu Kobo Plus

  • The JavaScript Journey

    From Basics to Full-Stack Mastery

    de Priya Singh ...
    "The JavaScript Journey: From Basics to Full-Stack Mastery" is your ultimate guide to unlock the full potential of JavaScript and mastering the art of full-stack development. Whether a novice eager to learn the ropes or a developer with an experience looking to improve your skills, this comprehensive book provides a step-by-step roadmap to success.Starting with JavaScript syntax and control flow ... Citiți mai mult

    45,60 lei

  • Integrating HTMX with Laravel: An Approachable Guide

    Building Dynamic, Efficient, and Sophisticated Web Application Easily

    Welcome to "Integrating HTMX with Laravel: An Approachable Guide", a comprehensive guide designed to take you on a journey through the exciting world of web development with HTMX and Laravel. Whether you're a beginner eager to dive into the realm of modern web applications or an experienced developer looking to enhance your skills with advanced techniques, this book is crafted for you.HTMX and ... Citiți mai mult

    50,16 lei

  • Mastering JavaScript String Methods - A Beginner's Guide to Simplifying String Manipulation

    A Beginner's Guide to Simplifying String Manipulation

    This book, "Mastering JavaScript String Methods: A Beginner's Guide to Simplifying String Manipulation," provides a comprehensive and beginner-friendly introduction to the powerful string methods available in JavaScript.Whether you're a complete newcomer to programming or a developer seeking to strengthen your foundations, this book will guide you through the intricacies of string methods with ... Citiți mai mult

    50,16 lei