- 7
- 22 667
Tech & Swords
United States
เข้าร่วมเมื่อ 21 ก.ค. 2020
Object Pascal setup and programming, learn about modern web development on FreePascal/Lazarus and Embarcadero Delphi.
Cross compiling, testing your apps in a VM, generating JSON, creating REST API's, it's all covered and more to come!
www.linkedin.com/in/marcusfernstrom/
medium.com/@marcusfernstrm
Cross compiling, testing your apps in a VM, generating JSON, creating REST API's, it's all covered and more to come!
www.linkedin.com/in/marcusfernstrom/
medium.com/@marcusfernstrm
MySQL and FreePascal
Learn how to connect to a MySQL database and start selecting and inserting records the proper way, using parametrised queries.
MySQL 5.7 drivers - github.com/MFernstrom/MySQL-5.7-Drivers
Find my articles on Medium - medium.com/@marcusfernstrm/
Connect on LinkedIn - www.linkedin.com/in/marcusfernstrom/
If you want to support the channel - www.patreon.com/MarcusFernstrom
MySQL 5.7 drivers - github.com/MFernstrom/MySQL-5.7-Drivers
Find my articles on Medium - medium.com/@marcusfernstrm/
Connect on LinkedIn - www.linkedin.com/in/marcusfernstrom/
If you want to support the channel - www.patreon.com/MarcusFernstrom
มุมมอง: 2 786
วีดีโอ
Learn how to consume JSON data in FreePascal
มุมมอง 3.4K4 ปีที่แล้ว
JSONPlaceholder jsonplaceholder.typicode.com/ Patreon www.patreon.com/MarcusFernstrom LinkedIn www.linkedin.com/in/marcusfernstrom/ Medium medium.com/@marcusfernstrm In this video you'll learn how to get and consume JSON data in your FreePascal applications using just the packages you get with Lazarus.
Generate JSON Data in FreePascal / Lazarus
มุมมอง 3.1K4 ปีที่แล้ว
Patreon www.patreon.com/MarcusFernstrom LinkedIn www.linkedin.com/in/marcusfernstrom/ Medium medium.com/@marcusfernstrm Embarcadero REST Debugger www.embarcadero.com/free-tools/rest-debugger/ In this video we're expanding on the REST API we created in the previous video th-cam.com/video/rEqVnwE8_Us/w-d-xo.html When you're done you'll have a new endpoint which will return a JSON map with an arra...
Create REST APIs in FreePascal & Lazarus (with zoom)
มุมมอง 3.6K4 ปีที่แล้ว
(This is the same video as th-cam.com/video/9N0cxI1Hp0U/w-d-xo.html but with the IDE zoomed in for easier viewing) Patreon www.patreon.com/MarcusFernstrom LinkedIn www.linkedin.com/in/marcusfernstrom/ Medium medium.com/@marcusfernstrm Embarcadero REST Debugger www.embarcadero.com/free-tools/rest-debugger/ Object Pascal is a wonderful language to create RESTful APIs, and in this video I show you...
Create REST APIs in FreePascal & Lazarus
มุมมอง 4.4K4 ปีที่แล้ว
Patreon www.patreon.com/MarcusFernstrom LinkedIn www.linkedin.com/in/marcusfernstrom/ Medium medium.com/@marcusfernstrm Embarcadero REST Debugger www.embarcadero.com/free-tools/rest-debugger/ Object Pascal is a wonderful language to create RESTful APIs, and in this video I show you how to create a simple REST API with a default 404 handler and an endpoint returning JSON data. In this video you'...
Lazarus build modes, cross compiling, and testing the app in a Linux virtual machine
มุมมอง 2.8K4 ปีที่แล้ว
Patreon www.patreon.com/MarcusFernstrom LinkedIn www.linkedin.com/in/marcusfernstrom Medium medium.com/@marcusfernstrm Continuing where the last video ended up, let's set up a project with build modes for Debugging, and releases for Windows and Linux. With that done, I'll show you how to cross compile from Windows to Linux, and how to actually test your program in a Linux virtual machine using ...
Install FreePascal, Lazarus, Packages, Cross Compilers, and OPM the EASY way
มุมมอง 2.5K4 ปีที่แล้ว
Patreon www.patreon.com/MarcusFernstrom LinkedIn www.linkedin.com/in/marcusfernstrom/ Medium medium.com/@marcusfernstrm Installing FreePascal and Lazarus isn't hard. But it's no walk in the park to install FreePascal, Lazarus, multiple packages, OPM (Online Package Manager), cross compilers, while easily supporting multiple versions. I'm going to show you how to do just that. I'm demonstrating ...
starwars ok
Great Video! Only a question: which (cross)compiler for linux did you install in lazarus? i use lazarus 3.2.2 ,in this version, if I'm not mistaken, I think you have to install the cross compiler explicitly otherwise it doesn't work.
Hi Marcus, please an example of a crud api and database
Not working! ============================= [Window Title] Error [Content] The project uses target OS=linux and CPU=x86_64. The system.ppu for this target was not found in the FPC binary directories. Make sure fpc is installed correctly for this target and the fpc.cfg contains the right directories. [OK] ===========================
It will be good to see how to make user autorithation using OAUTH2 with Google for example.
Excelente tutorial, muy claros los ejemplos. Aprendí cosas que no sabia. Parece que pascal esta floreciendo nuevamente con Lazarus!!! Felicitaciones
Thanks for including the Linux instructions!
A doubt. Why do you choose linux in cross item (Windows environment use)??
Hi Marcus, recently I have re-discovered Pascal (freepascal these days) and am very pleased with how it works. Any chance you will be making some new content? Like how to do authentication in a REST API?
the music at the start is too loud 😅
I'm newbie in computer coding and I really love FPC and Lazarus. 👍🏻❤
Greate dear tutorials. I am struggling with using threads in Object Pascal. 1. How to create them? 2. How to cancel them upon application closing, especially in case I am using thrid-party library inside execute method and there is no way to check Terminated flag to stop the process?.
good video
Can we use the same method for Postgres database? Thanks in advance. And great videos pls keep it going.
I'm releasing a video on how to work with Postgresql soon!
Do we have to add 'dbLoader.Free' on Linux?
How do you deploy such a server application?
I deploy them as standalone applications on Debian or Ubuntu servers, behind an nginx proxy. I also deploy them on Heroku.
looks like a great tool but, can't see a thing on the video
Sorry about that, this was one of my first videos. Try this one, it's the same content but I've zoomed in. th-cam.com/video/rEqVnwE8_Us/w-d-xo.html
Como exibir os dados num dbgrid? how to show that data on a dbrid?
Great tutorial! Is the same possible with XML? Would you share in another tutorial?
Nice Video! How to authenticate with ssl and oAuth?
♥️
hello there, newbie here in lazarus. would you kindly direct me to what link should i check if im gonna code MDI form in lazarus?
Fantastic! Thanks, man!
Pretty good! Thanks, man!
Doing this tutorial will Lazarus be able to compile for Windows, Linux and Mobile Android?
Thank you! Top!
Very good. Do you have a video example of the client side consuming the server
I don't, but that's a good idea for future videos.
Congratulations for your videos, these are great reference. There is so much quality, simplicity and straight to the point. I´m pretty sure that lots of people can make a video around the same subject and last for 45 minutes talking without achieving the goal as clear as you do. I´m going to be looking forward for your next videos. Great content ! Greetings from México !
Thank you Willy!
Keep them coming! MOST HELPFUL. Providing clarity many seasoned developers take for granted others'just know'.
Good job, man.
Thanks Emerson!
the catchall implentation is not quite working for me, btw I'm on linux/Ubuntu I always seem to get this error, not sure where I messed up: : ERROR The application encountered the following error: Error: Not found
Which version of FreePascal and Lazarus are you using? In some older versions the catchall/default routing doesn't quite work.
@@TechSwords I'm on 2.0.6
@@weltmeister Could you connect on LinkedIn and send me your code?
Very good.
Thank you!
New to pascal and Lazarus and loving your video's. Will you be doing any on using SQLilte3 using the Lazarus DB components?
I'm glad you like them! Yes I'm planning videos on databases, including sqlite and MySQL
Very nice
Thanks Nouzi!
I love Pascal since my student days. I use to program small app to help me in my work usign Lazarus. This channel is the best channel of freepascal/Lazarus. Great job!. Keep on this line!
Thanks blueicaro, I'm glad you like the channel! :)
Thank for sharing this video and article on medium Plz next video zoom the font Thank again
Good idea! Thanks Nouzi
Nouzi, I made an updated version of this video with zoom th-cam.com/video/rEqVnwE8_Us/w-d-xo.html
@@TechSwords Thanks again Next time use Font Size in the development environment There is another suggestion, please Sorry english not good you know that
Very nice. I didn't even know I could cross compile to Linux from Windows.
It's very handy, I cross compile between Mac, Windows, and Linux all the time. Glad you found it helpful!
Great Video :)
Thanks!
Really easy :) You know any package for Lazarus to work like Horse for Delphi? github.com/HashLoad/horse
I don't, but that's a great idea for a community project :)
Horse works with Lazarus on its github page.
Great video :)
Thanks Jose, I'm glad you like it!
These videos are very useful for Delphi developers turning to FreePascal+Lazarus. Thank you!
I'm glad you're finding them helpful!
Thank you, excellent material.
Thanks! I'm glad you like it
I've been using Lazarus for 10 years now, and I never new about fpcdeluxe or the online package manager! This was super helpful!
Awesome!
Very good. Thanks for the class.
Thanks Rafael!