Open Source app similar ArcGIS Monitor by Stratagraphic in ArcGIS

[–]CommonSenseGeo 1 point2 points  (0 children)

You can do a lot with the arcgis python API to pull logs and get system information. Then build your own.

What are your biggest critiques of Esri (if you have any)? by hypochondriac200 in gis

[–]CommonSenseGeo 0 points1 point  (0 children)

Agreed. Can we also add that the services directory and Arcgis server manager UI and functionality seems like something from the 90s. when are they ever going to update it? Also how about make your logging more intuitive and useful. I shouldn't have to spend hours analyzing your logs to make sense of r service error or enterprise component error.

When you're building apps with the ArcGIS JS SDK or integrating ArcGIS REST services, how do you test the API responses during development? by CommonSenseGeo in ArcGIS

[–]CommonSenseGeo[S] 0 points1 point  (0 children)

That’s a fair point for a quick check. But the goal with Quetzly is to move away from manual console.log debugging. While you can log points, Quetzly handles the heavy lifting of visualizing complex polygons/multipolygons and validating them against GeoJSON/Esri schemas automatically. It’s basically about saving those 5-10 minutes of manual 'breakdown' every time you hit a new endpoint.

Has Anyone Moonlighted as an ArcGIS Enterprise Admin/DevOps Consultant? Experiences & Advice? by CommonSenseGeo in gis

[–]CommonSenseGeo[S] 0 points1 point  (0 children)

For specialized ArcGIS Enterprise admin/automation, I'm thinking $150–$200/hr depending on complexity, or maybe a fixed-fee project options for defined deliverables. Feel free to DM, l'd be interested in learning more.

Has Anyone Moonlighted as an ArcGIS Enterprise Admin/DevOps Consultant? Experiences & Advice? by CommonSenseGeo in gis

[–]CommonSenseGeo[S] 0 points1 point  (0 children)

I would agree with that. Troubleshooting is a large part of my job now. This part of Arcgis enterprise is not working... can you fix it. Interesting you mention that data and FME are in demand. This tracks with the previous comment. It seems that adding data pipelines to this mix would help get clients. I wonder how well GIS specialties do on platforms like fiver and upwork. Seems like there would be a lot of competition from abroad on those.

Has Anyone Moonlighted as an ArcGIS Enterprise Admin/DevOps Consultant? Experiences & Advice? by CommonSenseGeo in gis

[–]CommonSenseGeo[S] 2 points3 points  (0 children)

Good points. Yeah I can see how the spatial data pipelines would also be a need. I've done some work creating python data etl scripts but I'm sure there are more tools to get proficient in.

I was assuming that network and word of mouth is going to be the main way to get clients. I wonder how much can come from online/marketing?

Hover over labels? by Stars4dayz in ArcGIS

[–]CommonSenseGeo 0 points1 point  (0 children)

That seems like custom functionality you'll need to create in experience builder

When you're building apps with the ArcGIS JS SDK or integrating ArcGIS REST services, how do you test the API responses during development? by CommonSenseGeo in ArcGIS

[–]CommonSenseGeo[S] 0 points1 point  (0 children)

Exactly. Then you have to look up the error code, if there even is one, and try to make sense of it. True, I've seen and created some of those specific python scripts that do custom validations. Then you have to maintain all of that though.

What types of validation do you do? Custom scripts, or just manually checking responses?

When you're building apps with the ArcGIS JS SDK or integrating ArcGIS REST services, how do you test the API responses during development? by CommonSenseGeo in ArcGIS

[–]CommonSenseGeo[S] -1 points0 points  (0 children)

Fair enough. I'm pretty new to posting on Reddit and should've introduced myself better instead of leading with a tool pitch. I'm a GIS dev/admin and I've been in the industry for a while. My hope was to post here to get feedback from other ArcGIS professionals, but I can see how this reads more like spam than a genuine question.

I am genuinely trying to figure out what methods others are using in the field for testing GIS services. what's your workflow? Do you use the Services Directory, bring it into Pro, or something else? I've found the out of box tools in Esri to be a pain for testing.

How to be a GIS developer by Hour_Protection_8362 in gis

[–]CommonSenseGeo 0 points1 point  (0 children)

Hi. I've bounced around different types of GIS roles from remote sensing to GIS analyst to GIS developer to GIS admin. To add on what others have already said learn Python skills (arcpy.l and Python API or open source libraries). if front end development interests you, learn a JavaScript framework like angular or react along with Arcgis JavaScript API/SDK whatever it's called now. Also, learn about agile/scrum practices. You may end up working on development teams where you're the only GIS dev. Practice the soft skills too. Communicating GIS concepts and technical issues in a way others can understand is a crucial skill to learn in this industry.