Server Side Programming In Swift | Backend Development | Swift | Perfect | Xcode

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 20

  • @lahiruchathuranga9493
    @lahiruchathuranga9493 2 ปีที่แล้ว

    superb video. thanks Pallav👌🏽

  • @benjamighty
    @benjamighty 3 ปีที่แล้ว

    Can't believe he used Pawpaw as a meme. Nice one!

  • @NavdeepSingh-ut8md
    @NavdeepSingh-ut8md 4 หลายเดือนก่อน

    Issue in M1 Macs with perfect, Any solution for this error ?
    Cannot convert value of type 'CVaListPointer' to expected argument type '__darwin_va_list?' (aka 'Optional')

  • @abdurR-tn1jl
    @abdurR-tn1jl 2 ปีที่แล้ว

    Hello Pallav, I have tried with your source code and modified according to my requirement but unable to host in AWS. I have been tried with Perfect Assistant but AWS MarketPlace url not opening from there. I am unable to do authorisation. Could you provide me any reference that would be a great help. Thanks.

  • @hapeesingh538
    @hapeesingh538 3 ปีที่แล้ว +1

    Nice tutorial 👍,
    few questions if you don’t mind:
    1. How can we create database design in this?
    2. Is the project you have created is just for creating APIs ? Means not for application design?
    3. How can we store run time data? And can we check database?
    Make another video explaining things.. Thanks

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 ปีที่แล้ว +1

      Thanks Hapee
      I'm not sure that I got your question right, but you can create models for handling database response. For connecting database, you can have a look at these repos github.com/PerfectExamples.
      I'll try to make a detailed video covering these things.
      Thanks 🙂

  • @pradeepkumar5359
    @pradeepkumar5359 3 ปีที่แล้ว

    Hi Pallav, awesome tutorial for iOS devs to learn server sided swift. It would be more helpful if you try to create a tutorial how to deploy them on real server like heroku.

  • @mehulpanchal1719
    @mehulpanchal1719 2 ปีที่แล้ว

    Getting this error
    @iCode
    error: dependency 'PerfectHTTPServer' in target 'TestWebServiceTests' requires explicit declaration; reference the package in the target dependency with '.product(name: "PerfectHTTPServer", package: "Perfect-HTTPServer")'
    Can you please help me out to fix this error ?

  • @anupsingh2615
    @anupsingh2615 ปีที่แล้ว

    How to get latest swift 5.9.2 in perfect

  • @rahulkumawat7490
    @rahulkumawat7490 3 ปีที่แล้ว

    Great tutorial 👍
    I am just curious about the kill process, Isn't there any better solution. Currently it seems kind of heavy process for everytime we update our code.

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 ปีที่แล้ว +4

      Thanks Rahul
      For kill process, you can write a small script having kill command and make it execute programmatically before every run. I’ll see if can make a small video for this.
      Glad that you liked the video 🙂

    • @rahulkumawat7490
      @rahulkumawat7490 3 ปีที่แล้ว

      @@iCode_Happy_Coding thanks

  • @0xcBenevolent
    @0xcBenevolent 2 ปีที่แล้ว

    Hey Pallav, I have a question. I want to build an app that will be having user profiles, calling features, geo-fencing, geo-tagging, voice & photo sharing(ephemeral) and a bit of social features. Could you tell me if I should hire a backend programmer as well? Because right now, I do have an app designer and an iOS developer who codes in Swift and deploy it in AWS Lambda. Is the Swift developer enough to create the app logic, business logic and the entire backend of the app? or should I hire a Golang-GRPC / Node.js-Appsync developer for all that? And keep the frontend (iOS) part to the Swift developer?
    Please do answer.
    Thanks.

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  2 ปีที่แล้ว +1

      You should definitely hire backend developer (Golang/Node), and keep the iOS Dev for iOS app.

    • @0xcBenevolent
      @0xcBenevolent 2 ปีที่แล้ว

      @@iCode_Happy_Coding Alright, thank you. I'll consider that.

    • @0xcBenevolent
      @0xcBenevolent 2 ปีที่แล้ว

      @@iCode_Happy_Coding Hi, do you think Go would be a better choice with GRPC to create microservices over Nodejs with Appysnc? And for the server part, I'm totally going serverless with Lambda.

  • @guptaayush374
    @guptaayush374 3 ปีที่แล้ว

    Amazing tutorial 🙏🏻

  • @victorriurean
    @victorriurean 2 ปีที่แล้ว

    nice