• Programming , Shop

    Designcode.io – UI Design for Developers

    Learn just enough visual design to be dangerous as a developer

    Many design courses focus on the finer details, heavy theories, getting you to the 99% of being a visual designer, but often disregard the code and handoff aspect. They end up alienating developers who just wish to learn the essentials. If you’re looking to learn “just enough” UI design to …

  • Programming , Shop

    Designcode.io – Learn Swift

    Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. and the open-source community, first released in 2014. Swift was developed as a replacement for Apple’s earlier programming language Objective-C, as Objective-C had been largely unchanged since the early 1980s and lacked modern language features. Swift works with Apple’s Cocoa and Cocoa Touch frameworks, and a key aspect of Swift’s design was the ability to interoperate with the huge body of existing …

  • Programming , Shop

    [Codewithmosh] The Complete Node.js Course

    Want to learn Node.js, but are tired of wordy and slow instructors who talk to you like you’ve never coded before?

    Then I have the perfect course for you. A Node course that’s finally different from the rest.

    A perfect mix of theory and practice with no waffling.

    Learn to build RESTful APIs with Node, Express and MongoDB with confidence.

    Includes best practices that …

  • Programming , Shop

    Designcode.io – Flutter for Designers

    Flutter is a relatively new toolkit that makes it easy to build cross-platform apps that look gorgeous and is easy to use. By utilizing a platform’s native components we’ll build an app that can run on both iOS and Android that will look and feel like it was developed natively. Furthermore we’ll see how with one single codebase, Flutter provides …

  • Programming , Shop

    Designcode.io – Build a SwiftUI app for iOS 14

    This year, SwiftUI got major upgrades from the WWDC 2020. The big news is that thanks to Apple Silicon, Macs will be able to run iOS and iPad apps soon. SwiftUI is the only framework that allows you to build apps for all of Apple’s five platforms: iOS, iPadOS, macOS, tvOS and watchOS with the same codebase. New features like …

  • Programming , Shop

    [Codewithmosh] The Ultimate Redux Course

    Redux is the most popular state management library for JavaScript apps.

    It’s mostly used with React but it’s also becoming popular in Angular, Ember and Vue communities.

    Despite being a small library with a small footprint, a lot of developers find Redux confusing and complicated. They also complain that Redux introduces a lot of boilerplate in the code and makes trivial things …