1626298860
WebAssembly Text Format
Thumbnail font: https://www.dafont.com/zx80.font
danlogs git repository: https://github.com/danbugs/danlogs/
Follow me on Twitter: https://twitter.com/danologue/
Follow me on GitHub: https://github.com/danbugs/
For business inquiries, contact me on LinkedIn: https://www.linkedin.com/in/danbiz
#webassembly
1626298860
WebAssembly Text Format
Thumbnail font: https://www.dafont.com/zx80.font
danlogs git repository: https://github.com/danbugs/danlogs/
Follow me on Twitter: https://twitter.com/danologue/
Follow me on GitHub: https://github.com/danbugs/
For business inquiries, contact me on LinkedIn: https://www.linkedin.com/in/danbiz
#webassembly
1604163600
I am almost 100% sure that when you start programming in a language, you look for an example like the famous “Hello, world!” In this article, I compile how to do it in 31different programming languages that, for one reason or another, I have known or used in my life and a short description with some useful or curious data.
It is a general-purpose, object-oriented programming language based on classes.
import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
class Codechef
{
public static void main (String[] args) throws java.lang.Exception
{
System.out.println("Hello, world!");
}
}
JavaScript or “Js” is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm.
console.log("Hello world!");
CoffeeScript is a programming language inspired by Ruby that compiles to JavaScript.
console.log 'Hello, world'
Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser.
Hello world!
Swift is a multi-paradigm, general-purpose, and compiled programming language developed by Apple with the open-source community.
println("Hello, world!")
#programming-languages #software-development #programming #coding #hello-world
1596489000
Hello! Welcome to the Python Flask Tutorial series. In this series, we’ll learn about Flask, a micro framework built using Python, with the help of a project!
In this video, we setup our project directory structure, see how “Hello, World!” Of Flask works and implement it.
#python #django
1628564883
1608162120
Getting started with Teams app development is almost as easy as “click, click, hello, world!” Learn the basics with Ayca Bas and Tomomi Imura so you can build your next app for Teams.
Check out our Teams Developer Docs! https://docs.microsoft.com/en-us/microsoftteams/platform/overview?WT.mc_id=m365-10864-aycabas
#web-development #developer #programming