Skip to main content

Posts

Showing posts from September, 2023

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

Turn PostgreSQL Into A Vector Store

  pg_vector is an extension for PostgreSQL that renders it a viable alternative to specialized vector stores used in LLMs. We show you how to use it and report on the latest, faster incarnation, written in Rust, pgvecto.rs. https://www.i-programmer.info/news/84-database/16631-turn-postgresql-into-a-vector-store.html

Learn Perl With FreeCodeCamp

  I was pleasantly surprised when I noticed that a Perl course has been published on FreeCodeCamp. Amongst the myriad of Javascript and Python courses, there it is, a lone star. https://www.i-programmer.info/news/222-perl/16624-learn-perl-with-freecodecamp.html

Introducing The LiveCodes Code Playground

  LiveCodes is a groundbreaking code playground with unique features. And it is free too. Currently in Beta. Let's look into it. What? Yet another playground? I thought we had a lot already. But LiveCodes deviates from the standard shape of the usual playgrounds. What are its unique features? https://www.i-programmer.info/news/182-frameworks/16618-introducing-the-livecodes-code-playground.html

AWS Lambda Adopts Python 3.11

  Recently AWS Lamda switched from Python runtime 3.10 to 3.11, promising a lot of improvement. In which parts? Back in May we had a look at Amazon's adoption of the Python 3.10 runtime intened to take advantage of the performance improvements that version introduced, in both managed runtimes and container images. Python 3.10 enabled the use of the following enhancements when building lambda functions: https://www.i-programmer.info/news/216-python/16621-aws-lambda-adopts-python-311.html

Azul To Tackle Java's Warm Up Issues

  Azul's ReadyNow is yet another attempt to tackle Java's warm up issues, on the cloud and large fleets of JVMs or JVMs in containerized environments. Lately a lot of investment has been put into making Java faster to start. This has to do that with Java re-emerging as a major player in the sector of Microservices and Cloud Native applications, due to some great and new language features, optimized JDKs along with frequent release rates;therefore performance should follow along. https://www.i-programmer.info/news/80-java/16592-azul-to-tackle-javas-warm-up-issues.html

Test Your Knowledge With The JS Is Weird Quiz

  How well do you know JavaScript? Put your knowledge to test with the interactive quiz tailored to devs who think they know it all.  It is true that all web applications are directly written or are transpiled to JavaScript. It does really drives the web because it's easy to get started with and with it you can make functional web sites quickly and without much ado. https://www.i-programmer.info/news/167-javascript/16587-test-your-knowledge-with-the-js-is-weird-quiz.html