Celebrating their 40th anniversary, Adobe released the source code of PostScript v0.10 to the Computer History Museum. But before you ask, we tried and it won’t compile with GCC out of the box – it’s missing at least except.h, but we’d bet you can hack around it with a little dedication.
PostScript is the precursor to PDF, and at the time it was revolutionary. Coming out of Xerox’s PARC, the idea was to create device- and resolution-independent documents where all the characters, symbols, and graphics are described by their shapes instead of bitmaps. PostScript’s secret sauce was in how it went back to a pixel-based representation for end use on monitors or printers. It’s no exaggeration to say that this ended up revolutionizing the print industry, and it makes sense in the CHM’s collection.
Still, on the trade-secret front, you shouldn’t get too excited. Apparently the code released here only includes a first-draft version of Adobe’s font hinting algos
The story of PostScript has many different facets. It is a story about profound changes in human literacy as well as a story of trade secrets within source code. It is a story about the importance of teams, and of geometry. And it is a story of the motivations and educations of engineer-entrepreneurs.
The Computer History Museum is excited to publicly release, for the first time, the source code for the breakthrough printing technology, PostScript.
In the web development field, Python is used mainly on the backend with frameworks such as Django and Flask.
Before now, Python didn’t have much support on the front-end side like other languages such as JavaScript. But thankfully, Python developers have built some libraries (such as Brython) to support their favourite language on the web.
And this year, during the PyCon 2022 conference, Anaconda announced a framework named PyScript that allows you to use Python on the web using standard HTML.
Google Chrome is the recommended browser for PyScript
PyScript is a Python front-end framework that enables users to construct Python programs using an HTML interface in the browser.
It was developed using the power of Emscripten, Pyodide, WASM, and other modern web technologies
PyScript isn’t meant to take the role of JavaScript in the browser, though – rather, it’s meant to give Python developers, particularly data scientists, more flexibility and power.
Paul Sawers / TechCrunch:
A look at Backstage, Spotify’s open-source developer platform used at Netflix, LinkedIn, Epic, Roku, Box, and 200+ others, which the company seeks to monetize
In this article, I’ll show you how to create content automatically and push it to your WordPress website with Python.
This is how it works:
We’ll get content from our source (for example, another website we run)
We’ll translate it into our language
We’ll choose a featured image already available on our website and finally publish it to our WordPress instance as a post.
Ever wondered how useful is the automatic brightness feature on phones? It can quickly alter screen’s brightness according to the surrounding light intensity.
In this project I have tried to create something similar for any PC or Laptop running on Linux (preferably Ubuntu 14.04).
Käsiteltävän datan määrä kasvaa räjähdysmäisesti muun muassa tekoälyn, IoT:n ja analytiikan vuoksi, joten ICT-alan energiankulutus ja päästöt ovat voimakkaassa kasvussa. Siihen tuo apua ohjelmistoyritys Exoven kasvujohtaja Janne Kalliola Vihreää koodia-kirjallaan.
Newyorkilaisessa Cornellin yliopistossa on kehitetty työkalu, joka mahdollistaa piirikaavioiden ja luonnostelmien piirtämisen ohjelmakoodin sekaan. Työkalu sitten kääntää piirrokset koodiin sopiviksi merkinnöiksi.
Työkalu on nimeltään Notate. Sen ensimmäinen toteutus on laajennus Jupyter-muistikirjaan. Työkalu kuvattiin julkaisussa “Notational Programming for Notebook Environments: Case Study with Quantum Circuits”, joka esiteltiin ACM Symposiumissa loka-marraskuun vaihteessa.
Kehitetyn käyttöliittymän avulla koodaaja voi kirjoittaa käsin ja luonnostella tietokonekoodin sisällä. Tämä on ollut haaste perinteiselle koodaukselle, joka perustuu tyypillisesti merkkipohjaiseen kirjoittamiseen.
Syväoppimismallilla toimiva käyttöliittymä yhdistää käsin kirjoitetun ja tekstillisen ohjelmointikontekstin. Käsin kirjoitetun kaavion merkinnät voivat viitata tekstikoodiin ja päinvastoin. Esimerkiksi Notate tunnistaa käsin kirjoitetut ohjelmointisymbolit, kuten “n”, ja yhdistää ne sitten koneella kirjoitettuihin vastaaviin. Eräässä tapaustutkimuksessa käyttäjät piirsivät kvanttipiirikaavioita Jupyterin muistikirjan koodisolujen sisään.
Electron is software for running web-written apps in the same way as native ones, and has gotten plenty of bad press for its RAM appetite around these parts. But while the execution might leave something to be desired, the concept itself is quite solid — if you’ve already got code written for the web, a quick and easy way to bring it over to the desktop would be very valuable.
Which is why [CanadaHonk] is building a framework called Gluon, which aims to turn your web pages into desktop apps with little to no effort.
One of the coolest parts is that it’s able to use your system-installed browser, and not a bundled-in one like Electron. Firefox support is firmly on the roadmap, too, currently in experimental stage. Linux support is being worked on as well
Ada is a state-of-the art programming language that development teams worldwide are using for critical software: from microkernels and small-footprint, real-time embedded systems to large-scale enterprise applications, and everything in between.
SPARK is formally analyzable subset of Ada — and toolset that brings mathematics-based confidence to software verification.
Järin suuri yllätys tuskin lienee Windowsin nouseminen suosituimmaksi, mutta etumatkaa muihin ei kuitenkaan ollut aivan valtavasti
71 500:stä vastaajasta vajaa puolet, noin 49 prosenttia, ilmoitti käyttävänsä Windowsia työkäytössä. Kakkoseksi nousivat Linux-jakelut lähes 40 prosentin osuudella. Applen macOS:ää ilmoitti työkäytössä käyttävänsä 33 prosenttia vastaajista. Linux tosin onnistui kipuamaan listalle myös nelossijalle, sillä reilut 14 prosenttia ilmoitti käyttävänsä Windows Subsystem for Linuxia.
Käytetyimmäksi kieleksi nousi javascript, jota kertoi käyttävänsä 65 prosenttia kaikista käyttäjistä.
Tietokannoista ammattilaiset suosivat PostgreSQL:ää hieman MySQL:ää enemmän, kun taas aloitteleville jälkimmäinen oli ylivoimainen suosikki, MongoDB:n noustessa kakkoseksi.
Pilvialustoista käytetyin oli AWS, joka oli erityisesti ammattilaisten käyttämä, aloittelevien suosiessa Herokua, Googlea ja Firebasea.
Kyselyssä kysyttiin käytettyjen tekniikoiden ohella myös devaajien haluamia tekniikoita. Vaikka javascript oli käytetyin kieli, nousi rust halutuimmaksi.
An fortunate reality of GitHub and similar sites is that projects that are abandoned by the maintainer are often continued by someone else who forked the project. Unfortunately, the ease of forking also means that GitHub projects tend to have a lot of forks, with the popular projects having hundreds of them. Since GitHub has elected to not provide a way to filter or sort these forks, finding the most active fork can be rather harrowing.
In addition, a popular project’s dead repository tends to score higher in search results than replacement forks.
Meanwhile, the Active Forks project by [Samar Dhwoj Acharya] provides a sortable list of project forks when provided with a GitHub repository name. This helps enormously when trying to find the freshest forks in a whole list. This is similar to the Useful Forks project that provides a web-based interface in addition to a Chrome extension.
Microsoft-owned code hosting platform GitHub is now providing developers with the option to have their code repositories automatically scanned for vulnerabilities.
Available as a ‘default setup’ option, the new feature is meant to help code builders find and resolve vulnerabilities faster.
Available for JavaScript, Python, and Ruby repositories, it allows open source developers and enterprises to enable code scanning without the use of a .yaml file and will immediately provide them with insights into their code’s issues.
To enable the new option, GitHub users should head to the ‘Settings’ tab in their repositories and then navigate to ‘Code security and analysis’, under ‘Security’.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
We are a professional review site that has advertisement and can receive compensation from the companies whose products we review. We use affiliate links in the post so if you use them to buy products through those links we can get compensation at no additional cost to you.OkDecline
961 Comments
Tomi Engdahl says:
After 40 Years, Adobe Releases PostScript Source V0.10 For Posterity
https://hackaday.com/2022/12/13/after-40-years-adobe-releases-postscript-source-v0-10-for-posterity/
Celebrating their 40th anniversary, Adobe released the source code of PostScript v0.10 to the Computer History Museum. But before you ask, we tried and it won’t compile with GCC out of the box – it’s missing at least except.h, but we’d bet you can hack around it with a little dedication.
PostScript is the precursor to PDF, and at the time it was revolutionary. Coming out of Xerox’s PARC, the idea was to create device- and resolution-independent documents where all the characters, symbols, and graphics are described by their shapes instead of bitmaps. PostScript’s secret sauce was in how it went back to a pixel-based representation for end use on monitors or printers. It’s no exaggeration to say that this ended up revolutionizing the print industry, and it makes sense in the CHM’s collection.
Still, on the trade-secret front, you shouldn’t get too excited. Apparently the code released here only includes a first-draft version of Adobe’s font hinting algos
PostScript: A Digital Printing Press
https://computerhistory.org/blog/postscript-a-digital-printing-press/
The story of PostScript has many different facets. It is a story about profound changes in human literacy as well as a story of trade secrets within source code. It is a story about the importance of teams, and of geometry. And it is a story of the motivations and educations of engineer-entrepreneurs.
The Computer History Museum is excited to publicly release, for the first time, the source code for the breakthrough printing technology, PostScript.
Tomi Engdahl says:
Spotify’s grand plan to monetize developers via its open source Backstage project
Backstage is used by developers at Netflix, American Airlines and hundreds of other companies
https://techcrunch.com/2022/12/15/spotifys-plan-to-monetize-its-open-source-backstage-developer-project/?tpcc=tcplusfacebook
Tomi Engdahl says:
Python is popular for web development, often used on the backend with frameworks like Django & Flask.
But there’s a new framework called PyScript that lets you use Python on the web with regular HTML.
In this tutorial Ifihan shows you how it works.
How to Use PyScript – A Python Frontend Framework
https://www.freecodecamp.org/news/pyscript-python-front-end-framework/
In the web development field, Python is used mainly on the backend with frameworks such as Django and Flask.
Before now, Python didn’t have much support on the front-end side like other languages such as JavaScript. But thankfully, Python developers have built some libraries (such as Brython) to support their favourite language on the web.
And this year, during the PyCon 2022 conference, Anaconda announced a framework named PyScript that allows you to use Python on the web using standard HTML.
Google Chrome is the recommended browser for PyScript
PyScript is a Python front-end framework that enables users to construct Python programs using an HTML interface in the browser.
It was developed using the power of Emscripten, Pyodide, WASM, and other modern web technologies
PyScript isn’t meant to take the role of JavaScript in the browser, though – rather, it’s meant to give Python developers, particularly data scientists, more flexibility and power.
Tomi Engdahl says:
API Testing Best Practices – How to Test APIs for Beginners
https://www.freecodecamp.org/news/rules-of-api-testing-for-beginners/
Tomi Engdahl says:
https://www.freecodecamp.org/news/learn-greedy-algorithms/
Tomi Engdahl says:
https://www.freecodecamp.org/news/web-page-rendering-on-the-browser-different-methods/
Tomi Engdahl says:
Python vs. Bash? Why not both with Python’s subprocess module
Python’s subprocess module easily integrates Bash into your Python scripts.
https://www.redhat.com/sysadmin/python-subprocess-module
Tomi Engdahl says:
What are the differences between absolute and relative paths?
Learn how absolute and relative paths compare and when to use each one.
https://www.redhat.com/sysadmin/linux-path-absolute-relative
Tomi Engdahl says:
Charles Lohr’s Linux-Capable Really Tiny RISC-V Emulator Exists in a Single 400-Line C Header File
Existing in a single 400-line header file, this RISC-V emulator can boot a usable Linux operating system and run executables.
https://www.hackster.io/news/charles-lohr-s-linux-capable-really-tiny-risc-v-emulator-exists-in-a-single-400-line-c-header-file-7d7801cf042c
Tomi Engdahl says:
https://github.com/cnlohr/mini-rv32ima
Tomi Engdahl says:
Paul Sawers / TechCrunch:
A look at Backstage, Spotify’s open-source developer platform used at Netflix, LinkedIn, Epic, Roku, Box, and 200+ others, which the company seeks to monetize
Spotify’s grand plan to monetize developers via its open source Backstage project
Backstage is used by developers at Netflix, American Airlines and hundreds of other companies
https://techcrunch.com/2022/12/15/spotifys-plan-to-monetize-its-open-source-backstage-developer-project/
Tomi Engdahl says:
How to Generate WordPress Posts Automatically with Python
https://www.freecodecamp.org/news/how-to-generate-wordpress-posts-automatically/
In this article, I’ll show you how to create content automatically and push it to your WordPress website with Python.
This is how it works:
We’ll get content from our source (for example, another website we run)
We’ll translate it into our language
We’ll choose a featured image already available on our website and finally publish it to our WordPress instance as a post.
Tomi Engdahl says:
https://techcrunch.com/2022/12/08/github-launches-copilot-for-business-plan-as-legal-questions-remain-unresolved/
Tomi Engdahl says:
Adaptive screen brightness using LDR and Python script
https://www.engineersgarage.com/adaptive-screen-brightness-using-ldr-and-python-script/
Ever wondered how useful is the automatic brightness feature on phones? It can quickly alter screen’s brightness according to the surrounding light intensity.
In this project I have tried to create something similar for any PC or Laptop running on Linux (preferably Ubuntu 14.04).
Tomi Engdahl says:
Top 10 New Programming Languages to Overtake Python in 5 Years
https://www.analyticsinsight.net/top-10-new-programming-languages-to-overtake-python-in-5-years/
Tomi Engdahl says:
C++ zooms past Java in programming popularity contest
TIOBE or not TIOBE, that is the question
https://www.theregister.com/2022/12/10/java_slips_behind_c_in/
Tomi Engdahl says:
How to Code a 2D Game Using JavaScript, HTML, and CSS
https://www.freecodecamp.org/news/how-to-code-a-2d-game-using-javascript-html-and-css/
Tomi Engdahl says:
https://techcrunch.com/2022/12/16/tldraw-offers-a-collaborative-whiteboard-without-any-login/
Tomi Engdahl says:
Notate Lets Programmers Define Quantum Circuits by Simply Drawing a Diagram
Designed to augment, rather than supplant, traditional textual programming, Notate can boost development speed.
https://www.hackster.io/news/notate-lets-programmers-define-quantum-circuits-by-simply-drawing-a-diagram-6eccc95556b2
Tomi Engdahl says:
Top 10 Highest-Paying Programming Languages According to Developer Survey
https://www.analyticsinsight.net/top-10-highest-paying-programming-languages-according-to-developer-survey/
In this article, we will talk about top 10 highest-paying programming languages for earnings and opportunities.
Python
JavaScript
Golang (Go)
Java
C#
R
C++
Swift
Kotlin
Ruby
Tomi Engdahl says:
Coding is not ‘fun’, it’s technically and ethically complex
It doesn’t help that Hollywood has cast the ‘coder’ as a socially challenged, type-first-think-later hacker, inevitably white and male.
https://bigthink.com/the-present/coding-is-not-fun/#Echobox=1669205563
Tomi Engdahl says:
ICT-osaajalta kirja vihreästä koodista
https://www.uusiteknologia.fi/2022/12/22/ict-osaajalta-kirja-vihreasta-koodista/
Käsiteltävän datan määrä kasvaa räjähdysmäisesti muun muassa tekoälyn, IoT:n ja analytiikan vuoksi, joten ICT-alan energiankulutus ja päästöt ovat voimakkaassa kasvussa. Siihen tuo apua ohjelmistoyritys Exoven kasvujohtaja Janne Kalliola Vihreää koodia-kirjallaan.
Tomi Engdahl says:
https://www.searchenginejournal.com/best-programming-language-to-learn/473701/
Tomi Engdahl says:
Voisiko koodin sekaan piirtää kaavioita? Kyllä voi
https://etn.fi/index.php?option=com_content&view=article&id=14415&via=n&datum=2022-12-22_15:31:49&mottagare=30929
Newyorkilaisessa Cornellin yliopistossa on kehitetty työkalu, joka mahdollistaa piirikaavioiden ja luonnostelmien piirtämisen ohjelmakoodin sekaan. Työkalu sitten kääntää piirrokset koodiin sopiviksi merkinnöiksi.
Työkalu on nimeltään Notate. Sen ensimmäinen toteutus on laajennus Jupyter-muistikirjaan. Työkalu kuvattiin julkaisussa “Notational Programming for Notebook Environments: Case Study with Quantum Circuits”, joka esiteltiin ACM Symposiumissa loka-marraskuun vaihteessa.
Kehitetyn käyttöliittymän avulla koodaaja voi kirjoittaa käsin ja luonnostella tietokonekoodin sisällä. Tämä on ollut haaste perinteiselle koodaukselle, joka perustuu tyypillisesti merkkipohjaiseen kirjoittamiseen.
Syväoppimismallilla toimiva käyttöliittymä yhdistää käsin kirjoitetun ja tekstillisen ohjelmointikontekstin. Käsin kirjoitetun kaavion merkinnät voivat viitata tekstikoodiin ja päinvastoin. Esimerkiksi Notate tunnistaa käsin kirjoitetut ohjelmointisymbolit, kuten “n”, ja yhdistää ne sitten koneella kirjoitettuihin vastaaviin. Eräässä tapaustutkimuksessa käyttäjät piirsivät kvanttipiirikaavioita Jupyterin muistikirjan koodisolujen sisään.
Tomi Engdahl says:
https://hackaday.com/2022/12/26/self-hosted-gaming-with-friends/
Tomi Engdahl says:
Top 10 CloudOps Programming Languages for Developers to Learn in 2023
https://www.analyticsinsight.net/top-10-cloudops-programming-languages-for-developers-to-learn-in-2023/
Here are the top 10 CloudOps Programming Languages that every developer should learn in 2023
Tomi Engdahl says:
https://www.crn.com/news/applications-os/the-10-coolest-open-source-software-tools-of-2022
Tomi Engdahl says:
Turn A Webpage Into A Desktop App With Gluon
https://hackaday.com/2022/12/30/turn-a-webpage-into-a-desktop-app-with-gluon/
Electron is software for running web-written apps in the same way as native ones, and has gotten plenty of bad press for its RAM appetite around these parts. But while the execution might leave something to be desired, the concept itself is quite solid — if you’ve already got code written for the web, a quick and easy way to bring it over to the desktop would be very valuable.
Which is why [CanadaHonk] is building a framework called Gluon, which aims to turn your web pages into desktop apps with little to no effort.
One of the coolest parts is that it’s able to use your system-installed browser, and not a bundled-in one like Electron. Firefox support is firmly on the roadmap, too, currently in experimental stage. Linux support is being worked on as well
https://github.com/gluon-framework/gluon
Tomi Engdahl says:
Here’s a bunch of die-hard programmers aimed for a “perfect” language—and created C in the process. (From 2020)
“A damn stupid thing to do”—the origins of C
Today, C may be a lingua franca among programmers. This is its (abridged) history.
https://arstechnica.com/features/2020/12/a-damn-stupid-thing-to-do-the-origins-of-c/?utm_medium=social&utm_social-type=owned&utm_brand=ars&utm_source=facebook
Tomi Engdahl says:
https://en.cppreference.com/w/c/23
http://thradams.com/cake/playground.html
Tomi Engdahl says:
https://play.rust-lang.org/
Tomi Engdahl says:
https://learn.adacore.com/
What is Ada and SPARK?
Ada is a state-of-the art programming language that development teams worldwide are using for critical software: from microkernels and small-footprint, real-time embedded systems to large-scale enterprise applications, and everything in between.
SPARK is formally analyzable subset of Ada — and toolset that brings mathematics-based confidence to software verification.
Tomi Engdahl says:
Software Memory Safety
https://media.defense.gov/2022/Nov/10/2003112742/-1/-1/0/CSI_SOFTWARE_MEMORY_SAFETY.PDF
Tomi Engdahl says:
https://www.mikrobitti.fi/uutiset/stack-overflow-kayttajat-ovat-puhuneet-tassa-ovat-koodarien-suosikkikayttojarjestelmat-ja-kielet/ddfe3d58-d426-49ff-935d-f738e81b773f
Järin suuri yllätys tuskin lienee Windowsin nouseminen suosituimmaksi, mutta etumatkaa muihin ei kuitenkaan ollut aivan valtavasti
71 500:stä vastaajasta vajaa puolet, noin 49 prosenttia, ilmoitti käyttävänsä Windowsia työkäytössä. Kakkoseksi nousivat Linux-jakelut lähes 40 prosentin osuudella. Applen macOS:ää ilmoitti työkäytössä käyttävänsä 33 prosenttia vastaajista. Linux tosin onnistui kipuamaan listalle myös nelossijalle, sillä reilut 14 prosenttia ilmoitti käyttävänsä Windows Subsystem for Linuxia.
Käytetyimmäksi kieleksi nousi javascript, jota kertoi käyttävänsä 65 prosenttia kaikista käyttäjistä.
Tietokannoista ammattilaiset suosivat PostgreSQL:ää hieman MySQL:ää enemmän, kun taas aloitteleville jälkimmäinen oli ylivoimainen suosikki, MongoDB:n noustessa kakkoseksi.
Pilvialustoista käytetyin oli AWS, joka oli erityisesti ammattilaisten käyttämä, aloittelevien suosiessa Herokua, Googlea ja Firebasea.
Kyselyssä kysyttiin käytettyjen tekniikoiden ohella myös devaajien haluamia tekniikoita. Vaikka javascript oli käytetyin kieli, nousi rust halutuimmaksi.
https://survey.stackoverflow.co/2022#most-loved-dreaded-and-wanted-language-love-dread
Tomi Engdahl says:
20 principles I learned from 10 years of developing software
https://ondrejsevcik.com/blog/20-rules-in-10-years
Tomi Engdahl says:
https://arstechnica.com/features/2020/12/a-damn-stupid-thing-to-do-the-origins-of-c/
Tomi Engdahl says:
In 2015, an anonymous GitHub user named Code Golf Addict published code for a 27-rule Turing machine that halts if — and only if — the Goldbach conjecture is false. This started a trend. (From 2020) https://www.quantamagazine.org/the-busy-beaver-game-illuminates-the-fundamental-limits-of-math-20201210/
Tomi Engdahl says:
More AMD Zen 4 Compiler Code Merged For GCC 13
https://www.phoronix.com/news/GCC-13-Znver4-Automatons
Tomi Engdahl says:
Top 5 Interesting Python Modules That Every Programmer Should Know
https://www.analyticsinsight.net/top-5-interesting-python-modules-that-every-programmer-should-know/
Tomi Engdahl says:
Statement vs Expression – What’s the Difference in Programming?
https://www.freecodecamp.org/news/statement-vs-expression-whats-the-difference-in-programming/
Tomi Engdahl says:
The GitHub Silverware Drawer Dilemma, Or: Finding Active Repository Forks
https://hackaday.com/2023/01/08/the-github-silverware-drawer-dilemma-or-finding-active-repository-forks/
An fortunate reality of GitHub and similar sites is that projects that are abandoned by the maintainer are often continued by someone else who forked the project. Unfortunately, the ease of forking also means that GitHub projects tend to have a lot of forks, with the popular projects having hundreds of them. Since GitHub has elected to not provide a way to filter or sort these forks, finding the most active fork can be rather harrowing.
In addition, a popular project’s dead repository tends to score higher in search results than replacement forks.
Meanwhile, the Active Forks project by [Samar Dhwoj Acharya] provides a sortable list of project forks when provided with a GitHub repository name. This helps enormously when trying to find the freshest forks in a whole list. This is similar to the Useful Forks project that provides a web-based interface in addition to a Chrome extension.
https://github.com/techgaun/active-forks
Tomi Engdahl says:
GitHub Introduces Automatic Vulnerability Scanning Feature
https://www.securityweek.com/github-introduces-automatic-vulnerability-scanning-feature
Microsoft-owned code hosting platform GitHub is now providing developers with the option to have their code repositories automatically scanned for vulnerabilities.
Available as a ‘default setup’ option, the new feature is meant to help code builders find and resolve vulnerabilities faster.
Available for JavaScript, Python, and Ruby repositories, it allows open source developers and enterprises to enable code scanning without the use of a .yaml file and will immediately provide them with insights into their code’s issues.
To enable the new option, GitHub users should head to the ‘Settings’ tab in their repositories and then navigate to ‘Code security and analysis’, under ‘Security’.
Tomi Engdahl says:
https://hackaday.com/2023/01/10/imhex-an-open-hex-editor-for-the-modern-hacker/
Tomi Engdahl says:
How to use Jenkins pipelines for GitOps and CI/CD
Take a GitOps approach to automated application deployment by using a Jenkinsfile to drive your CI/CD processes.
https://www.redhat.com/architect/jenkins-pipelines-gitops-cicd?sc_cid=70160000001273HAAQ
Tomi Engdahl says:
https://www.analyticsinsight.net/top-10-programming-languages-for-cryptography-in-2023/
Tomi Engdahl says:
Creating ‘Offline-First’ Applications for Wi-Fi Dead Zones
https://thenewstack.io/creating-offline-first-applications-for-wi-fi-dead-zones/
In the field, at sea, on the factory floor, connectivity can be unreliable. New innovations help gather and sync data gathered at the edge.
Tomi Engdahl says:
4 Common Python Mistakes You Should Avoid as a Beginner
And how to correct yourself before you unintentionally ruin a job interview.
https://towardsdatascience.com/4-common-python-mistakes-you-should-avoid-as-a-beginner-bd28feb6162b
Tomi Engdahl says:
Top 10 Programming Languages in 2023 with the Largest Developer Communities
https://www.analyticsinsight.net/top-10-programming-languages-in-2023-with-the-largest-developer-communities/
Tomi Engdahl says:
https://www.tecmint.com/gnu-linux-myths/
Tomi Engdahl says:
https://www.analyticsinsight.net/top-10-python-ides-and-code-editors-to-use-in-2023/