big saf 🍉
big saf 🍉
KPCKevin Powell - Community
Created by big saf 🍉 on 11/11/2024 in #os-and-tools
Best way to use env files for Mac and Windows?
I'll close this thread
4 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 11/11/2024 in #os-and-tools
Best way to use env files for Mac and Windows?
@Jochem there is a way to read variables from a json file I believe
4 replies
KPCKevin Powell - Community
Created by Dovah on 6/30/2024 in #front-end
How to get to differently named array-items when iterating over the whole array?
I'm also having a similar problem
87 replies
KPCKevin Powell - Community
Created by Dovah on 6/30/2024 in #front-end
How to get to differently named array-items when iterating over the whole array?
@Dovah hope you understand!
87 replies
KPCKevin Powell - Community
Created by Dovah on 6/30/2024 in #front-end
How to get to differently named array-items when iterating over the whole array?
@caldane appreciate it's better to explain than just paste code, other we don't learn anything
87 replies
KPCKevin Powell - Community
Created by Dovah on 6/30/2024 in #front-end
How to get to differently named array-items when iterating over the whole array?
@caldane mind explaining that?
87 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
That's anyway I appreciate it
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
Well that would be the same hard coding, i think what I should do is to render everything and hide them using css
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
Thank you!
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
i forgot all about destructering
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
cuurent code
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
@MarkBoots
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
How do i only return specific columns? the user does not need to see all the object properies as that would be a big table (over scrolling etc)
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
and other properties in the object in api
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
currenlt in my react app, i search for the characters name, "luke" which will render a table with luke skywalker in the name column
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
Example
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
No description
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
{
"birth_year": "19 BBY",
"eye_color": "Blue",
"films": [
"https://swapi.dev/api/films/1/",
...
],
"gender": "Male",
"hair_color": "Blond",
"height": "172",
"homeworld": "https://swapi.dev/api/planets/1/",
"mass": "77",
"name": "Luke Skywalker",
"skin_color": "Fair",
"created": "2014-12-09T13:50:51.644000Z",
"edited": "2014-12-10T13:52:43.172000Z",
"species": [
"https://swapi.dev/api/species/1/"
],
"starships": [
"https://swapi.dev/api/starships/12/",
...
],
"url": "https://swapi.dev/api/people/1/",
"vehicles": [
"https://swapi.dev/api/vehicles/14/"
...
]
}
{
"birth_year": "19 BBY",
"eye_color": "Blue",
"films": [
"https://swapi.dev/api/films/1/",
...
],
"gender": "Male",
"hair_color": "Blond",
"height": "172",
"homeworld": "https://swapi.dev/api/planets/1/",
"mass": "77",
"name": "Luke Skywalker",
"skin_color": "Fair",
"created": "2014-12-09T13:50:51.644000Z",
"edited": "2014-12-10T13:52:43.172000Z",
"species": [
"https://swapi.dev/api/species/1/"
],
"starships": [
"https://swapi.dev/api/starships/12/",
...
],
"url": "https://swapi.dev/api/people/1/",
"vehicles": [
"https://swapi.dev/api/vehicles/14/"
...
]
}
19 replies
KPCKevin Powell - Community
Created by big saf 🍉 on 6/23/2024 in #front-end
How to filter specific key + values in Javascript
So not just the values but it's actually key so I can print the key in a table header
19 replies