- 5
- 18 392
Backend Horizon
Netherlands
เข้าร่วมเมื่อ 19 ก.ค. 2021
Cloud development tutorials, always with fun :)
AWS Step Functions with CDK & TypeScript | Tutorial and Example for Serverless Workflows
AWS CDK with Typescript - Getting Started: th-cam.com/video/K7xTkaPvo7M/w-d-xo.html
AWS Step Functions documentation: docs.aws.amazon.com/step-functions/latest/dg/welcome.html
Github Code: github.com/feharaujo/CodingTutorials/tree/main/005-SF-CDK
X: @backendhorizon
#aws #typescript #programming
AWS Step Functions documentation: docs.aws.amazon.com/step-functions/latest/dg/welcome.html
Github Code: github.com/feharaujo/CodingTutorials/tree/main/005-SF-CDK
X: @backendhorizon
#aws #typescript #programming
มุมมอง: 100
วีดีโอ
File History with AWS S3 Versioning - Keeping Multiple Versions of your File
มุมมอง 1144 หลายเดือนก่อน
In this video, we'll learn how to enable and manage AWS S3 Versioning to keep track of changes to your objects, recover previous versions, and protect against accidental deletions. Blog: backendhorizon.com X: @backendhorizon #aws #s3 #programming
Docker Dev Containers - Transform Your Development Environment
มุมมอง 2395 หลายเดือนก่อน
Hello devs, In today video let's talk about Docker Dev Containers and how this improves our local development environment. In the world of software development, having a consistent and reliable development environment is crucial for productivity and efficiency. Traditional local development environments, where you would install everything manually often face challenges related to compatibility ...
AWS CDK with Typescript - Getting Started
มุมมอง 1.7Kปีที่แล้ว
Hello devs, In today video, you'll delve into the world of the AWS CDK (Cloud Development Kit) with Typescript, a powerful tool for defining and managing your AWS infrastructure with ease. Explore the fundamentals of infrastructure as code (IaC) and discover how to use the AWS CDK to design, build, and deploy scalable, reliable, and consistent AWS environments. Article versions 🇺🇸 www.backendh...
Spring Boot and Kotlin - Creating Your First API
มุมมอง 16K2 ปีที่แล้ว
Hello devs! In this coding tutorial, you'll learn how to create your first API using Spring Boot. Differently from the most usual setups, we gonna use Kotlin and Gradle for that! Article versions 🇺🇸 www.backendhorizon.com/blog/spring-boot-kotlin-first-api/ 🇪🇸 www.backendhorizon.com/es/blog/spring-boot-kotlin-first-api/ 🇧🇷 www.backendhorizon.com/pt/blog/spring-boot-kotlin-first-api/ 🇮🇹 www.back...
@backendhorizon I pulled your code from the specified GitHub repository. But I see the error: Cannot find module 'aws-cdk-lib' or its corresponding type declarations. I can guess why, as in your repo you did not check in the node-modules (and aws-cdk-lib). I know these kind of node-mdules are common libraries and everybody would have it so they should not be checked in .... but why am I getting this error in my VS Code. Definately some setting is missing at me end. Can you help me
Can you please add tha arabic Translation to Video
It's added :)
pls share more examples
BTW You may run into an issue with the variable named "value" since it is a reserved keyword in SQL. This is causing the SQL parser to expect an identifier instead of the keyword!
tuve un conflicto creeando la db, luego de leer un rato el error se debia a que H2 tenia a value como palabra reservada, lo modifique y listo
Where are the SQL things being done and why is mine inserting random characters into it? "select td1_0.id,td1_0.account_identifier,td1_0.date,td1_0.description,td1_0.[*]value from transactiondbmodel td1_0"; expected "identifier";
JPA it's an abstraction for that. It automatically generates the SQL for you, this way your code can work with any database that you want without changes
Been hitting on a problem and can't find the solution anywhere but: the DBTable is not being created. It has something to do with hibernate but I'm not familiar with it, that's why I'm in this intro video. I hope someone can help me with it, maybe stuck on the same problem but found a solution! I would appreciate it very much. org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create table transactiondbmodel (value float(53) not null, date timestamp(6), id uuid not null, account_identifier varchar(255), description varchar(255), primary key (id))" via JDBC [Syntax error in SQL statement "create table transactiondbmodel ([*]value float(53) not null, date timestamp(6), id uuid not null, account_identifier varchar(255), description varchar(255), primary key (id))"; expected "identifier";] Ótimo começo de ano!
Subscribe to the channel and leave your comments/suggestions for future videos! 👨🏻💻
Helpful. Well explained!
The quality of the information is good and concise A lot of this is unfortunately too fast. When you create classes etc. and give names slowely clicking would be better. Its a bit exhausting too watch the video like that.
Add more please.
O sotaque a gente reconhece na hora heuheueh
Seu madruga entregou
@@backendhorizon kaskkaskksa
Achei que era sotaque indiano kkk
These random videos with too loud sound are terrible and not funny. You better increase your mic volume and speak more understandable.
Buy a better machine with better speakers.. or just get a good quality pair of earphones/headphones. This video is not the problem, Y
Why are you using System.out.println()? In kotlin, you can just use println()
Hello Juno, Thanks for this tutorial Could you help me? I got an error: Unsatisfied dependency expressed through constructor parameter 0: Error creating bean with name 'transferRepository'
We are not good developers, we directly write code in production without any test cases
😂
Great video! Why add extra boiler plate code by separating the DB models from the standard models? Couldn't you just make the top level models Spring Entities as well?
Usually, it's a good idea to split your models, if it's a simple application probably it's okay but as soon your application starts to grow you gonna see that it will be required. Most of the time, API and db models end up not having the same structure.
Kotlin kotlin kotlinnn
não esperava pelo seu madruga hahaha otimo video!
seu madruga é o melhor hahah
@@backendhorizon Poha! Depois que li o comentario fiquei ansioso só esperando o Madruguinha, até me emocionei. Excelente vídeo Juno.
I am glad this video exists. Very well done. Thank you.
Do more videos about Spring and Kotlin. This is a Great content over here. Thanx!
This is awesome! Amazing video!
I love concise videos that don't make me increase playback speed. Keep it up.
Subscribe to the channel and leave your comments/suggestions for future videos! 👨🏻💻