stackoverflow icon

Stackoverflow

Issue with Environment Variable in React - Getting undefined in URL

.env REACT_APP_BASE_URL=https://mysite.azurewebsites.net/ .js const baseUrl = process.env.REACT_APP_BASE_URL; const url = `${baseUrl}WP/SiteLoginAPI/`; console.log('Constructed URL:', url); Problem ...

  • reactjs
  • azure
  • undefined
  • .env
vote icon

-1

comments icon

0

avatar icon

Mudasir Habib

API is returning undefined for all of my dynamic categories

I am making a mock movie search engine where the initial search results will pull up an array on movies based on a search term, and after you click "SEE MORE" on the specific movie you want ...

  • javascript
  • reactjs
  • dynamic
  • undefined
vote icon

-1

comments icon

1

avatar icon

Cam Watkins

Why is my function stating Name error not defined when it is very obviously defined and also working independently but not as nested in another code [duplicate]

I am writing a code that can visualize different types of sorting algorithms. I have integrated 5 different algorithms all of which work just fine but for some reason the introsort code just doesnt ...

  • python
  • python-3.x
  • sorting
  • undefined
  • nameerror
vote icon

-6

comments icon

0

avatar icon

Moiz khokhar

Warning: Undefined array key 0 releases/80/vendor/magento/module-configurable-product/Model/Product/Type/VariationMatrix.php on line 47

A configurable in the Product view opens up with the error message, of which I cannot proceed any further. The children attached can open up without issue. There were not any issues with opening up ...

  • arrays
  • key
  • undefined
  • configurable-product
vote icon

1

comments icon

0

avatar icon

user76474

In Alpine.JS, this.property inside method is undefined

I have a request for help with Alpine.JS I have a packetaApiKey property defined. When I access it this.packetaApiKey in the pickPoint method, it works as expected. But in the showSelectedPickupPoint ...

  • javascript
  • properties
  • undefined
  • this
  • alpine.js
vote icon

0

comments icon

1

avatar icon

Marek Vinárčik

Angular - TypeError: Cannot read properties of undefined (reading 'forEach')

