Skip to main content

Lost at SQL - The Game

 Do you want to get conversant with SQL? "Lost at SQL" offers a gamified approach to learning the basics of SQL addressed to total beginners.

Build by Robin Lord who as a digital marketing strategy and SEO expert is particularly using SQL not for CRUD applications but mostly for analytics and data exploration in scenarios like :

https://www.i-programmer.info/news/150-training-a-education/16316-lost-at-sql-the-game.html

Comments

Popular posts from this blog

Python Web Conference 2023 Sessions Now Online

  The talks presented at the 5th annual Python Web Conference are now available on YouTube. Topics ranged from AI/ML and Big Data to CI/CD, Serverless and more. Python Web Conference is one of the newest Python programming conferences. Year 2023 marked the 5th conference in the series, this time being hosted on "LoudSwarm", a virtual event platform by Six Feet Up. https://www.i-programmer.info/news/216-python/16547-python-web-conference-2023-sessions-now-online.html

Play The Flex Box Adventure

  Coding Fantasy is a new platform for learning CSS, HTML and JavaScript by playing coding games. It already offers a free fun educational game for learning how to use the CSS Flex Box mode and here we look at what it entails. Coding Fantasy's creator Nick Bull has provided a well thought out gamified approach for learning about web development. The first game, Flex Box Adventure, uses three simple sprites - the Knight, Mage and Rogue- who must defeat the evil forces. Defeating them means placing your heroes at the same position as the evil ones by using flexbox's instructions like  flex-direction,justify-content  and  align-items . Check the pictures below for an example of how it works: Challenge Solution #field { display: flex; flex-direction: column; justify-content: flex-end; } full article on i-programmer.info

Model Your APIs With AWS Smithy

  Smithy is an open source project by AWS with which you can model your APIs, generate code and documentation for clients and servers, as well as other artifacts, in many programming languages. https://www.i-programmer.info/news/90-tools/16651-model-your-apis-with-aws-smithy.html