This gist contains the instructions and the code
as needed in the project
https://bonsaiilabs.thinkific.com/courses/first-steps-in-scala
This gist contains the instructions and the code
as needed in the project
https://bonsaiilabs.thinkific.com/courses/first-steps-in-scala
Hello Learner,
This is the home for all our code samples that we prepare for our YouTube Channel. Hope you find them useful.
Please look at our work at bonsaiilabs and let us know if there is anything that we can do to help you get better, smarter, and faster!
Thank you
bonsaiilabs team
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Using TheMovieDB</title> | |
<meta name="viewport" content="width=device-width"> | |
<!-- API version 3 documentation: | |
https://developers.themoviedb.org/3/search | |
https://developers.themoviedb.org/3/movies | |
--> |
<gel:script | |
xmlns:gel="jelly:com.niku.union.gel.GELTagLibrary" | |
xmlns:jelly="jelly:core" | |
xmlns:mail="jelly:email"> | |
<!-- email vars --> | |
<jelly:set var="emailFrom" value="[email protected]" /> | |
<jelly:set var="emailTo" value="[email protected]" /> | |
<jelly:set var="emailServer" value="your.email.server.com" /> |