Skip to main content

Posts

Showing posts from August, 2023

The DevOps with Docker Course From Finland

  A course by Jami Kousa of University of Helsinki teaches Docker from zero to hero. It's free and self-paced and contains a lot of material you need to work through from start to finish. https://www.i-programmer.info/news/240-devops/16586-the-devops-with-docker-course-from-finland.html

Learn To Document Your API Correctly

  "API Documentation Best Practices" is a brand new short and free course by APISEC University which looks into why documenting your APIs should be an essential part of your software development cycle and not an afterthought. https://www.i-programmer.info/news/87-web-development/16579-learn-to-document-your-api-correctly.html

Access LLMs From Java code With Semantic Kernel

  You can now do this thanks to Microsoft's Semantic Kernel SDK which integrates Large Language Models (LLMs) with conventional programming languages like C# and Python. The Java binding has recently been released too. https://www.i-programmer.info/news/80-java/16564-access-llms-from-java-code-with-semantic-kernel.html

Learn To Chat with Your Data For Free

  "LangChain: Chat with Your Data" is a brand new free and short course by Harrison Chase, CEO of Langchain himself, to learn how to use LLMs to converse with your own data. With around an hour of content, it is hosted on Andrew Ng's Deeplearning AI platform. https://www.i-programmer.info/news/105-artificial-intelligence/16559-learn-to-chat-with-your-data-for-free.html

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

You Can Now Code Websites With SQL

  SQLPage is a fun and innovative open source project that lets you do the presentation layer in plain SQL. With SQLPage your SQL skills reach beyond manipulating the Data layer of your application; you can now do HTML too without needing to know any of the traditional web programming languages and concepts. The difference is that your SQL includes and refers to UI components as columns. https://www.i-programmer.info/news/87-web-development/16545-you-can-now-code-websites-with-sql.html