I am trying to read the roles array from this object and getting the error: TypeError: Cannot read properties of undefined (reading 'forEach') Code: this.data.roles.forEach(role => { this....

  • angular
  • typescript
  • runtime-error
  • undefined
vote icon

0

comments icon

1

avatar icon

user2549382

Can TypeScript specify keys that are allowed to not exist, but cannot be assigned to `undefined`? [duplicate]

Summary I want to disallow any explicit undefined value while still allowing implicit undefined values. Background In JavaScript, we have this behavior where accessing a key that does not exist yields ...

  • typescript
  • undefined
vote icon

1

comments icon

1

avatar icon

nullromo

Empty vs. Undefined in Javascript [duplicate]

In Javascript, if I make an array using Array(10), it creates an array with 10 empty items. If I access any item in that array, it returns undefined. However, if I create an array with a length of 10 ...

  • javascript
  • undefined
  • is-empty
vote icon

1

comments icon

2

avatar icon

idk

Uncaught TypeError: Cannot read properties of undefined while reading values from an array that is not undefined in console.log()

I am developing a simple application in React, and I have an array that I want to use .map and display some options. There are two selects, one for the year, and one for the month, which should update ...

  • reactjs
  • arrays
  • typeerror
  • undefined
vote icon

0

comments icon

0

avatar icon

FellipeParreiras

Having an issue with Tyranobuilder, unexpected character issue

I am building a game using Tyranobuilder, I defined a character focus behavior on game settings, such that when a character joins the scene and speaks, they will be bright and when another character ...

  • character
  • undefined
  • game-engine
  • behavior
vote icon

0

comments icon

1

avatar icon

dramaticlook

Problem when using loop-generated variables in ansible

What i'm trying to do is generating lots of similar directory trees. I woul like to set a dict which describes the pattern of the tree. Then i want ansible to generate multiple directory trees with ...

  • loops
  • variables
  • ansible
  • nested
  • undefined
vote icon

0

comments icon

1

avatar icon

Kirill Zelepukin

Reading values from 'Google form' is undefined [duplicate]

I wrote a code in App Script and connected it to a form on the Google Forum Now the problem is that I can't read the data from the fields in any way. I keep getting 'undefined' errors Like: TypeError: ...

  • javascript
  • google-apps-script
  • triggers
  • undefined
  • google-forms
vote icon

0

comments icon

0

avatar icon

Shevy kossovsky

Function returns UNDEFINED while scipt does returns values

I was able to run this script and get the values out of the response. Happy as I was, I wrapped the script in a function and then it returned UNDEFINED. I am pulling all my hairs because the script ...

  • function
  • undefined
vote icon

0

comments icon

0

avatar icon

Paul tje

undefined object while using useContext

This particular things seems happening when i run these codes AuthContext.jsx: // context is a state management tool for passing props import { createContext, useReducer } from "react"; // ...

  • reactjs
  • undefined
  • mern
  • react-context
vote icon

0

comments icon

0

avatar icon

Vinay Sankar Gokavarapu

vuejs3 and vite import.meta.env.VITE_BASE_URL not working

Hello I'm trying to get base url from .env file. And I'm getting undefined. I have tried some stack overflow answers and documentation but it didn't help. console.log('env', import.meta.env....

  • vue.js
  • vuejs3
  • undefined
  • vite
  • .env
vote icon

1

comments icon

1

avatar icon

Dusan

Facing error while making iOS build in xcode 15.2

`Failed to build iOS app in Xcode 15.2. I am facing this errors ("ld: Undefined symbols" and "clang: error: linker command failed with exit code 1 (use -v to see invocation)"). ...

  • ios
  • xcode
  • build
  • undefined
  • debug-symbols
vote icon

-1

comments icon

1

avatar icon

Arslan Zafar

Uncaught Error: Cannot read property 'navigate' of undefined

I'm trying to implement a very simple navigation in react native. I'm trying to navigate from the Home Screen by clicking a button to go to a Details Screen. When clicking the button I get this error: ...

  • react-native
  • react-navigation
  • undefined
  • stack-navigator
vote icon

0

comments icon

0

avatar icon

Anastasija Stojanovska

React component receiving undefined props

I have a simple React app(created with vite), where i am passing a list of objects to a component Carts, Carts component simply parses the list and returns JSX. But there is a error pointing that the ...

  • reactjs
  • undefined
  • vite
  • react-props
vote icon

1

comments icon

1

avatar icon

shivam prajapati

My php form on my website is ending blank submissions to my email [duplicate]

Below is the php code i have on my website. We have been getting some email form submissions that are working but we have also been getting a large amount of empty submissions. When i try to submit a ...

  • php
  • arrays
  • validation
  • undefined
  • form-submit
vote icon

0

comments icon

0

avatar icon

ilana a

TypeError: Cannot read property 'explorerPage' of undefined

I am upgrading jest from version 23 to 29. My project used to work fine before the upgrade, suddenly started observing this issue. I use Typescript as a language. TestPageDefs Module looks like below: ...

  • javascript
  • typescript
  • jestjs
  • undefined
  • ts-jest
vote icon

1

comments icon

0

avatar icon

Manoj Kumar

JS class variable is always undefined even though it's assigned and is never assigned to undefined, inconsistently showed by DevTools as well

I am having a strange situation where a variable is assigned (and I made sure the assigned value is not undefined) but the value is always undefined. Strangely enough when inspecting the value by ...

  • javascript
  • google-chrome-devtools
  • undefined
  • microsoft-edge
vote icon

0

comments icon

0

avatar icon

Luke Vo

vue js Cannot find module './undefined'

I'm using Vuejs, and calling my symfony API with a get route. I have the result, an array of objects, but I still have this error: Cannot find module './undefined' When I try with an array with only ...

  • vue.js
  • module
  • undefined
vote icon

0

comments icon

0

avatar icon

Bahram Salim

How to pass variable to function if exists?

I have a json sample getting it from a function, and have to pass some of it's parameters to my function but if they exist. def myfunction(var1=None): some code return if myjson['parameter1'] ...

  • python
  • undefined
  • variable-assignment
vote icon

-1

comments icon

2

avatar icon

hosseinfcl

Palindrome function always return undefined [duplicate]

this is my first post. I'm trying to write a palindrome checker using recursive (w3resource exercise) . The function pulls up first and last indexes of an array-transformed string if they match and ...

  • javascript
  • arrays
  • undefined
  • palindrome
vote icon

0

comments icon

0

avatar icon

gerard

Unable to read "wr_en, fifo_in" data using module instantiation

Is there anything wrong with my instantiation. 8 to 32 bit converter is working fine. input to fifo is read only when wr_en is high. wr_en is connected to output signal of valid_q (when valid_q=1, ...

  • undefined
  • port
  • instantiation
  • fifo
vote icon

0

comments icon

0

avatar icon

ARUNA M

Enforce generic function parameter to accept only types that include undefined and/or null [duplicate]

How to enforce generic function parameter to accept only types that include undefined and null: function foo<T>(val: T) { ... } let fooNonNullOrUndefined: string = "foo" foo(...

  • typescript
  • null
  • undefined
vote icon

0

comments icon

0

avatar icon

Sebastian Barth

Uncaught TypeError: isObject is not a function

i am working on a project using Laravel / vuejs vite and i have a problem in IconBase.js in ant-design-vue package and exactly on : var twoToneColorPalette = reactive({ primaryColor: '#333', ...

  • laravel
  • vue.js
  • undefined
  • vite
vote icon

0

comments icon

0

avatar icon

essaber yahya

How to solve this TypeError in Next.Js?

Image of the error displayed on client-side screen Error message: ⨯ src\models\user.model.ts (45:1) @ ⨯ Cannot read properties of undefined (reading 'User') 43 | ); 44 | 45 | const User = | ^ 46 | ...

  • mongodb
  • mongoose
  • next.js
  • typeerror
  • undefined
vote icon

0

comments icon

0

avatar icon

Jenish P

Remove extra symbol on a Latex document

What is the error of \tableofcontents and on the pdf print extra .,, symbol. I try to remove the extra symbol .,, on the pdf but I do not put any extra symbol on the latex and here also shows a error ...

  • controls
  • undefined
  • symbols
  • pdflatex
  • tableofcontents
vote icon

0

comments icon

0

avatar icon

Rathin Halder

Can't access object in nested loop (JS and three.js) [duplicate]

I have a question about JavaScript and Threejs. I made an object title_and_coord that stores sentences and their Vector3 coordinates (for wherever each sentence appears in my scene). I am trying to ...

  • javascript
  • object
  • three.js
  • undefined
  • nested-loops
vote icon

0

comments icon

0

avatar icon

Iti Gupta

Why do object keys become undefined if they are accessed via an JSX element?

In Preact, I want to display an object: export default function Component() { const obj = { a: 'a', b: 'b'} const elements = []; for (const [key, value] of Object.entries(obj)) { elements....

  • object
  • jsx
  • undefined
  • preact
vote icon

0

comments icon

1

avatar icon

Ooker

Why does the error "document is not defined" still happen when I check for its falsiness already?

I'm using Deno Fresh. In routes/indes.jsx I have: import Test from "../islands/test.jsx"; export default function App() { return <Test></Test> And in islands/test.jsx I ...

  • reactjs
  • dom
  • undefined
  • server-side-rendering
  • freshjs
vote icon

-1

comments icon

1

avatar icon

Ooker

Uncaught ReferenceError: function is not defined at HTMLSelectElement.onchange and TypeError: Cannot read properties of undefined (reading 'slice') [duplicate]

I'm displaying the movie data that I've brought in open api in card format. I'd like to newly arrange them in the order of title a-z and highest stars in drop-down format. However, it does not work ...

  • javascript
  • html
  • undefined
vote icon

1

comments icon

0

avatar icon

조은영

Why does typescript give "object is possibly undefined" when object is defined in constructor?

Title says it all. I don't see how this.authService could possibly be undefined after this.authService = new AuthService() in the constructor (or something incredibly close). The base class uses a ...

  • typescript
  • undefined
vote icon

-1

comments icon

1

avatar icon

Tim Hardy

Do mapped types magically detect `null` and `undefined`? [duplicate]

If I can trust my vscode transpiler it tells me that for each of these types the result is the one I put in comments type keyOfNull = keyof null // never type keyOfundefined = keyof ...

  • typescript
  • null
  • undefined
  • mapped-types
vote icon

4

comments icon

0

avatar icon

Drax

How to map undefined and null to avro types

In our team, we have a TypeScript app owning enum data that we want to convert into an avro message. The problem is now, in TypeScript the data can have a value, or be null, or undefined. The case of ...

  • typescript
  • null
  • undefined
  • avro
vote icon

0

comments icon

0

avatar icon

Hermann.Gruber

Warning: Undefined array key "resident_id" in C:\xampp\htdocs\domiciliaryNexus\pages\residents.php on line 96" same on line 97

<?php // error_reporting(E_ERROR | E_PARSE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING); $query = "SELECT resident_id, fname, mname, lname, ...

  • arrays
  • key
  • undefined
  • warnings
vote icon

0

comments icon

0

avatar icon

Michael Demiurgos Morningstar

for loop calling a function; output works but also shows undefined

I am new to programming and am currently working in JavaScript. I am trying to put together a simulation of rolling dice using a for loop. The program works but output also outputs undefined after ...

  • javascript
  • function
  • for-loop
  • output
  • undefined
vote icon

1

comments icon

2

avatar icon

Brice N

Nextjs14 Build error "window is not defined" occurs when using snapsvg-cjs-ts

I created an app using Nextjs 14 and snapsvg-cjs-ts. In development mode, I achieved my desired result. However, when attempting to create a build, I consistently received the error message "...

  • next.js
  • build
  • window
  • undefined
vote icon

0

comments icon

0

avatar icon

M. Kamel Harchaoui

Error FAILED! => {"msg": "'ansible' is undefined. 'ansible' is undefined"}

running this piece of code with ansible 8.7.0: name: PRINT ANSIBLE debug: msg: "{{item.fileName}}" loop: "{{ansible}}" Throws me the error: TASK [atos.atosbviaas....

  • undefined
vote icon

0

comments icon

0

avatar icon

Radu Hociung

Cannot convert undefined value to object - I am using react-native-draganddrop-board library

Check this screenshort I've recently integrated the 'draganddropboard' library to implement functionality similar to Trello's drag-and-drop feature. However, I've encountered an issue where attempting ...

  • react-native
  • object
  • undefined
vote icon

0

comments icon

0

avatar icon

SurajTopal

When make libexosip2-5.3.0 ,it return bugs about openssl reference undefined

When i want to install libexosip2,it make fail: make[2]: Entering directory `/home/cctvlearn/libexosip2-5.3.0/tools' CCLD sip_reg ../src/.libs/libeXosip2.so: undefined reference to `...

  • makefile
  • openssl
  • undefined
  • exosip
vote icon

0

comments icon

0

avatar icon

qqqc

ActionScript 2.0: Input data from .swf file will not save variables correctly in a .txt file. Error: Undefined

I have a live chat system that I built in Flash CS6 using ActionScript 2. Everything works well except for one instance name/variable that keeps showing up as "undefined" inside of a .sol ...

  • variables
  • flash
  • actionscript
  • undefined
vote icon

1

comments icon

1

avatar icon

TypicalProgrammer

Undefined variable $categorie_id issue in Livewire Blade view

I am trying to fetch all subcategories related to a single category with Livewire but am getting an error. Undefined variable $categorie_id. The thing is, I'm trying to fetch and render the ...

  • laravel
  • undefined
  • laravel-livewire
vote icon

0

comments icon

0

avatar icon

Mohmed Blida

onEdit() 'row is not defined' error using checkboxes

This script tries to add or remove checkboxes from column A if columns B-D are populated or not. If every cell in those three columns of that row is populated then a checkbox is inserted in column A. ...

  • google-apps-script
  • checkbox
  • undefined
vote icon

1

comments icon

2

avatar icon

Tien

app.js:55 Uncaught TypeError: Cannot read properties of undefined (reading 'value')

i have checked the node list before adding the 'fetchValues' function to make sure that it have a value , but when i add the function , this error shows up: Uncaught TypeError: Cannot read properties ...

  • javascript
  • arrays
  • jquery-selectors
  • undefined
  • nodelist
vote icon

0

comments icon

0

avatar icon

Abdi Med Amin

I am trying a display items (events) from db typescript nestjs using handlebars the events are an array of object. Properties of each object undefined

please look at the way i am passing the events check for the issue @Get('views/users/events') async findAllEvents( @Req() req: Request, @Res() res: Response, @Query('page') page: number = 1, @Query(...

  • arrays
  • object
  • properties
  • handlebars.js
  • undefined
vote icon

-1

comments icon

1

avatar icon

Samie Ezealor

Is there a way to fix Undefined data in table cells?

I'm reading an XML file and displaying it on a webpage. I'm using a JS script which reads the XML file and displays the information in a table. However, when the page loads the information inside the ...

  • javascript
  • html
  • xml
  • html-table
  • undefined
vote icon

0

comments icon

1

avatar icon

Hakuna

Can't call javascript function from a anchor element in innerhtml - undefined

I have a list of collapsible divs that is populated with data from a geoJson file and updated dynamically when you zoom in and out of a map, to reflect the markers that are within the bounds of the ...

  • javascript
  • undefined
  • innerhtml
  • dynamic-list
vote icon

0

comments icon

1

avatar icon

Kiri

stackoverflow icon

Dev to

50 Best Websites for Web Design Inspiration and Ideas

Devluc

Devluc

  • #design
  • #frontend
  • #html
  • #css
vote icon

No reaction

comments icon

32

What are your thoughts on the Rails community?

Nick Taylor

Nick Taylor

  • #discuss
  • #rails
  • #community
  • #ruby
vote icon

No reaction

comments icon

Add Comment

Intro to Stellar: Get Started in Rust, Set Up Your Development Environment, and Write Your First Smart Contract

Julian Martinez

Julian Martinez

  • #stellarchallenge
  • #rust
  • #web3
  • #blockchain
vote icon

No reaction

comments icon

Add Comment

Announcing Rust 1.80.0

Francesco Ciulla

Francesco Ciulla

  • #news
  • #programming
  • #software
  • #rust
vote icon

No reaction

comments icon

2

What's new in developer trends in 2024?

Ben Greenberg

Ben Greenberg

  • #news
  • #discuss
vote icon

No reaction

comments icon

Add Comment

Creating a CSV to Graph Generator App Using ToolJet and Python Libraries 🚀

Karan Rathod

Karan Rathod

  • #python
  • #beginners
  • #programming
  • #tutorial
vote icon

No reaction

comments icon

1 comment

Differentiating rate limits in Apache APISIX

Nicolas Frankel

Nicolas Frankel

  • #ratelimiting
  • #api
  • #apacheapisix
vote icon

No reaction

comments icon

Add Comment

What You'll Need To Start Coding in HTML

Karl Esi

Karl Esi

  • #html
  • #webdev
  • #beginners
  • #programming
vote icon

No reaction

comments icon

Add Comment

📱 AWS Device Farm: A minha salvação para testes Mobile

Pedro Barreto

Pedro Barreto

  • #testing
  • #braziliandevs
  • #tutorial
  • #reactnative
vote icon

No reaction

comments icon

3

Beginner's Guide to Git Commands

Samar F. Jaffri

Samar F. Jaffri

  • #git
  • #github
  • #beginners
  • #tutorial
vote icon

No reaction

comments icon

Add Comment

AI/ML Terms You May Not Know & Battle of the LLMs 🤔

Chloe Williams

Chloe Williams

  • #llm
  • #ai
  • #machinelearning
  • #eventsinyourcity
vote icon

No reaction

comments icon

Add Comment

Why Developers Prefer TypeScript

zain ul abdin

zain ul abdin

  • #webdev
  • #javascript
  • #typescript
  • #programming
vote icon

No reaction

comments icon

Add Comment

Convergence of LLMs: 2024 Trend Solidified by Llama 3.1 Release

Maxim Saplin

Maxim Saplin

  • #ai
  • #machinelearning
  • #llm
  • #genai
vote icon

No reaction

comments icon

Add Comment

Step-by-Step Guide to Creating an Azure Virtual Network with Four Subnets

Florence

Florence

  • #networking
  • #virtualnetwork
  • #subnet
  • #vnet
vote icon

No reaction

comments icon

Add Comment

Automating Kubernetes Security with Kyverno : Day 16 of 50 days DevOps Tools Series

Shiivam Agnihotri

Shiivam Agnihotri

  • #devops
  • #automation
  • #kubernetes
  • #security
vote icon

No reaction

comments icon

Add Comment

Docker is destroying my machine! 💥

Jairo Fernández

Jairo Fernández

  • #docker
vote icon

No reaction

comments icon

Add Comment

Saga Solid de uma forma divertida(S)

isaquepf

isaquepf

  • #programming
  • #csharp
  • #solidprinciples
vote icon

No reaction

comments icon

Add Comment

Exciting News from Google: Gemini Chatbot Enhancements! 🌟 🌟

Sooraj Suresh

Sooraj Suresh

  • #gemini
  • #google
  • #chatbot
  • #searchengine
vote icon

No reaction

comments icon

Add Comment

Setting Up a Development Environment Using Laravel Sail (Docker)

Guilherme Lauxen

Guilherme Lauxen

  • #laravel
  • #php
  • #docker
  • #environment
vote icon

No reaction

comments icon

Add Comment

5 Tools Every Developer Should Use in 2024

Arindam Majumder

Arindam Majumder

  • #webdev
  • #javascript
  • #programming
  • #productivity
vote icon

No reaction

comments icon

27

Creating Deployment Scripts with ChatGPT

mibii

mibii

  • #ai
  • #chatgpt
  • #jenkins
  • #docker
vote icon

No reaction

comments icon

Add Comment

Introduction to the Ethereum network

Enzo Jesus

Enzo Jesus

  • #ethereum
  • #blockchain
  • #web3
  • #smartcontract
vote icon

No reaction

comments icon

Add Comment

The OSI Model: A Comprehensive Overview

mahdi

mahdi

  • #networking
  • #network
  • #webdev
  • #programming
vote icon

No reaction

comments icon

Add Comment

Top 5 JavaScript Libraries and Frameworks Every Developer Should Know in 2024

Boniface Gordian

Boniface Gordian

vote icon

No reaction

comments icon

Add Comment

Svelte Series-6: Lifecycle

Garlic Garlic

Garlic Garlic

  • #svelte
  • #javascript
  • #frontend
vote icon

No reaction

comments icon

Add Comment

Week 2 - Creating Simple Blog App

Jaylord Vhan Fabor

Jaylord Vhan Fabor

  • #django
  • #python
  • #webdev
vote icon

No reaction

comments icon

Add Comment

🤖 100 Days of Generative AI - Day 1 - What is an LLM? 🤖

Prashant Lakhera

Prashant Lakhera

  • #llm
  • #chatgpt
  • #ai
  • #machinelearning
vote icon

No reaction

comments icon

Add Comment

The Key to Successful Deployments: Understanding Your Application's "Ingredients"

mibii

mibii

  • #devops
  • #jenkins
  • #docker
  • #aws
vote icon

No reaction

comments icon

Add Comment

Today's Trending Projects: Statement for Querying Classroom Table and More

Labby

Labby

  • #labex
  • #programming
  • #projects
vote icon

No reaction

comments icon

Add Comment

Submission for Frontend Challenge v24.07.24

Mr. Algorithm

Mr. Algorithm

  • #devchallenge
  • #frontendchallenge
  • #css
  • #javascript
vote icon

No reaction

comments icon

Add Comment

3D Tetris Game Boy

Dan

Dan

  • #codepen
  • #ai
  • #css
  • #html
vote icon

No reaction

comments icon

Add Comment

Understanding Test Cases and Their Importance in Software Testing

wetest

wetest

  • #beginners
  • #playwright
  • #selenium
  • #testing
vote icon

No reaction

comments icon

Add Comment

Kubernetes for Everyone: A Step-by-Step Guide for Beginners

Leandro Nuñez

Leandro Nuñez

  • #kubernetes
  • #docker
  • #devops
  • #development
vote icon

No reaction

comments icon

Add Comment

JPG to JXL: A Guide to Converting Modern Image Formats

Michael Smith

Michael Smith

vote icon

No reaction

comments icon

Add Comment

How to delete entire git commit history?

Axorax

Axorax

  • #git
  • #tutorial
  • #learning
vote icon

No reaction

comments icon

Add Comment

Don't ride a donkey when you can drive a brand-new sports car

Muneeb Hussain

Muneeb Hussain

  • #graphql
vote icon

No reaction

comments icon

Add Comment

Understanding the Strategy Design Pattern in Java

Diego Brener

Diego Brener

  • #designpatterns
  • #strategy
  • #java
  • #softwareengineering
vote icon

No reaction

comments icon

Add Comment

How I promoted my open source repo to 6k stars in 6 months

vincanger

vincanger

  • #marketing
  • #opensource
  • #webdev
vote icon

No reaction

comments icon

18

Getting Started with HTMX: A Beginner's Guide

Raul Naupari

Raul Naupari

  • #htmx
  • #dotnet
vote icon

No reaction

comments icon

Add Comment

Convert Numbers to Text using ColdFusion and ICU4J

James Moberg

James Moberg

  • #icu4j
  • #java
  • #coldfusion
vote icon

No reaction

comments icon

Add Comment

Introducing RGFW: A lightweight Single Header Windowing framework & GLFW alternative

Colleague Riley

Colleague Riley

  • #glfw
  • #c
  • #singleheader
  • #lightweight
vote icon

No reaction

comments icon

Add Comment

FastAPI Todo App: Setting Up Your Todo App Project

James

James

  • #python
  • #fastapi
  • #webdev
  • #tutorial
vote icon

No reaction

comments icon

Add Comment

How to Build Our Own Framework

Alejandro Londoño

Alejandro Londoño

  • #javascript
  • #tutorial
  • #programming
  • #beginners
vote icon

No reaction

comments icon

Add Comment

How US Chips Continue to End Up in Russian Missiles

Haseebullah

Haseebullah

  • #news
  • #technology
  • #programming
  • #abotwrotethis
vote icon

No reaction

comments icon

Add Comment

Permission based components with React's HOC

Gabriel Teles

Gabriel Teles

  • #react
  • #typescript
  • #nextjs
  • #webdev
vote icon

No reaction

comments icon

Add Comment

O que é CRM?

Carla Crija

Carla Crija

  • #crm
  • #artigo
vote icon

No reaction

comments icon

Add Comment

How to automate deployment of applications to Kubernetes cluster using GitHub Actions

Ronilson Alves

Ronilson Alves

  • #githubactions
  • #kubernetes
  • #devops
  • #tutorial
vote icon

No reaction

comments icon

1 comment

Print()

kavin suresh

kavin suresh

  • #python
  • #programming
  • #parottasalna
vote icon

No reaction

comments icon

Add Comment

Print()

kavin suresh

kavin suresh

  • #python
  • #programming
  • #parottasalna
vote icon

No reaction

comments icon

Add Comment

Print()

kavin suresh

kavin suresh

  • #python
  • #programming
  • #parottasalna
vote icon

No reaction

comments icon

Add Comment

gradient triangle

AI solves International Math Olympiad problems at silver medal leveldeepmind.google

avatar icon

ocfnash

solid triangle

846

solid triangle

389

gradient triangle

Launch HN: Undermind (YC S24) – AI agent for discovering scientific papers

avatar icon

jramette

solid triangle

155

solid triangle

61

gradient triangle

Show HN: Wat – Deep inspection of Python objectsgithub.com/igrek51

avatar icon

igrek51

solid triangle

174

solid triangle

54

gradient triangle

Show HN: Haystack – an IDE for exploring and editing code on an infinite canvashaystackeditor.com

avatar icon

akshaysg

solid triangle

184

solid triangle

91

gradient triangle

Applied Machine Learning for Tabular Dataaml4td.org

avatar icon

sebg

solid triangle

47

solid triangle

5

gradient triangle

A Clone of Deluxe Paint II Written in Pythongithub.com/mriale

avatar icon

luismedel

solid triangle

91

solid triangle

16

gradient triangle

Real-Time Procedural Generation with GPU Work Graphs [pdf]gpuopen.com

avatar icon

ibobev

solid triangle

49

solid triangle

10

gradient triangle

My Favorite Algorithm: Linear Time Median Finding (2018)rcoh.me

avatar icon

skanderbm

solid triangle

236

solid triangle

121

gradient triangle

Generating sudokus for fun and no profittn1ck.com

avatar icon

todsacerdoti

solid triangle

227

solid triangle

48

gradient triangle

Defense of Lisp macros: The automotive field as a case in pointmihaiolteanu.me

avatar icon

molteanu

solid triangle

134

solid triangle

139

gradient triangle

Games for TI-83 Plus and TI-84 Plustiwizard.com

avatar icon

cainxinth

solid triangle

9

solid triangle

3

gradient triangle

A chemist explains the chemistry behind decaf coffeetheconversation.com

avatar icon

BerislavLopac

solid triangle

180

solid triangle

106

gradient triangle

Reverse Engineering for Everyone0xinfection.github.io

avatar icon

udev4096

solid triangle

420

solid triangle

44

gradient triangle

Node.js adds experimental support for TypeScriptgithub.com/nodejs

avatar icon

magnio

solid triangle

1025

solid triangle

462

gradient triangle

Charge Robotics (YC S21) is hiring MechEs to build robots that build solar farmsycombinator.com

avatar icon

solid triangle

solid triangle

5 hours ago

gradient triangle

Memory Mapping an FPGA from an STM32serd.es

avatar icon

hasheddan

solid triangle

109

solid triangle

51

gradient triangle

Mapping Hacker News to find who knows what in the HN communityblog.wilsonl.in

avatar icon

robg

solid triangle

187

solid triangle

98

gradient triangle

Five Little Languages and How They Grew: Talk at HOPL (1993)bell-labs.com

avatar icon

fanf2

solid triangle

68

solid triangle

15

gradient triangle

Show HN: Tiny Moon – Swift library to calculate the moon phasegithub.com/mannylopez

avatar icon

mannylopez

solid triangle

78

solid triangle

19

gradient triangle

Veles: Open-source tool for binary data analysiscodisec.com

avatar icon

LorenDB

solid triangle

73

solid triangle

13

gradient triangle

Imperfect, Linux-powered, DIY smart TV is the embodiment of ad fatiguearstechnica.com

avatar icon

nobody9999

solid triangle

47

solid triangle

30

gradient triangle

Cameo was once valued at $1Bbusinessinsider.com

avatar icon

jawns

solid triangle

50

solid triangle

32

gradient triangle

Jacek Karpińśki, the computer genius the communists couldn't stand (2017)culture.pl

avatar icon

janisz

solid triangle

204

solid triangle

80

gradient triangle

C# almost has implicit interfacesclipperhouse.com

avatar icon

mwsherman

solid triangle

13

solid triangle

7

gradient triangle

Unfashionably secure: why we use isolated VMsthinkst.com

avatar icon

mh_

solid triangle

187

solid triangle

147

gradient triangle

What's so hard about constexpr allocation?brevzin.github.io

avatar icon

signa11

solid triangle

50

solid triangle

9

gradient triangle

'New El Nino' discovered south of equatorreading.ac.uk

avatar icon

geox

solid triangle

7

solid triangle

1 comment

gradient triangle

Ask HN: Best way to learn robotics with a 10 year old?

avatar icon

hersko

solid triangle

109

solid triangle

53

gradient triangle

Investigating corrupt Winamp skinsjordaneldredge.com

avatar icon

treve

solid triangle

500

solid triangle

122

gradient triangle

When objects are not enough (2021)tonysm.com

avatar icon

o2l

solid triangle

59

solid triangle

41