Материалы по теме 'showdev' | DevsDay.ru

IT-блоги Материалы по теме 'showdev'

IT-блоги Материалы по теме 'showdev'


Разработка dev.to 14 сентября 2023 г. 12:49

Introduction In my last article, I showed you how you can use Python and Folium to create an interactive app to showcase all your outdoor activities: Visualizing Outdoor Activities with Python Folium Luk...... читать далее

aws python terraform cloud

Разработка dev.to 9 сентября 2023 г. 8:13

Since late 2020, when Ghostfolio took shape, the main goal has remained the same: to simplify investment tracking while prioritizing user privacy and enable investors to make informed decisions. Our journey so far has been incredible, with over 300 r...... читать далее

contributorswanted finance opensource showdev

Разработка dev.to 8 сентября 2023 г. 13:59

TL;DR I just released pyaction 4.23.0, a Docker container with Python, git, and the GitHub CLI. You can pull pyaction from either the GitHub Container Registry or from Docker Hub. Changelog 4.23.0 - 2023-09-07 Changed Bumped...... читать далее

github docker python showdev

Разработка dev.to 7 сентября 2023 г. 17:26

txtai provides many default settings to help a developer quickly get started. For example, metadata is stored in SQLite, dense vectors in Faiss, sparse vectors in a terms index and graph data with NetworkX. Each of these components is customizable a...... читать далее

showdev machinelearning nlp python

Разработка dev.to 5 сентября 2023 г. 20:22

Every Tuesday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take into account posts published later in the week...... читать далее

top7

Разработка dev.to 4 сентября 2023 г. 18:26

Announcing our pre-seed round We're excited to announce that we've raised a $2.2 million pre-seed round – one of the largest ever in Denmark - to enable fast-moving development teams to build and scale applications on Kubernetes. The round is led b...... читать далее

opensource kubernetes showdev startup

Разработка dev.to 4 сентября 2023 г. 17:39

TL;DR I just released jacoco-badge-generator 2.10.0, which can be run as a GitHub Action or as a command-line utility as part of CI/CD workflows for Java projects, as well as for projects in other JVM languages such as Kotlin, to parse JaCoCo test...... читать далее

java github showdev kotlin

Разработка dev.to 3 сентября 2023 г. 19:06

Emojis have become an integral part of our daily communication. They add a bit of flair and personality to our conversations. For developers, emojis are not just for casual chats; they are also used to convey status, priority, and emotions in platfor...... читать далее

webdev showdev emoji developer

Разработка dev.to 3 сентября 2023 г. 12:46

I did something bad and I’m excited to share it. Self-inflicted problem (as many are) I used to ship my personal website to Vercel, which has generous free plan. However, I always wanted to use Cloudflare, especially if I plan to buy the...... читать далее

css javascript astro showdev

Разработка dev.to 2 сентября 2023 г. 19:13

A while back, I developed, and have since been maintaining, pyaction, which is a Docker container with Python, git, and the GitHub CLI. Sometime in the past week, pyaction surpassed 2 million pulls from the GitHub Container Registry. It is also a...... читать далее

github docker python showdev

Разработка dev.to 2 сентября 2023 г. 8:52

Hello, World! In this post, I will be sharing my collection of Web End Projects that I've built over the years. You also can check out my GitHub Repository: AswinBarath/Web-End-Projects TL;DR (short for too long; didn't read) "Web-E...... читать далее

showdev webdev javascript programming

Разработка dev.to 2 сентября 2023 г. 8:49

GitHub Repo: AswinBarath/ju-query Deployed Link: https://ju-query.web.app/ An Online QnA (Question and Answer) platform for students and faculties of Jain University. “JUQuery” web application is a deliverable for students and faculties of the uni...... читать далее

showdev webdev javascript react

Разработка dev.to 1 сентября 2023 г. 12:04

The other day I needed a digital clock-component, so I quickly composed a simple JavaScript-method: function uiDigitalClock(node) { const now = () => { node.textContent = new Date().toLocaleTimeString() requestAnimationFrame(now) }...... читать далее

javascript css webdev showdev

Разработка dev.to 28 августа 2023 г. 20:23

TL;DR I just released pyaction 4.22.0, a Docker container with Python, git, and the GitHub CLI. Changelog 4.22.0 - 2023-08-28 Changed Bumped Python to 3.11.5. Bumped GitHub CLI to 2.33.0. Current Version List Th...... читать далее

github docker python showdev

Разработка dev.to 28 августа 2023 г. 14:48

Idea And Inspiration I've been watching a lot of portfolio websites lately and came across some that were mind blowing like some were built in 3D using three.js , some with framer motion, etc. Inspired me started to build one using some of the reac...... читать далее

webdev react tailwindcss javascript

Разработка dev.to 27 августа 2023 г. 9:35

Introducing the Jokeinator Jokeinator is a playful Python program that brings a constant stream of jokes right to your terminal. With the help of the Linux “say” command, Jokeinator not only displays jokes on your screen but also vocalizes them to...... читать далее

python linux showdev

Разработка dev.to 22 августа 2023 г. 13:58

This will be BIG news for tech recruiters and software/web dev job hunters. If you're keen to uncover the latest remote jobs in the UK then love my latest project: Remote Dev Jobs UK What's more, all roles will be fully, 100% remote! This simple,...... читать далее

webdev career news showdev

Разработка dev.to 17 августа 2023 г. 20:46

Onboarding New Team Members Simplified with Dev Containers Ever grappled with the challenges of onboarding new team members? Initializing a development environment can often be a long-winded affair, especially when one needs to adjust to configurat...... читать далее

vscode docker webdev showdev

Разработка dev.to 17 августа 2023 г. 19:22

Semantic search is a new category of search built on recent advances in Natural Language Processing (NLP). Traditional search systems use keywords to find data. Semantic search has an understanding of natural language and identifies results that have...... читать далее

showdev machinelearning nlp python

Разработка dev.to 17 августа 2023 г. 7:51

I recently joined a company, they follow squash-rebase flow here, and as my Git KT was going on, I figured I should built these commands before actually starting development, now that I have started development, these turned out to be quite handy!...... читать далее

git productivity github showdev