Blackslate (@blackslate) 's Twitter Profile
Blackslate

@blackslate

Tech Journal aims to Educate and Empower users in New Technologies. Pls DM to publish stories about your project, your tech journey.
t.me/black_slate

ID: 152352998

linkhttps://www.blackslate.io calendar_today05-06-2010 18:26:01

199,199K Tweet

1,1K Takipçi

4,4K Takip Edilen

Blackslate (@blackslate) 's Twitter Profile Photo

How to Install and Configure PGVector - A Detailed Guide PGVector, an open-source extension for PostgreSQL, enables efficient storage and querying of vector embeddings directly in your relational database. In this guide, we will explore, Installing and configuring PGVector,

Blackslate (@blackslate) 's Twitter Profile Photo

Build AI Apps using Cloudflare Cloudflare is generous enough to create the AI worker free by using the open source AI models. In this article, we will use Cloudflare ecosystem to build some sample apps like translation, image generation and image classification using different

Blackslate (@blackslate) 's Twitter Profile Photo

Free and Open source tools to build OpenJDK in Windows #techstack #java #openjdk #buildtools blackslate.io/tech-stack/too…

Blackslate (@blackslate) 's Twitter Profile Photo

Stackoverflow Open Source Technology Stack #techstack #softwareused #stackoverflowarchitecture #stackoverflowstack blackslate.io/tech-stack/sta…

Blackslate (@blackslate) 's Twitter Profile Photo

Explore Different Versions of UUID in NodeJS In this article, we will explore different versions (V1, V3, V4, V5, V7) of UUID using uuid.js library. #nodejs #uuid #javascript blackslate.io/articles/explo…

Blackslate (@blackslate) 's Twitter Profile Photo

Getting Started With Apache Spark In this article, we will quickly start the spark docker and explore the basic features like creating spark data frame and doing SQL kind of operations like Group, Merging two data frame, Drop duplicates, Changing column names in Spark shell.

Blackslate (@blackslate) 's Twitter Profile Photo

Build SOAP Web Services using Apache Axis In this article, we will explore the basics of Apache Axis and demonstrate how to use it to develop SOAP web services in Java. #soap #java #axis2 blackslate.io/articles/build…

Blackslate (@blackslate) 's Twitter Profile Photo

Build Blazingly Fast Typo Detection using Trieve Trieve is an open source, all-in-one infrastructure for search, recommendations, RAG, and analytics offered via API. Our latest version is 100 times faster, 300μs for correctly spelled queries and ~5ms / word for misspellings. We

Blackslate (@blackslate) 's Twitter Profile Photo

Integrate Log4j for logging in Java In this article, we'll guide you through integrating Log4j into your Java project for efficient logging. #java #log4j #logging blackslate.io/articles/integ…

Blackslate (@blackslate) 's Twitter Profile Photo

Lodash Cheet Sheet with Examples Lodash is a modern JavaScript utility library delivering modularity, performance. It has a big list of functions in different categories. In this article, we will explore Lodash cheet sheet with examples. #javascript #nodejs #developers

Blackslate (@blackslate) 's Twitter Profile Photo

Create and Extract text from PDF using Apache PDFBox In this article, we will explore how to create Text pdf, Image PDF and also how to extract text from PDF using Apache PDFBox. #pdf #java blackslate.io/articles/creat…

Blackslate (@blackslate) 's Twitter Profile Photo

Using AWS S3 from Node.js: A Beginner's Guide In this article, we will explore, how to setup AWS account, Upload file to S3, Download file from S3, List files from S3 and also Delete file from S3. #aws #s3 #javascript blackslate.io/articles/using…

Blackslate (@blackslate) 's Twitter Profile Photo

How to Streamline XML processing in Java using JAXB In this article, we'll explore how to Marshal and Unmarshall XML to Java objects using JAXB. #java #xml blackslate.io/articles/how-t…

Blackslate (@blackslate) 's Twitter Profile Photo

How to Leverage Google Guava library for efficient Java development In this article, We'll explore some of Google Guava's key features and how it can improve Java development efficiency. #java #apache #guava blackslate.io/articles/how-t…

Blackslate (@blackslate) 's Twitter Profile Photo

Introduction to Apache Commons Lang In this article, we will explore StringUtils, NumberUtils, DateUtils, ExceptionUtils, ArrayUtils, ClassPath, Reflection Utils, Locale, Tuple, System Utils and Validate functionalities. #java #commons #utilityfunction blackslate.io/articles/intro…

Blackslate (@blackslate) 's Twitter Profile Photo

How to build X Bot (Twitter Bot) in NodeJS In this article, we will explore How to setup and configure Twitter developer account, How to get OAuth Access and Refresh tokens from Twitter / X and also How to post tweets. With this, you can create your own bot. #twitter #X #bot