codebyamir
- Karma
- 4
- Created
- March 16, 2017 (9y ago)
- Submissions
- 0
- Show HN: An API for detecting NSFW images (github.com)
It uses a popular pre-trained image classification model to perform the detection. Just a simple project that allowed me to get my feet wet with ML.
- Show HN: Simple self-hosted voting for posts (github.com)
I built this after launching a blog site with Hugo and wanting a simple solution for adding support for upvotes and downvotes on posts. For the database, I was initially leaning towards using a key-value database like…
-
I wrote a tool in Python that finds the school district associated with any given street address in the United States. Here’s how it works: An address corresponds to a single point on the map. The U.S Census Bureau has…
-
STSproxy is an AWS STS (Security Token Service) Authentication Proxy, providing a simple and secure way for you to provision temporary, limited-privilege AWS credentials for third-parties who need access to your AWS…
-
Previously asked on: 2023 → https://news.ycombinator.com/item?id=34482433 2022 → https://news.ycombinator.com/item?id=29995152 2021 → https://news.ycombinator.com/item?id=29667095 2020 →…
-
It seems like decoupling the business logic from the code would be beneficial in most applications. It provides business users the flexibility of reading and changing the rules without development effort.
- Show HN: I built ContainerCVE – a web tool to scan public Docker images (containercve.com)
I found it odd there wasn’t a simple web tool to scan Docker Hub images for vulnerabilities. So I built one. It’s powered by the popular open-source tool Trivy.
-
I built vanishdb.com which lets you create a sandbox DB with one click. Supports MySQL 8.0 right now. Databases are removed after 30 days of inactivity. Feedback welcome.
- Show HN: Rapidmock – Generate a mock API in seconds (rapidmock.com)
- John Carmack Recalls “frustrating” Arguments with Apple’s Steve Jobs (arstechnica.com)
- How to Deploy a Spring Boot WAR to Tomcat (codebyamir.com)
- Java Essentials: Preventing ConcurrentModificationException (codebyamir.com)
- Java Developer's Guide to SSL Certificates (codebyamir.com)
- Refactoring JSP Scriptlets Using JSTL and MVC Architecture (codebyamir.com)
- Stop Returning Null in Java (codebyamir.com)
- View Unconfirmed Subscribers with the MailChimp API (codebyamir.com)
- Pushing Price Alert Notifications with AWS Lambda, SNS, and Node.js (codebyamir.com)
- A Web Developer's Guide to Browser Caching (codebyamir.com)